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 SpatialUnitInterfaceEnvironment. getDefaultSpatialUnit()static SpatialUnitInterfaceEnvironment. getSpatialUnit(java.lang.String name)Returns the spatial unit with the specified name, ornullif 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 SpatialUnitShapeModel3D. default_unitMethods in mgui.interfaces.shapes that return SpatialUnit Modifier and Type Method Description SpatialUnitShapeModel3D. getDefaultUnit()Returns the default spatial unit for this shape modelSpatialUnitInterfaceShape. getUnit()Returns the spatial unit for this shape set.SpatialUnitShapeSet. getUnit()SpatialUnitShapeSet2DInt. getUnit()Methods in mgui.interfaces.shapes with parameters of type SpatialUnit Modifier and Type Method Description voidInterfaceShape. setUnit(SpatialUnit unit)voidSectionSet3DInt. setUnit(SpatialUnit unit)Does nothing forSectionSet3DInt; the unit is set by the parent set (or the the default fromInterfaceEnvironment, if no parent is set.voidShapeSet. setUnit(SpatialUnit unit)voidShapeSet2DInt. 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 SpatialUnitShapeSelectionSet. getUnit()Methods in mgui.interfaces.shapes.selection with parameters of type SpatialUnit Modifier and Type Method Description voidShapeSelectionSet. setUnit(SpatialUnit unit)