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 ShapeSelectionSet
InterfaceDisplayPanel. currentSelection
Fields in mgui.interfaces with type parameters of type ShapeSelectionSet Modifier and Type Field Description protected java.util.ArrayList<ShapeSelectionSet>
InterfaceWorkspace. selectionSets
Methods in mgui.interfaces that return ShapeSelectionSet Modifier and Type Method Description ShapeSelectionSet
InterfaceDisplayPanel. addSelectionSet(ShapeSelectionSet thisSet, ShapeModel3D model)
ShapeSelectionSet
InterfaceDisplayPanel. addSelectionSet(ShapeSelectionSet thisSet, ShapeModel3D model, boolean listeners)
Deprecated.call model directlyShapeSelectionSet
InterfaceDisplayPanel. 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 ShapeSelectionSet
InterfaceDisplayPanel. addSelectionSet(ShapeSelectionSet thisSet, ShapeModel3D model)
ShapeSelectionSet
InterfaceDisplayPanel. addSelectionSet(ShapeSelectionSet thisSet, ShapeModel3D model, boolean listeners)
Deprecated.call model directlyprotected void
InterfaceSelectionPanel. addSelectionSet(ShapeSelectionSet set)
void
InterfaceDisplayPanel. setCurrentSelection(ShapeSelectionSet sel)
protected void
InterfaceSelectionPanel. setCurrentSet(ShapeSelectionSet set)
-
Uses of ShapeSelectionSet in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as ShapeSelectionSet Modifier and Type Field Description ShapeSelectionSet
InterfaceGraphic2D. currentSelection
ShapeSelectionSet
InterfaceGraphic3D. currentSelection
Methods in mgui.interfaces.graphics with parameters of type ShapeSelectionSet Modifier and Type Method Description void
InterfaceGraphic2D. setCurrentSelection(ShapeSelectionSet thisSet, boolean exclude)
void
InterfaceGraphic3D. 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 ShapeSelectionSet
ShapeModel3D. exclusionFilter
protected ShapeSelectionSet
ShapeModel3D. working_selection
Fields in mgui.interfaces.shapes with type parameters of type ShapeSelectionSet Modifier and Type Field Description java.util.ArrayList<ShapeSelectionSet>
ShapeModel3D. selections
Methods in mgui.interfaces.shapes that return ShapeSelectionSet Modifier and Type Method Description ShapeSelectionSet
ShapeModel3D. getExclusionFilter()
ShapeSelectionSet
ShapeModel3D. getSelectionSet(java.lang.String name)
ShapeSelectionSet
ShapeModel3D. 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 void
ShapeModel3D. addSelectionSet(ShapeSelectionSet selSet)
org.jogamp.java3d.BranchGroup
SectionSet3DInt. getScene3DObject(ShapeSelectionSet selSet)
org.jogamp.java3d.BranchGroup
Shape3DInt. getScene3DObject(ShapeSelectionSet selSet)
org.jogamp.java3d.BranchGroup
ShapeSet3DInt. getScene3DObject(ShapeSelectionSet selSet)
ShapeSceneNode
Shape3DInt. getShapeSceneNode(ShapeSelectionSet s)
ShapeSet3DInt
SectionSet3DInt. getShapeSet3DInt(ShapeSelectionSet selSet)
boolean
ShapeModel3D. hasSelectionSet(ShapeSelectionSet selSet)
void
SectionSet3DInt. removeSelectionSet(ShapeSelectionSet selSet)
void
ShapeModel3D. removeSelectionSet(ShapeSelectionSet selSet)
void
ShapeModel3D. setExclusionFilter(ShapeSelectionSet selSet)
void
ShapeModel3D. setExclusionFilter(ShapeSelectionSet selSet, boolean update)
void
SectionSet3DInt. setScene3DObject(ShapeSelectionSet filter, boolean make_live)
void
ShapeSet3DInt. setScene3DObject(boolean make_live, ShapeSelectionSet filter)
void
ShapeSet3DInt. setScene3DObject(boolean make_live, ShapeSelectionSet filter, boolean super_only)
void
ShapeSet2DInt. 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 void
ShapeModel3D. 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 ShapeSelectionSet
ShapeSelectionSet. getUnion(ShapeSet set, boolean recursive)
Methods in mgui.interfaces.shapes.selection with parameters of type ShapeSelectionSet Modifier and Type Method Description void
ShapeSelectionSet. addSet(ShapeSelectionSet set)
void
ShapeSelectionSet. addShapes(ShapeSelectionSet set)
void
ShapeSelectionSet. removeSet(ShapeSelectionSet set)
void
ShapeSelectionSet. setFromSelectionSet(ShapeSelectionSet set)
Sets this set's selection to those inset
.void
ShapeSelectionSet. 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 ShapeSet3DInt
ShapeFunctions. 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 ShapeSelectionSet
ToolQueryShape3D. selectionSet
ShapeSelectionSet
ToolSelectShape2D. selectionSet
ShapeSelectionSet
ToolSelectShape3D. selectionSet
Constructors 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. colourMap
java.util.ArrayList<ShapeSelectionSet>
SVGFileInterface. selectionSets