Uses of Interface
repast.simphony.visualization.IDisplay
Package
Description
-
Uses of IDisplay in repast.simphony.engine.environment
Modifier and TypeFieldDescriptionprotected Map<JComponent,
IDisplay> DefaultGUIRegistry.compDisplayMap
Maps String display name to IDisplay object.DefaultGUIRegistry.displayNameTable
Modifier and TypeMethodDescriptionDefaultGUIRegistry.getDisplayForComponent
(JComponent comp) Gets the IDisplay associated with the specified component.GUIRegistry.getDisplayForComponent
(JComponent comp) Gets the display associated with the specified component.DefaultGUIRegistry.getDisplayForName
(String displayName) Get the IDisplay associated with the specified display name;GUIRegistry.getDisplayForName
(String displayName) Get the IDisplay associated with the specified display name;Modifier and TypeMethodDescriptionDefaultGUIRegistry.getDisplays()
Gets the list of IDisplay-s registered with this GUIRegistry.GUIRegistry.getDisplays()
Gets the list of IDisplay-s registered with this GUIRegistry.Modifier and TypeMethodDescriptionvoid
DefaultGUIRegistry.addDisplay
(String name, GUIRegistryType type, IDisplay display) Adds an IDisplay to this GUIRegistry.void
GUIRegistry.addDisplay
(String name, GUIRegistryType type, IDisplay display) Adds an IDisplay to this GUIRegistry. -
Uses of IDisplay in repast.simphony.gis.visualization.engine
Modifier and TypeMethodDescriptionDisplayCreator3DGIS.createDisplay()
DisplayCreatorGIS.createDisplay()
Deprecated. -
Uses of IDisplay in repast.simphony.relogo
-
Uses of IDisplay in repast.simphony.ui.widget
-
Uses of IDisplay in repast.simphony.visualization
Modifier and TypeMethodDescriptionvoid
DisplayListenerSupport.fireInfoMessage
(IDisplay source, String message) Broadcast a info message display event consisting of the specified source and the specified message.ModifierConstructorDescriptionDisplayEvent
(IDisplay source, Object subject) Creates a display event fired from the specified source and with the specified subject. -
Uses of IDisplay in repast.simphony.visualization.editor
Modifier and TypeMethodDescriptionvoid
EditorNotifier.addDisplay
(IDisplay display) Deprecated.Adds the specified display to the list of displays to updated due to an editor event. -
Uses of IDisplay in repast.simphony.visualization.engine
Modifier and TypeMethodDescriptionDisplayCreator.createDisplay()
Creates an IDisplay.DisplayCreator2D.createDisplay()
DisplayCreator3D.createDisplay()
DisplayCreatorOGL2D.createDisplay()
DisplayProducer.createDisplay()
-
Uses of IDisplay in repast.simphony.visualization.gis
Modifier and TypeClassDescriptionclass
Deprecated.2D piccolo based code is being removed -
Uses of IDisplay in repast.simphony.visualization.gis3D
-
Uses of IDisplay in repast.simphony.visualization.visualization2D
-
Uses of IDisplay in repast.simphony.visualization.visualization3D
Modifier and TypeClassDescriptionclass
Abstract base class for 3D displays.class
3D Display class based on J3D. -
Uses of IDisplay in repast.simphony.visualizationOGL2D