Uses of Class
mgui.interfaces.shapes.ShapeSet2DInt
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.io.domestic.shapes.xml | |
mgui.io.standard.xml.svg | |
mgui.morph.sections |
-
Uses of ShapeSet2DInt in mgui.interfaces
Methods in mgui.interfaces that return ShapeSet2DInt Modifier and Type Method Description ShapeSet2DInt
InterfaceDisplayPanel. getShapeSet2D()
-
Uses of ShapeSet2DInt in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as ShapeSet2DInt Modifier and Type Field Description protected ShapeSet2DInt
InterfaceGraphic2D. shape3DObjects
Fields in mgui.interfaces.graphics with type parameters of type ShapeSet2DInt Modifier and Type Field Description protected java.util.ArrayList<ShapeSet2DInt>
InterfaceGraphic2D. childSets
Methods in mgui.interfaces.graphics that return ShapeSet2DInt Modifier and Type Method Description ShapeSet2DInt
InterfaceGraphic2D. getShapeSet2D()
Methods in mgui.interfaces.graphics with parameters of type ShapeSet2DInt Modifier and Type Method Description protected void
InterfaceGraphic2D. setCurrentShapeSet(ShapeSet2DInt set)
-
Uses of ShapeSet2DInt in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as ShapeSet2DInt Modifier and Type Field Description ShapeSet2DInt
Shape2DSectionNode. shape_set
Fields in mgui.interfaces.shapes with type parameters of type ShapeSet2DInt Modifier and Type Field Description java.util.ArrayList<ShapeSet2DInt>
Shape2DSelectionSet. parents
java.util.HashMap<java.lang.Integer,ShapeSet2DInt>
SectionSet3DInt. sections
Methods in mgui.interfaces.shapes that return ShapeSet2DInt Modifier and Type Method Description ShapeSet2DInt
SectionSet3DInt. addSection(int section, boolean updateShape)
Add a section shape set to this section set.ShapeSet2DInt
SectionSet3DInt. getShape2DType(Shape2DInt shape)
ShapeSet2DInt
SectionSet3DInt. getShape2DType(Shape2DInt shape, boolean recurse)
ShapeSet2DInt
SectionSet3DInt. getShapeSet(int section)
ShapeSet2DInt
SectionSet3DInt. getShapeSet(int section, double sectionWidth)
Return a ShapeSet2DInt of all objects intersected by the current section plane and its upper and lower bounds.ShapeSet2DInt
Shape2DSelectionSet. getShapeSet2D()
ShapeSet2DInt
ShapeSet2DInt. getShapeType(Shape2DInt thisShape)
ShapeSet2DInt
ShapeSet2DInt. getShapeType(Shape2DInt thisShape, boolean recurse)
ShapeSet2DInt
ShapeSet2DInt. getShapeType(Shape2DInt thisShape, ShapeSet2DInt thisSet, boolean recurse)
Methods in mgui.interfaces.shapes with parameters of type ShapeSet2DInt Modifier and Type Method Description void
Shape2DSelectionSet. addShape(Shape2DInt thisShape, ShapeSet2DInt shapeSet)
void
SectionSet3DInt. addUnionSet(ShapeSet2DInt thisSet, int section)
void
SectionSet3DInt. addUnionSet(ShapeSet2DInt thisSet, int section, boolean updateShape, boolean updateListeners)
int
ShapeSet2DInt. addUnionSet(ShapeSet2DInt thisSet)
int
ShapeSet2DInt. addUnionSet(ShapeSet2DInt thisSet, boolean updateShape, boolean updateListeners)
int
SectionSet3DInt. getSectionOf(ShapeSet2DInt set)
Returns the index ofset
in this section set object, if it exists.ShapeSet2DInt
ShapeSet2DInt. getShapeType(Shape2DInt thisShape, ShapeSet2DInt thisSet, boolean recurse)
void
Shape2DSectionNode. setNode(ShapeSet2DInt shape_set)
void
SectionSet3DInt. updateShape(ShapeSet2DInt thisSet, int section)
Constructors in mgui.interfaces.shapes with parameters of type ShapeSet2DInt Constructor Description Shape2DSectionNode(SectionSet3DInt set, int sect, ShapeSet2DInt thisShape)
-
Uses of ShapeSet2DInt in mgui.interfaces.shapes.selection
Methods in mgui.interfaces.shapes.selection that return ShapeSet2DInt Modifier and Type Method Description ShapeSet2DInt
ShapeSelectionSet. asShapeSet2D()
ShapeSet2DInt
ShapeSelectionSet. getFilteredShapeSet2D(ShapeSet2DInt thisSet)
Return a shape2D set which is thisSet, filtered by this selection set.Methods in mgui.interfaces.shapes.selection with parameters of type ShapeSet2DInt Modifier and Type Method Description ShapeSet2DInt
ShapeSelectionSet. getFilteredShapeSet2D(ShapeSet2DInt thisSet)
Return a shape2D set which is thisSet, filtered by this selection set. -
Uses of ShapeSet2DInt in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util with parameters of type ShapeSet2DInt Modifier and Type Method Description static ShapeSet3DInt
ShapeFunctions. getShapeSet3DFromSection(Plane3D refPlane, float dist, ShapeSet2DInt shapes, ShapeSelectionSet selSet)
-
Uses of ShapeSet2DInt in mgui.io.domestic.shapes.xml
Fields in mgui.io.domestic.shapes.xml declared as ShapeSet2DInt Modifier and Type Field Description protected ShapeSet2DInt
ShapeSet2DXMLHandler. shape_set
Methods in mgui.io.domestic.shapes.xml that return ShapeSet2DInt Modifier and Type Method Description ShapeSet2DInt
ShapeSet2DXMLHandler. getShapeSet()
-
Uses of ShapeSet2DInt in mgui.io.standard.xml.svg
Methods in mgui.io.standard.xml.svg that return ShapeSet2DInt Modifier and Type Method Description ShapeSet2DInt
SVGFileInterface. getInputShapeSet2D(java.io.InputStream input_stream)
-
Uses of ShapeSet2DInt in mgui.morph.sections
Methods in mgui.morph.sections that return ShapeSet2DInt Modifier and Type Method Description ShapeSet2DInt
MorphSections3DInt. getNextSubSection()
ShapeSet2DInt
MorphSections3DInt. getShapeSet(int keyVal)
ShapeSet2DInt
MorphSections3DInt. getShapeSet(int keyVal, double sectionWidth)