public interface ShapesManager
Modifier and Type | Method and Description |
---|---|
void |
addShape(WiresBaseShape shape)
Add a Shape to the Canvas
|
void |
deleteShape(WiresBaseShape shape)
Delete a Shape from the Canvas.
|
void |
forceDeleteShape(WiresBaseShape shape)
Forcefully delete a Shape from the Canvas.
|
List<WiresBaseShape> |
getShapesInCanvas()
Get a list of all Shapes on the Canvas
|
List<WiresBaseShape> getShapesInCanvas()
void addShape(WiresBaseShape shape)
shape
- void deleteShape(WiresBaseShape shape)
shape
- void forceDeleteShape(WiresBaseShape shape)
shape
- Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.