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 ShapeSet2DIntInterfaceDisplayPanel. getShapeSet2D() -
Uses of ShapeSet2DInt in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as ShapeSet2DInt Modifier and Type Field Description protected ShapeSet2DIntInterfaceGraphic2D. shape3DObjectsFields in mgui.interfaces.graphics with type parameters of type ShapeSet2DInt Modifier and Type Field Description protected java.util.ArrayList<ShapeSet2DInt>InterfaceGraphic2D. childSetsMethods in mgui.interfaces.graphics that return ShapeSet2DInt Modifier and Type Method Description ShapeSet2DIntInterfaceGraphic2D. getShapeSet2D()Methods in mgui.interfaces.graphics with parameters of type ShapeSet2DInt Modifier and Type Method Description protected voidInterfaceGraphic2D. setCurrentShapeSet(ShapeSet2DInt set) -
Uses of ShapeSet2DInt in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as ShapeSet2DInt Modifier and Type Field Description ShapeSet2DIntShape2DSectionNode. shape_setFields in mgui.interfaces.shapes with type parameters of type ShapeSet2DInt Modifier and Type Field Description java.util.ArrayList<ShapeSet2DInt>Shape2DSelectionSet. parentsjava.util.HashMap<java.lang.Integer,ShapeSet2DInt>SectionSet3DInt. sectionsMethods in mgui.interfaces.shapes that return ShapeSet2DInt Modifier and Type Method Description ShapeSet2DIntSectionSet3DInt. addSection(int section, boolean updateShape)Add a section shape set to this section set.ShapeSet2DIntSectionSet3DInt. getShape2DType(Shape2DInt shape)ShapeSet2DIntSectionSet3DInt. getShape2DType(Shape2DInt shape, boolean recurse)ShapeSet2DIntSectionSet3DInt. getShapeSet(int section)ShapeSet2DIntSectionSet3DInt. getShapeSet(int section, double sectionWidth)Return a ShapeSet2DInt of all objects intersected by the current section plane and its upper and lower bounds.ShapeSet2DIntShape2DSelectionSet. getShapeSet2D()ShapeSet2DIntShapeSet2DInt. getShapeType(Shape2DInt thisShape)ShapeSet2DIntShapeSet2DInt. getShapeType(Shape2DInt thisShape, boolean recurse)ShapeSet2DIntShapeSet2DInt. getShapeType(Shape2DInt thisShape, ShapeSet2DInt thisSet, boolean recurse)Methods in mgui.interfaces.shapes with parameters of type ShapeSet2DInt Modifier and Type Method Description voidShape2DSelectionSet. addShape(Shape2DInt thisShape, ShapeSet2DInt shapeSet)voidSectionSet3DInt. addUnionSet(ShapeSet2DInt thisSet, int section)voidSectionSet3DInt. addUnionSet(ShapeSet2DInt thisSet, int section, boolean updateShape, boolean updateListeners)intShapeSet2DInt. addUnionSet(ShapeSet2DInt thisSet)intShapeSet2DInt. addUnionSet(ShapeSet2DInt thisSet, boolean updateShape, boolean updateListeners)intSectionSet3DInt. getSectionOf(ShapeSet2DInt set)Returns the index ofsetin this section set object, if it exists.ShapeSet2DIntShapeSet2DInt. getShapeType(Shape2DInt thisShape, ShapeSet2DInt thisSet, boolean recurse)voidShape2DSectionNode. setNode(ShapeSet2DInt shape_set)voidSectionSet3DInt. 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 ShapeSet2DIntShapeSelectionSet. asShapeSet2D()ShapeSet2DIntShapeSelectionSet. 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 ShapeSet2DIntShapeSelectionSet. 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 ShapeSet3DIntShapeFunctions. 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 ShapeSet2DIntShapeSet2DXMLHandler. shape_setMethods in mgui.io.domestic.shapes.xml that return ShapeSet2DInt Modifier and Type Method Description ShapeSet2DIntShapeSet2DXMLHandler. 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 ShapeSet2DIntSVGFileInterface. 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 ShapeSet2DIntMorphSections3DInt. getNextSubSection()ShapeSet2DIntMorphSections3DInt. getShapeSet(int keyVal)ShapeSet2DIntMorphSections3DInt. getShapeSet(int keyVal, double sectionWidth)