Uses of Class
mgui.interfaces.shapes.selection.ShapeSelectionSet
| Package | Description |
|---|---|
| mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
| mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
| mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
| mgui.interfaces.shapes.selection | |
| mgui.interfaces.shapes.util | |
| mgui.interfaces.tools.shapes | |
| mgui.io.standard.xml.svg |
-
Uses of ShapeSelectionSet in mgui.interfaces
Fields in mgui.interfaces declared as ShapeSelectionSet Modifier and Type Field Description ShapeSelectionSetInterfaceDisplayPanel. currentSelectionFields in mgui.interfaces with type parameters of type ShapeSelectionSet Modifier and Type Field Description protected java.util.ArrayList<ShapeSelectionSet>InterfaceWorkspace. selectionSetsMethods in mgui.interfaces that return ShapeSelectionSet Modifier and Type Method Description ShapeSelectionSetInterfaceDisplayPanel. addSelectionSet(ShapeSelectionSet thisSet, ShapeModel3D model)ShapeSelectionSetInterfaceDisplayPanel. addSelectionSet(ShapeSelectionSet thisSet, ShapeModel3D model, boolean listeners)Deprecated.call model directlyShapeSelectionSetInterfaceDisplayPanel. getCurrentSelection()Methods in mgui.interfaces that return types with arguments of type ShapeSelectionSet Modifier and Type Method Description java.util.ArrayList<ShapeSelectionSet>InterfaceWorkspace. getSelectionSets()Returns a list of all selection sets currently in this workspace.Methods in mgui.interfaces with parameters of type ShapeSelectionSet Modifier and Type Method Description ShapeSelectionSetInterfaceDisplayPanel. addSelectionSet(ShapeSelectionSet thisSet, ShapeModel3D model)ShapeSelectionSetInterfaceDisplayPanel. addSelectionSet(ShapeSelectionSet thisSet, ShapeModel3D model, boolean listeners)Deprecated.call model directlyprotected voidInterfaceSelectionPanel. addSelectionSet(ShapeSelectionSet set)voidInterfaceDisplayPanel. setCurrentSelection(ShapeSelectionSet sel)protected voidInterfaceSelectionPanel. setCurrentSet(ShapeSelectionSet set) -
Uses of ShapeSelectionSet in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as ShapeSelectionSet Modifier and Type Field Description ShapeSelectionSetInterfaceGraphic2D. currentSelectionShapeSelectionSetInterfaceGraphic3D. currentSelectionMethods in mgui.interfaces.graphics with parameters of type ShapeSelectionSet Modifier and Type Method Description voidInterfaceGraphic2D. setCurrentSelection(ShapeSelectionSet thisSet, boolean exclude)voidInterfaceGraphic3D. setCurrentSelection2D(ShapeSelectionSet selSet, boolean exclude) -
Uses of ShapeSelectionSet in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as ShapeSelectionSet Modifier and Type Field Description protected ShapeSelectionSetShapeModel3D. exclusionFilterprotected ShapeSelectionSetShapeModel3D. working_selectionFields in mgui.interfaces.shapes with type parameters of type ShapeSelectionSet Modifier and Type Field Description java.util.ArrayList<ShapeSelectionSet>ShapeModel3D. selectionsMethods in mgui.interfaces.shapes that return ShapeSelectionSet Modifier and Type Method Description ShapeSelectionSetShapeModel3D. getExclusionFilter()ShapeSelectionSetShapeModel3D. getSelectionSet(java.lang.String name)ShapeSelectionSetShapeModel3D. getWorkingSelection()Returns the working selection set for this model.Methods in mgui.interfaces.shapes that return types with arguments of type ShapeSelectionSet Modifier and Type Method Description java.util.ArrayList<ShapeSelectionSet>ShapeModel3D. getSelectionSets()Returns a list of this model's selection sets, including its working set.java.util.ArrayList<ShapeSelectionSet>ShapeModel3D. getSelectionSets(InterfaceShape thisShape)Methods in mgui.interfaces.shapes with parameters of type ShapeSelectionSet Modifier and Type Method Description voidShapeModel3D. addSelectionSet(ShapeSelectionSet selSet)org.jogamp.java3d.BranchGroupSectionSet3DInt. getScene3DObject(ShapeSelectionSet selSet)org.jogamp.java3d.BranchGroupShape3DInt. getScene3DObject(ShapeSelectionSet selSet)org.jogamp.java3d.BranchGroupShapeSet3DInt. getScene3DObject(ShapeSelectionSet selSet)ShapeSceneNodeShape3DInt. getShapeSceneNode(ShapeSelectionSet s)ShapeSet3DIntSectionSet3DInt. getShapeSet3DInt(ShapeSelectionSet selSet)booleanShapeModel3D. hasSelectionSet(ShapeSelectionSet selSet)voidSectionSet3DInt. removeSelectionSet(ShapeSelectionSet selSet)voidShapeModel3D. removeSelectionSet(ShapeSelectionSet selSet)voidShapeModel3D. setExclusionFilter(ShapeSelectionSet selSet)voidShapeModel3D. setExclusionFilter(ShapeSelectionSet selSet, boolean update)voidSectionSet3DInt. setScene3DObject(ShapeSelectionSet filter, boolean make_live)voidShapeSet3DInt. setScene3DObject(boolean make_live, ShapeSelectionSet filter)voidShapeSet3DInt. setScene3DObject(boolean make_live, ShapeSelectionSet filter, boolean super_only)voidShapeSet2DInt. setShapeSceneNode(SectionSet3DInt s, int section, boolean update, ShapeSelectionSet filter)Method parameters in mgui.interfaces.shapes with type arguments of type ShapeSelectionSet Modifier and Type Method Description voidShapeModel3D. setSelectionSets(java.util.ArrayList<ShapeSelectionSet> sets)Constructors in mgui.interfaces.shapes with parameters of type ShapeSelectionSet Constructor Description Shape3DSceneNode(Shape3DInt thisShape, ShapeSelectionSet s) -
Uses of ShapeSelectionSet in mgui.interfaces.shapes.selection
Methods in mgui.interfaces.shapes.selection that return ShapeSelectionSet Modifier and Type Method Description ShapeSelectionSetShapeSelectionSet. getUnion(ShapeSet set, boolean recursive)Methods in mgui.interfaces.shapes.selection with parameters of type ShapeSelectionSet Modifier and Type Method Description voidShapeSelectionSet. addSet(ShapeSelectionSet set)voidShapeSelectionSet. addShapes(ShapeSelectionSet set)voidShapeSelectionSet. removeSet(ShapeSelectionSet set)voidShapeSelectionSet. setFromSelectionSet(ShapeSelectionSet set)Sets this set's selection to those inset.voidShapeSelectionSet. setFromSelectionSet(ShapeSelectionSet set, boolean update)Sets this set's selection to those inset.Constructors in mgui.interfaces.shapes.selection with parameters of type ShapeSelectionSet Constructor Description ShapeSelectionEvent(ShapeSelectionSet set)ShapeSelectionEvent(ShapeSelectionSet set, ShapeSelectionEvent.EventType type)ShapeSelectionSet(ShapeSelectionSet set) -
Uses of ShapeSelectionSet in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util with parameters of type ShapeSelectionSet Modifier and Type Method Description static ShapeSet3DIntShapeFunctions. getShapeSet3DFromSection(Plane3D refPlane, float dist, ShapeSet2DInt shapes, ShapeSelectionSet selSet) -
Uses of ShapeSelectionSet in mgui.interfaces.tools.shapes
Fields in mgui.interfaces.tools.shapes declared as ShapeSelectionSet Modifier and Type Field Description protected ShapeSelectionSetToolQueryShape3D. selectionSetShapeSelectionSetToolSelectShape2D. selectionSetShapeSelectionSetToolSelectShape3D. selectionSetConstructors in mgui.interfaces.tools.shapes with parameters of type ShapeSelectionSet Constructor Description ToolSelectShape2D(ShapeSelectionSet set)ToolSelectShape2D(ShapeSelectionSet set, int mode)ToolSelectShape3D(ShapeSelectionSet set)ToolSelectShape3D(ShapeSelectionSet set, int mode) -
Uses of ShapeSelectionSet in mgui.io.standard.xml.svg
Fields in mgui.io.standard.xml.svg with type parameters of type ShapeSelectionSet Modifier and Type Field Description protected java.util.HashMap<java.awt.Color,ShapeSelectionSet>SVGFileInterface. colourMapjava.util.ArrayList<ShapeSelectionSet>SVGFileInterface. selectionSets