Uses of Class
mgui.interfaces.tools.graphics.Tool2D
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.frames |
Provides a model/session interface via a JFrame.
|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.tools.graphics | |
mgui.interfaces.tools.shapes |
-
Uses of Tool2D in mgui.interfaces
Fields in mgui.interfaces declared as Tool2D Modifier and Type Field Description Tool2D
InterfaceButton. thisTool
Methods in mgui.interfaces that return Tool2D Modifier and Type Method Description Tool2D
InterfaceDisplayPanel. getCurrentTool2D()
-
Uses of Tool2D in mgui.interfaces.frames
Fields in mgui.interfaces.frames declared as Tool2D Modifier and Type Field Description Tool2D
SessionFrame. currentTool
Methods in mgui.interfaces.frames with parameters of type Tool2D Modifier and Type Method Description void
SessionFrame. setCurrentTool(Tool2D thisTool)
-
Uses of Tool2D in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as Tool2D Modifier and Type Field Description Tool2D
InterfaceGraphic2D. currentTool
Tool2D
InterfaceGraphic2D. defaultTool
Methods in mgui.interfaces.graphics that return Tool2D Modifier and Type Method Description Tool2D
InterfaceGraphic2D. getCurrentTool()
Methods in mgui.interfaces.graphics with parameters of type Tool2D Modifier and Type Method Description boolean
InterfaceGraphic2D. setCurrentTool(Tool2D thisTool)
boolean
InterfaceGraphic2D. setDefaultTool(Tool2D tool)
-
Uses of Tool2D in mgui.interfaces.tools.graphics
Subclasses of Tool2D in mgui.interfaces.tools.graphics Modifier and Type Class Description class
ToolDefine3DGrid2D
Tool to define a 3D grid on a 2D window.class
ToolDZoom2D
class
ToolPan2D
class
ToolWindowZoom2D
Interactive tool which allows the user to zoom on a window within the current view.class
ToolZoomExt2D
Fields in mgui.interfaces.tools.graphics declared as Tool2D Modifier and Type Field Description protected Tool2D
Tool2D. last_tool
Constructors in mgui.interfaces.tools.graphics with parameters of type Tool2D Constructor Description ToolWindowZoom2D(Tool2D last_tool)
-
Uses of Tool2D in mgui.interfaces.tools.shapes
Subclasses of Tool2D in mgui.interfaces.tools.shapes Modifier and Type Class Description class
ToolCreateEllipse2D
class
ToolCreateImage2D
Tool allows user to select a file or url pointing to an image, and specify rectangular bounds for that image in model space.class
ToolCreateImage3D
Tool to create a 3D image on a 2D window.class
ToolCreatePolygon2D
Allows the user to creates a Polygon2D shape.class
ToolCreateRect2D
class
ToolQueryShape2D
Tool allowing point-and-click vertex-wise querying of 2D objects, for a InterfaceGraphic3D window.class
ToolReversePolygon2D
class
ToolRuler2D
Allows the user to measure distance on a 2D window, along a path with N nodes.class
ToolSelectShape2D
2D tool for selecting/deselcting shapes.class
ToolTestInternalPoint2D
Constructors in mgui.interfaces.tools.shapes with parameters of type Tool2D Constructor Description ToolRuler2D(Tool2D last_tool)