Uses of Class
mgui.geometry.util.SpatialUnit
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.selection |
-
Uses of SpatialUnit in mgui.interfaces
Methods in mgui.interfaces that return SpatialUnit Modifier and Type Method Description static SpatialUnit
InterfaceEnvironment. getDefaultSpatialUnit()
static SpatialUnit
InterfaceEnvironment. getSpatialUnit(java.lang.String name)
Returns the spatial unit with the specified name, ornull
if not spatial unit exists by that name.Methods in mgui.interfaces that return types with arguments of type SpatialUnit Modifier and Type Method Description static java.util.ArrayList<SpatialUnit>
InterfaceEnvironment. getSpatialUnits()
-
Uses of SpatialUnit in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as SpatialUnit Modifier and Type Field Description protected SpatialUnit
ShapeModel3D. default_unit
Methods in mgui.interfaces.shapes that return SpatialUnit Modifier and Type Method Description SpatialUnit
ShapeModel3D. getDefaultUnit()
Returns the default spatial unit for this shape modelSpatialUnit
InterfaceShape. getUnit()
Returns the spatial unit for this shape set.SpatialUnit
ShapeSet. getUnit()
SpatialUnit
ShapeSet2DInt. getUnit()
Methods in mgui.interfaces.shapes with parameters of type SpatialUnit Modifier and Type Method Description void
InterfaceShape. setUnit(SpatialUnit unit)
void
SectionSet3DInt. setUnit(SpatialUnit unit)
Does nothing forSectionSet3DInt
; the unit is set by the parent set (or the the default fromInterfaceEnvironment
, if no parent is set.void
ShapeSet. setUnit(SpatialUnit unit)
void
ShapeSet2DInt. setUnit(SpatialUnit unit)
Constructors in mgui.interfaces.shapes with parameters of type SpatialUnit Constructor Description ShapeModel3D(java.lang.String name, ShapeSet3DInt set, SpatialUnit default_unit)
-
Uses of SpatialUnit in mgui.interfaces.shapes.selection
Methods in mgui.interfaces.shapes.selection that return SpatialUnit Modifier and Type Method Description SpatialUnit
ShapeSelectionSet. getUnit()
Methods in mgui.interfaces.shapes.selection with parameters of type SpatialUnit Modifier and Type Method Description void
ShapeSelectionSet. setUnit(SpatialUnit unit)