Uses of Class
mgui.interfaces.graphics.util.PickInfoShape2D
Package | Description |
---|---|
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.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
-
Uses of PickInfoShape2D in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics that return types with arguments of type PickInfoShape2D Modifier and Type Method Description java.util.ArrayList<PickInfoShape2D>
InterfaceGraphic2D. getPickShapes(java.awt.Point point)
Return a list of PickInfoShape2D objects containing information about the shapes intersectingpoint
. -
Uses of PickInfoShape2D in mgui.interfaces.graphics.util
Methods in mgui.interfaces.graphics.util with parameters of type PickInfoShape2D Modifier and Type Method Description int
PickInfoShape2D. compareTo(PickInfoShape2D shape)
-
Uses of PickInfoShape2D in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes that return types with arguments of type PickInfoShape2D Modifier and Type Method Description java.util.ArrayList<PickInfoShape2D>
ShapePanel2D. getPickShapes(java.awt.Point point)
Searches the currently displayed shapes for an intersection withpoint
.