Uses of Class
mgui.morph.sections.MappedPolygon2D
Package | Description |
---|---|
mgui.morph.sections |
-
Uses of MappedPolygon2D in mgui.morph.sections
Fields in mgui.morph.sections with type parameters of type MappedPolygon2D Modifier and Type Field Description protected java.util.ArrayList<MappedPolygon2D>
MappedPolygon2DPath. buffer
java.util.ArrayList<MappedPolygon2D>
MappedPolygon2DPath. maps
Methods in mgui.morph.sections that return MappedPolygon2D Modifier and Type Method Description MappedPolygon2D
MappedPolygon2DPath. getLastMap()
Methods in mgui.morph.sections that return types with arguments of type MappedPolygon2D Modifier and Type Method Description java.util.ArrayList<MappedPolygon2D>
MappedPolygon2DPath. getPolygons()
Methods in mgui.morph.sections with parameters of type MappedPolygon2D Modifier and Type Method Description void
MappedPolygon2DPath. addMap(MappedPolygon2D map)
void
MappedPolygon2DPath. newMap(MappedPolygon2D map)
Method adds a map to this path's buffer.void
MappedPolygon2D. setNodeList(MappedPolygon2D prevMap)
Sets the nodes in nodesA or nodesB from the previous polygon map in this series.Method parameters in mgui.morph.sections with type arguments of type MappedPolygon2D Modifier and Type Method Description void
MappedPolygon2DPath. addMaps(java.util.ArrayList<MappedPolygon2D> maps)
void
MappedPolygon2DPath. setMaps(java.util.ArrayList<MappedPolygon2D> maps)
Constructors in mgui.morph.sections with parameters of type MappedPolygon2D Constructor Description MappedPolygon2DPath(MappedPolygon2D map)
Constructor parameters in mgui.morph.sections with type arguments of type MappedPolygon2D Constructor Description MappedPolygon2DPath(java.util.ArrayList<MappedPolygon2D> maps)