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 Tool2DInterfaceButton. thisToolMethods in mgui.interfaces that return Tool2D Modifier and Type Method Description Tool2DInterfaceDisplayPanel. getCurrentTool2D() -
Uses of Tool2D in mgui.interfaces.frames
Fields in mgui.interfaces.frames declared as Tool2D Modifier and Type Field Description Tool2DSessionFrame. currentToolMethods in mgui.interfaces.frames with parameters of type Tool2D Modifier and Type Method Description voidSessionFrame. setCurrentTool(Tool2D thisTool) -
Uses of Tool2D in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as Tool2D Modifier and Type Field Description Tool2DInterfaceGraphic2D. currentToolTool2DInterfaceGraphic2D. defaultToolMethods in mgui.interfaces.graphics that return Tool2D Modifier and Type Method Description Tool2DInterfaceGraphic2D. getCurrentTool()Methods in mgui.interfaces.graphics with parameters of type Tool2D Modifier and Type Method Description booleanInterfaceGraphic2D. setCurrentTool(Tool2D thisTool)booleanInterfaceGraphic2D. setDefaultTool(Tool2D tool) -
Uses of Tool2D in mgui.interfaces.tools.graphics
Subclasses of Tool2D in mgui.interfaces.tools.graphics Modifier and Type Class Description classToolDefine3DGrid2DTool to define a 3D grid on a 2D window.classToolDZoom2DclassToolPan2DclassToolWindowZoom2DInteractive tool which allows the user to zoom on a window within the current view.classToolZoomExt2DFields in mgui.interfaces.tools.graphics declared as Tool2D Modifier and Type Field Description protected Tool2DTool2D. last_toolConstructors 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 classToolCreateEllipse2DclassToolCreateImage2DTool allows user to select a file or url pointing to an image, and specify rectangular bounds for that image in model space.classToolCreateImage3DTool to create a 3D image on a 2D window.classToolCreatePolygon2DAllows the user to creates a Polygon2D shape.classToolCreateRect2DclassToolQueryShape2DTool allowing point-and-click vertex-wise querying of 2D objects, for a InterfaceGraphic3D window.classToolReversePolygon2DclassToolRuler2DAllows the user to measure distance on a 2D window, along a path with N nodes.classToolSelectShape2D2D tool for selecting/deselcting shapes.classToolTestInternalPoint2DConstructors in mgui.interfaces.tools.shapes with parameters of type Tool2D Constructor Description ToolRuler2D(Tool2D last_tool)