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 class
SectionSet3DInt
Represents a set of parallel sections, based upon a reference plane (thisShape), and a spacing value.class
ShapeSet2DInt
Represents a set ofShape2DInt
objects.class
ShapeSet3DInt
Represents a set ofShape3DInt
objects.Fields in mgui.interfaces.shapes declared as ShapeSet Modifier and Type Field Description protected ShapeSet
InterfaceShape. parent_set
Methods in mgui.interfaces.shapes that return ShapeSet Modifier and Type Method Description ShapeSet
InterfaceShape. 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 boolean
SectionSet3DInt. isAncestorSet(ShapeSet set)
boolean
ShapeSet. isAncestorSet(ShapeSet set)
Determines whetherset
is an ancestor set of this set; i.e., whether this set is a subset ofset
.boolean
ShapeSet2DInt. isAncestorSet(ShapeSet set)
Determines whetherset
is an ancestor of this set.boolean
ShapeSet3DInt. isAncestorSet(ShapeSet set)
Determines whetherset
is an ancestor of this set.void
InterfaceShape. setParentSet(ShapeSet set)
Sets this shape's parent set toset
.void
Volume3DInt. setParentSet(ShapeSet set)
OverridesInterfaceShape.setParentSet
to 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 class
ShapeSelectionSet
Fields in mgui.interfaces.shapes.selection with type parameters of type ShapeSet Modifier and Type Field Description java.util.TreeSet<ShapeSet>
ShapeSelectionSet. subsets
Methods 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 void
ShapeSelectionSet. addUnion(ShapeSet set, boolean recursive)
ShapeSelectionSet
ShapeSelectionSet. getUnion(ShapeSet set, boolean recursive)
boolean
ShapeSelectionSet. 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 ShapeSet
ShapeInputOptions. shape_set
Methods in mgui.io.domestic.shapes with parameters of type ShapeSet Modifier and Type Method Description void
ShapeInputOptions. setShapeSet(ShapeSet shape_set)
-
Uses of ShapeSet in mgui.morph.sections
Classes in mgui.morph.sections that implement ShapeSet Modifier and Type Class Description class
MorphSections3DInt
Class representing a set of intermediate sections (subsections), such that each subsection holds an iterative morphing representation from some source shape to some target shape.