Uses of Interface
models.shapes.IShapes
-
Packages that use IShapes Package Description models models.shapes operations operations.create serialization -
-
Uses of IShapes in models
Methods in models that return types with arguments of type IShapes Modifier and Type Method Description java.util.List<IShapes>
Layer. getLayerShapes()
Method parameters in models with type arguments of type IShapes Modifier and Type Method Description void
Layer. setLayerShapes(java.util.List<IShapes> layerShapes)
-
Uses of IShapes in models.shapes
Classes in models.shapes that implement IShapes Modifier and Type Class Description class
Circle
model for Circle in htmlclass
Eclipse
class
Rectangle
model for rectangle in htmlclass
Stroke
-
Uses of IShapes in operations
Methods in operations that return IShapes Modifier and Type Method Description IShapes
ManageShapes. getShape()
IShapes
CreateOperation. startOperation(java.util.List<java.lang.String> params)
IShapes
DeleteOperation. startOperation(java.util.List<java.lang.String> params)
IShapes
IOperation. startOperation(java.util.List<java.lang.String> params)
IShapes
ShapeStratCenter. startOperation(java.lang.String shapeOperation, java.util.List<java.lang.String> params)
-
Uses of IShapes in operations.create
Methods in operations.create that return IShapes Modifier and Type Method Description IShapes
CreateCircle. create(java.util.List<java.lang.Integer> params, Colours fill, java.lang.String id)
IShapes
CreateEclipse. create(java.util.List<java.lang.Integer> params, Colours fill, java.lang.String id)
IShapes
CreateRectangle. create(java.util.List<java.lang.Integer> params, Colours fill, java.lang.String id)
IShapes
CreateStroke. create(java.util.List<java.lang.Integer> params, Colours fill, java.lang.String id)
IShapes
ICreateShape. create(java.util.List<java.lang.Integer> params, Colours fill, java.lang.String id)
IShapes
ShapeCreation. createShape(java.lang.String shapeType, java.util.List<java.lang.String> mainParams)
discerns which shape to make and what parameters needed -
Uses of IShapes in serialization
Methods in serialization that return IShapes Modifier and Type Method Description protected IShapes
AccessClientData. getShape(java.lang.String shapeId)
IShapes
ReadClientData. getShapeById(java.lang.String id)
returns the Shape
-