Uses of Class
g3.project.graphics.ExtShapeFactory.ShapeType
-
Packages that use ExtShapeFactory.ShapeType Package Description g3.project.graphics -
-
Uses of ExtShapeFactory.ShapeType in g3.project.graphics
Fields in g3.project.graphics declared as ExtShapeFactory.ShapeType Modifier and Type Field Description protected ExtShapeFactory.ShapeType
ExtShape. shapeType
My Enumerated Type.Methods in g3.project.graphics that return ExtShapeFactory.ShapeType Modifier and Type Method Description ExtShapeFactory.ShapeType
ExtShape. getShapeType()
Get the shape type Enum value.static ExtShapeFactory.ShapeType
ExtShapeFactory.ShapeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExtShapeFactory.ShapeType[]
ExtShapeFactory.ShapeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in g3.project.graphics with parameters of type ExtShapeFactory.ShapeType Modifier and Type Method Description java.util.Optional<ExtShape>
ExtShapeFactory. makeShape(ExtShapeFactory.ShapeType shapeType)
Make a new extended shape.Constructors in g3.project.graphics with parameters of type ExtShapeFactory.ShapeType Constructor Description ExtEllip(ExtShapeFactory.ShapeType myType)
Constructor.ExtLine(ExtShapeFactory.ShapeType myType)
Constructor.ExtPolygon(ExtShapeFactory.ShapeType myType)
Constructor.ExtRect(ExtShapeFactory.ShapeType myType)
Constructor.ExtShape(javafx.scene.shape.Shape myShape, ExtShapeFactory.ShapeType myType)
Constructor.
-