Uses of Class
g3.project.graphics.ExtShape
-
Packages that use ExtShape Package Description g3.project.graphics -
-
Uses of ExtShape in g3.project.graphics
Subclasses of ExtShape in g3.project.graphics Modifier and Type Class Description class
ExtEllip
class
ExtLine
class
ExtPolygon
class
ExtRect
Methods in g3.project.graphics that return types with arguments of type ExtShape Modifier and Type Method Description java.util.Optional<ExtShape>
ExtShapeFactory. makeShape(ExtShapeFactory.ShapeType shapeType)
Make a new extended shape.
-