Uses of Interface
repast.simphony.visualization.IDisplay
Packages that use IDisplay
Package
Description
- 
Uses of IDisplay in repast.simphony.engine.environmentFields in repast.simphony.engine.environment with type parameters of type IDisplayModifier and TypeFieldDescriptionprotected Map<JComponent,IDisplay> DefaultGUIRegistry.compDisplayMapMaps String display name to IDisplay object.DefaultGUIRegistry.displayNameTableMethods 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 TypeMethodDescriptionvoidDefaultGUIRegistry.addDisplay(String name, GUIRegistryType type, IDisplay display) Adds an IDisplay to this GUIRegistry.voidGUIRegistry.addDisplay(String name, GUIRegistryType type, IDisplay display) Adds an IDisplay to this GUIRegistry.
- 
Uses of IDisplay in repast.simphony.gis.visualization.engineMethods in repast.simphony.gis.visualization.engine that return IDisplayModifier and TypeMethodDescriptionDisplayCreator3DGIS.createDisplay()DisplayCreatorGIS.createDisplay()Deprecated.
- 
Uses of IDisplay in repast.simphony.relogoMethods in repast.simphony.relogo that return IDisplayMethods in repast.simphony.relogo with parameters of type IDisplay
- 
Uses of IDisplay in repast.simphony.ui.widgetConstructors in repast.simphony.ui.widget with parameters of type IDisplay
- 
Uses of IDisplay in repast.simphony.visualizationClasses in repast.simphony.visualization that implement IDisplayMethods in repast.simphony.visualization that return IDisplayMethods in repast.simphony.visualization with parameters of type IDisplayModifier and TypeMethodDescriptionvoidDisplayListenerSupport.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.editorMethods in repast.simphony.visualization.editor with parameters of type IDisplayModifier and TypeMethodDescriptionvoidEditorNotifier.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.engineMethods 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.gisClasses in repast.simphony.visualization.gis that implement IDisplayModifier and TypeClassDescriptionclassDeprecated.2D piccolo based code is being removed
- 
Uses of IDisplay in repast.simphony.visualization.gis3DClasses in repast.simphony.visualization.gis3D that implement IDisplay
- 
Uses of IDisplay in repast.simphony.visualization.visualization2DClasses in repast.simphony.visualization.visualization2D that implement IDisplay
- 
Uses of IDisplay in repast.simphony.visualization.visualization3DClasses in repast.simphony.visualization.visualization3D that implement IDisplayModifier and TypeClassDescriptionclassAbstract base class for 3D displays.class3D Display class based on J3D.
- 
Uses of IDisplay in repast.simphony.visualizationOGL2DClasses in repast.simphony.visualizationOGL2D that implement IDisplay