Interface DisplayCreator
- All Known Implementing Classes:
AbstractCartesianDisplayCreator
,DisplayCreator2D
,DisplayCreator3D
,DisplayCreator3DGIS
,DisplayCreatorGIS
,DisplayCreatorOGL2D
public interface DisplayCreator
Interface for classes that can create a display.
- Author:
- Nick Collier
-
Method Summary
-
Method Details
-
createDisplay
Creates an IDisplay.- Returns:
- the created display
- Throws:
DisplayCreationException
- if there is an error while creating the display.
-