Uses of Interface
repast.simphony.visualization.IDisplay
Packages that use IDisplay
Package
Description
-
Uses of IDisplay in repast.simphony.engine.environment
Fields in repast.simphony.engine.environment with type parameters of type IDisplayModifier and TypeFieldDescriptionprotected Map<JComponent,
IDisplay> DefaultGUIRegistry.compDisplayMap
Maps String display name to IDisplay object.DefaultGUIRegistry.displayNameTable
Methods in repast.simphony.engine.environment that return IDisplayModifier 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;Methods in repast.simphony.engine.environment that return types with arguments of type IDisplayModifier 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.Methods in repast.simphony.engine.environment with parameters of type IDisplayModifier 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
Methods in repast.simphony.gis.visualization.engine that return IDisplayModifier and TypeMethodDescriptionDisplayCreator3DGIS.createDisplay()
DisplayCreatorGIS.createDisplay()
Deprecated. -
Uses of IDisplay in repast.simphony.relogo
Methods in repast.simphony.relogo that return IDisplayMethods in repast.simphony.relogo with parameters of type IDisplay -
Uses of IDisplay in repast.simphony.ui.widget
Constructors in repast.simphony.ui.widget with parameters of type IDisplay -
Uses of IDisplay in repast.simphony.visualization
Classes in repast.simphony.visualization that implement IDisplayMethods in repast.simphony.visualization that return IDisplayMethods in repast.simphony.visualization with parameters of type IDisplayModifier and TypeMethodDescriptionvoid
DisplayListenerSupport.fireInfoMessage
(IDisplay source, String message) Broadcast a info message display event consisting of the specified source and the specified message.Constructors in repast.simphony.visualization with parameters of type IDisplayModifierConstructorDescriptionDisplayEvent
(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
Methods in repast.simphony.visualization.editor with parameters of type IDisplayModifier 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
Methods in repast.simphony.visualization.engine that return IDisplayModifier and TypeMethodDescriptionDisplayCreator.createDisplay()
Creates an IDisplay.DisplayCreator2D.createDisplay()
DisplayCreator3D.createDisplay()
DisplayCreatorOGL2D.createDisplay()
DisplayProducer.createDisplay()
-
Uses of IDisplay in repast.simphony.visualization.gis
Classes in repast.simphony.visualization.gis that implement IDisplayModifier and TypeClassDescriptionclass
Deprecated.2D piccolo based code is being removed -
Uses of IDisplay in repast.simphony.visualization.gis3D
Classes in repast.simphony.visualization.gis3D that implement IDisplay -
Uses of IDisplay in repast.simphony.visualization.visualization2D
Classes in repast.simphony.visualization.visualization2D that implement IDisplay -
Uses of IDisplay in repast.simphony.visualization.visualization3D
Classes in repast.simphony.visualization.visualization3D that implement IDisplayModifier and TypeClassDescriptionclass
Abstract base class for 3D displays.class
3D Display class based on J3D. -
Uses of IDisplay in repast.simphony.visualizationOGL2D
Classes in repast.simphony.visualizationOGL2D that implement IDisplay