Uses of Class
mgui.interfaces.graphics.InterfaceGraphic
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.attributes.video |
Classes allowing video tasks to read/modify object attributes.
|
mgui.interfaces.console |
Provides an interactive system console (currently view only).
|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.graphics.util |
Utility classes operating on 2D and 3D graphics objects.
|
mgui.interfaces.graphics.video |
Provides classes to generate videos from graphics windows.
|
mgui.interfaces.graphs |
Provides an interface for user interaction with graph objects.
|
mgui.interfaces.layouts | |
mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
mgui.interfaces.queries |
Provides querying functionality for interface objects.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.selection | |
mgui.interfaces.shapes.video | |
mgui.interfaces.tables |
Provides object interaction via a JTable.
|
mgui.io.domestic.videos |
-
Uses of InterfaceGraphic in mgui.interfaces
Fields in mgui.interfaces declared as InterfaceGraphic Modifier and Type Field Description protected InterfaceGraphic<?>
InterfaceDisplayPanel. last_added_panel
protected InterfaceGraphic<?>
InterfaceDisplayPanel. last_removed_panel
Methods in mgui.interfaces that return InterfaceGraphic Modifier and Type Method Description static InterfaceGraphic<?>
InterfaceEnvironment. getInterfaceGraphicInstance(java.lang.String name)
Creates an instance of the specified graphic panel.InterfaceGraphic<?>
InterfaceDisplayPanel. getLastAddedPanel()
Retrieves the last added panelInterfaceGraphic
InterfaceTabbedDisplayPanel. getLastAddedPanel()
Retrieves the last added panelInterfaceGraphic<?>
InterfaceDisplayPanel. getLastRemovedPanel()
Retrieves the last removed panelInterfaceGraphic
InterfaceTabbedDisplayPanel. getLastRemovedPanel()
Retrieves the last removed panelInterfaceGraphic<?>
InterfaceSplitPanel. getPanel()
Methods in mgui.interfaces with parameters of type InterfaceGraphic Modifier and Type Method Description void
InterfaceSplitPanel. setPanel(InterfaceGraphic p)
void
InterfaceSelectionPanel. setParentWindow(InterfaceGraphic thisParent)
void
InterfaceSelectionPanel. windowUpdated(InterfaceGraphic g)
Method parameters in mgui.interfaces with type arguments of type InterfaceGraphic Modifier and Type Method Description static java.lang.String
InterfaceEnvironment. getNameForInterfaceGraphicClass(java.lang.Class<? extends InterfaceGraphic> _class)
Returns the name corresponding to the given interface graphic class. -
Uses of InterfaceGraphic in mgui.interfaces.attributes.video
Methods in mgui.interfaces.attributes.video with parameters of type InterfaceGraphic Modifier and Type Method Description protected boolean
AttributeObjectVideoTask. do_it(InterfaceGraphic<?> g, long time)
-
Uses of InterfaceGraphic in mgui.interfaces.console
Subclasses of InterfaceGraphic in mgui.interfaces.console Modifier and Type Class Description class
InterfaceConsoleDisplay
Window which displays console output. -
Uses of InterfaceGraphic in mgui.interfaces.graphics
Subclasses of InterfaceGraphic in mgui.interfaces.graphics Modifier and Type Class Description class
InterfaceGraphic2D
Graphical interface window for display 2D shapes (Shape2DInt).class
InterfaceGraphic3D
Interface class for Java3D display.Fields in mgui.interfaces.graphics declared as InterfaceGraphic Modifier and Type Field Description protected InterfaceGraphic<?>
InterfaceGraphicWindow. old_panel
protected InterfaceGraphic<?>
InterfaceGraphicWindow. panel
Methods in mgui.interfaces.graphics that return InterfaceGraphic Modifier and Type Method Description InterfaceGraphic<?>
GraphicEvent. getGraphic()
protected InterfaceGraphic
InterfaceGraphicPanel. getInstance(java.lang.String name)
InterfaceGraphic<?>
InterfaceGraphicWindow. getOldPanel()
InterfaceGraphic<?>
InterfaceGraphicWindow. getPanel()
Methods in mgui.interfaces.graphics that return types with arguments of type InterfaceGraphic Modifier and Type Method Description static java.util.ArrayList<InterfaceGraphic<?>>
InterfaceGraphic. getSourceTypes()
Methods in mgui.interfaces.graphics with parameters of type InterfaceGraphic Modifier and Type Method Description int
InterfaceGraphic. compareTo(InterfaceGraphic panel)
void
InterfaceGraphicWindow. setPanel(InterfaceGraphic<?> p)
void
GraphicListener. setParentWindow(InterfaceGraphic<?> thisParent)
Deprecated.void
InterfaceGraphic2DTextBox. setParentWindow(InterfaceGraphic thisParent)
void
InterfaceGraphicTextBox. setParentWindow(InterfaceGraphic thisParent)
void
GraphicListener. windowUpdated(InterfaceGraphic<?> g)
Deprecated.void
InterfaceGraphic2DTextBox. windowUpdated(InterfaceGraphic g)
void
InterfaceGraphicTextBox. windowUpdated(InterfaceGraphic g)
Constructors in mgui.interfaces.graphics with parameters of type InterfaceGraphic Constructor Description GraphicEvent(InterfaceGraphic<?> graphic)
GraphicEvent(InterfaceGraphic<?> graphic, GraphicEvent.EventType type)
InterfaceGraphicWindow(InterfaceGraphic<?> p)
-
Uses of InterfaceGraphic in mgui.interfaces.graphics.util
Constructors in mgui.interfaces.graphics.util with parameters of type InterfaceGraphic Constructor Description MouseRelayListener(InterfaceGraphic<?> parent)
-
Uses of InterfaceGraphic in mgui.interfaces.graphics.video
Fields in mgui.interfaces.graphics.video declared as InterfaceGraphic Modifier and Type Field Description InterfaceGraphic<?>
Video. window
Methods in mgui.interfaces.graphics.video with parameters of type InterfaceGraphic Modifier and Type Method Description protected boolean
RotateView3DTask. do_it(InterfaceGraphic<?> g, long time)
protected boolean
SetView3DTask. do_it(InterfaceGraphic g, long time)
protected abstract boolean
VideoTask. do_it(InterfaceGraphic<?> g, long time)
Perform this task, contingent ontime
.boolean
VideoTask. perform(InterfaceGraphic<?> g, long time)
Performs this video task, for the giventime
. -
Uses of InterfaceGraphic in mgui.interfaces.graphs
Subclasses of InterfaceGraphic in mgui.interfaces.graphs Modifier and Type Class Description class
InterfaceGraphDisplay
Displays graphs and allows user interaction with them.Methods in mgui.interfaces.graphs with parameters of type InterfaceGraphic Modifier and Type Method Description static InterfaceGraphicWindow
InterfaceGraphDisplayTitle. getInstance(InterfaceGraphic g)
-
Uses of InterfaceGraphic in mgui.interfaces.layouts
Subclasses of InterfaceGraphic in mgui.interfaces.layouts Modifier and Type Class Description class
InterfaceLayoutWindow
Provides a window panel which specifies (via InterfaceLayoutObject) and renders a layout containing graphical objects from existing windows or objects. -
Uses of InterfaceGraphic in mgui.interfaces.plots
Subclasses of InterfaceGraphic in mgui.interfaces.plots Modifier and Type Class Description class
InterfacePlotDisplay
General graphic interface for all plots. -
Uses of InterfaceGraphic in mgui.interfaces.queries
Methods in mgui.interfaces.queries with parameters of type InterfaceGraphic Modifier and Type Method Description void
InterfaceQueryPanel. setParentWindow(InterfaceGraphic thisParent)
void
InterfaceQueryPanel. windowUpdated(InterfaceGraphic g)
-
Uses of InterfaceGraphic in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type InterfaceGraphic Modifier and Type Method Description void
ShapeSet3DInt. setParentWindow(InterfaceGraphic<?> thisParent)
void
Text2DIntMouseCoords. setParentWindow(InterfaceGraphic thisParent)
void
Text2DIntMouseCoords. windowUpdated(InterfaceGraphic g)
-
Uses of InterfaceGraphic in mgui.interfaces.shapes.selection
Methods in mgui.interfaces.shapes.selection with parameters of type InterfaceGraphic Modifier and Type Method Description void
InterfaceSelectionSet. setParentWindow(InterfaceGraphic thisParent)
void
InterfaceSelectionSet. windowUpdated(InterfaceGraphic g)
-
Uses of InterfaceGraphic in mgui.interfaces.shapes.video
Methods in mgui.interfaces.shapes.video with parameters of type InterfaceGraphic Modifier and Type Method Description protected boolean
ChangeSectionVideoTask. do_it(InterfaceGraphic<?> g, long time)
-
Uses of InterfaceGraphic in mgui.interfaces.tables
Subclasses of InterfaceGraphic in mgui.interfaces.tables Modifier and Type Class Description class
InterfaceDataTable
Interface panel for displaying a data table or query.Methods in mgui.interfaces.tables with parameters of type InterfaceGraphic Modifier and Type Method Description static InterfaceGraphicWindow
InterfaceDataTableTitle. getInstance(InterfaceGraphic g)
-
Uses of InterfaceGraphic in mgui.io.domestic.videos
Fields in mgui.io.domestic.videos declared as InterfaceGraphic Modifier and Type Field Description InterfaceGraphic
VideoInputOptions. window
InterfaceGraphic<?>
VideoOutputOptions. window
Methods in mgui.io.domestic.videos with parameters of type InterfaceGraphic Modifier and Type Method Description protected java.awt.image.BufferedImage
ImageStackVideoWriter. getScreenShot_bak3(InterfaceGraphic window)