Modifier and Type | Method and Description |
---|---|
List<WiresBaseShape> |
WiresContainer.getContainedShapes()
Get a list of WiresBaseShape contained within the Container
|
Modifier and Type | Method and Description |
---|---|
void |
WiresContainer.attachShape(WiresBaseShape shape)
Attach a Shape to the Container
|
void |
WiresContainer.detachShape(WiresBaseShape shape)
Detach a Shape from the Container
|
Modifier and Type | Method and Description |
---|---|
WiresBaseShape |
ShapeSelectedEvent.getShape() |
WiresBaseShape |
ShapeDragPreviewEvent.getShape() |
WiresBaseShape |
ShapeDragCompleteEvent.getShape() |
WiresBaseShape |
ShapeDeletedEvent.getShape() |
WiresBaseShape |
ShapeAddedEvent.getShape() |
Constructor and Description |
---|
ShapeAddedEvent(WiresBaseShape shape) |
ShapeDeletedEvent(WiresBaseShape shape) |
ShapeDragCompleteEvent(WiresBaseShape shape,
double x,
double y) |
ShapeDragPreviewEvent(WiresBaseShape shape,
double x,
double y) |
ShapeSelectedEvent(WiresBaseShape shape) |
Modifier and Type | Method and Description |
---|---|
WiresBaseShape |
ShapeFactory.getShape(FactoryHelper helper)
Get a Shape to be created on the Canvas (usually at the end of a drag operation)
|
Modifier and Type | Method and Description |
---|---|
boolean |
ShapeFactory.builds(WiresBaseShape shapeType)
Does the Factory build the given shape type
|
Modifier and Type | Method and Description |
---|---|
Map<WiresBaseShape,com.ait.lienzo.client.core.types.Point2D> |
LayoutManager.getLayoutInformation(WiresBaseShape root)
Get the layout information for the shapes
|
Modifier and Type | Method and Description |
---|---|
Map<WiresBaseShape,com.ait.lienzo.client.core.types.Point2D> |
LayoutManager.getLayoutInformation(WiresBaseShape root)
Get the layout information for the shapes
|
Modifier and Type | Method and Description |
---|---|
List<PropertyEditorCategory> |
PropertyEditorAdaptor.getProperties(WiresBaseShape shape) |
boolean |
PropertyEditorAdaptor.supports(WiresBaseShape shape) |
Modifier and Type | Method and Description |
---|---|
WiresBaseShape |
SelectionManager.getSelectedShape() |
Modifier and Type | Method and Description |
---|---|
void |
SelectionManager.deselectShape(WiresBaseShape shape) |
void |
SelectionManager.selectShape(WiresBaseShape shape) |
Modifier and Type | Class and Description |
---|---|
class |
WiresBaseDynamicContainer
A Container that can be re-sized and have connectors attached.
|
class |
WiresBaseDynamicShape
A Shape that can be re-sized and have connectors attached.
|
Modifier and Type | Method and Description |
---|---|
List<WiresBaseShape> |
WiresBaseDynamicContainer.getContainedShapes() |
List<WiresBaseShape> |
ShapesManager.getShapesInCanvas()
Get a list of all Shapes on the Canvas
|
Modifier and Type | Method and Description |
---|---|
void |
ShapesManager.addShape(WiresBaseShape shape)
Add a Shape to the Canvas
|
void |
WiresBaseDynamicContainer.attachShape(WiresBaseShape shape) |
void |
ShapesManager.deleteShape(WiresBaseShape shape)
Delete a Shape from the Canvas.
|
void |
WiresBaseDynamicContainer.detachShape(WiresBaseShape shape) |
void |
ShapesManager.forceDeleteShape(WiresBaseShape shape)
Forcefully delete a Shape from the Canvas.
|
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.