Uses of Interface
mgui.interfaces.shapes.ShapeSet
| Package | Description |
|---|---|
| mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
| mgui.interfaces.shapes.selection | |
| mgui.io.domestic.shapes | |
| mgui.morph.sections |
-
Uses of ShapeSet in mgui.interfaces.shapes
Classes in mgui.interfaces.shapes that implement ShapeSet Modifier and Type Class Description classSectionSet3DIntRepresents a set of parallel sections, based upon a reference plane (thisShape), and a spacing value.classShapeSet2DIntRepresents a set ofShape2DIntobjects.classShapeSet3DIntRepresents a set ofShape3DIntobjects.Fields in mgui.interfaces.shapes declared as ShapeSet Modifier and Type Field Description protected ShapeSetInterfaceShape. parent_setMethods in mgui.interfaces.shapes that return ShapeSet Modifier and Type Method Description ShapeSetInterfaceShape. getParentSet()Methods in mgui.interfaces.shapes that return types with arguments of type ShapeSet Modifier and Type Method Description java.util.Set<ShapeSet>SectionSet3DInt. getSubSets()java.util.Set<ShapeSet>ShapeSet. getSubSets()java.util.Set<ShapeSet>ShapeSet2DInt. getSubSets()java.util.Set<ShapeSet>ShapeSet3DInt. getSubSets()Methods in mgui.interfaces.shapes with parameters of type ShapeSet Modifier and Type Method Description booleanSectionSet3DInt. isAncestorSet(ShapeSet set)booleanShapeSet. isAncestorSet(ShapeSet set)Determines whethersetis an ancestor set of this set; i.e., whether this set is a subset ofset.booleanShapeSet2DInt. isAncestorSet(ShapeSet set)Determines whethersetis an ancestor of this set.booleanShapeSet3DInt. isAncestorSet(ShapeSet set)Determines whethersetis an ancestor of this set.voidInterfaceShape. setParentSet(ShapeSet set)Sets this shape's parent set toset.voidVolume3DInt. setParentSet(ShapeSet set)OverridesInterfaceShape.setParentSetto add itself as a listener to the parent -
Uses of ShapeSet in mgui.interfaces.shapes.selection
Classes in mgui.interfaces.shapes.selection that implement ShapeSet Modifier and Type Class Description classShapeSelectionSetFields in mgui.interfaces.shapes.selection with type parameters of type ShapeSet Modifier and Type Field Description java.util.TreeSet<ShapeSet>ShapeSelectionSet. subsetsMethods in mgui.interfaces.shapes.selection that return types with arguments of type ShapeSet Modifier and Type Method Description java.util.Set<ShapeSet>ShapeSelectionSet. getSubSets()Methods in mgui.interfaces.shapes.selection with parameters of type ShapeSet Modifier and Type Method Description voidShapeSelectionSet. addUnion(ShapeSet set, boolean recursive)ShapeSelectionSetShapeSelectionSet. getUnion(ShapeSet set, boolean recursive)booleanShapeSelectionSet. isAncestorSet(ShapeSet set) -
Uses of ShapeSet in mgui.io.domestic.shapes
Fields in mgui.io.domestic.shapes declared as ShapeSet Modifier and Type Field Description ShapeSetShapeInputOptions. shape_setMethods in mgui.io.domestic.shapes with parameters of type ShapeSet Modifier and Type Method Description voidShapeInputOptions. setShapeSet(ShapeSet shape_set) -
Uses of ShapeSet in mgui.morph.sections
Classes in mgui.morph.sections that implement ShapeSet Modifier and Type Class Description classMorphSections3DIntClass representing a set of intermediate sections (subsections), such that each subsection holds an iterative morphing representation from some source shape to some target shape.