Package | Description |
---|---|
org.jbpm.designer.server.diagram |
Modifier and Type | Class and Description |
---|---|
class |
Diagram |
Modifier and Type | Method and Description |
---|---|
Shape |
Shape.getParent() |
Shape |
Diagram.getParent() |
Shape |
Shape.getTarget()
Gives the target of shape, which defined another associated shape
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Shape> |
Shape.getChildShapes() |
ArrayList<Shape> |
Shape.getIncomings() |
ArrayList<Shape> |
Shape.getOutgoing()
Deprecated.
|
ArrayList<Shape> |
Shape.getOutgoings()
Give an array of outgoing shapes
|
ArrayList<Shape> |
Diagram.getShapes()
returns all shapes of a diagram
|
Modifier and Type | Method and Description |
---|---|
boolean |
Shape.addIncoming(Shape current) |
boolean |
Shape.addOutgoing(Shape out)
Adds a new shape to the outgoings
|
boolean |
Diagram.addShapes(Shape shape)
Add an additional shape to the diagram
|
void |
Shape.setParent(Shape parent) |
void |
Shape.setTarget(Shape target)
Set a new target shape for a shape
|
Modifier and Type | Method and Description |
---|---|
void |
Shape.setChildShapes(ArrayList<Shape> childShapes) |
void |
Shape.setIncomings(ArrayList<Shape> cur) |
void |
Shape.setOutgoing(ArrayList<Shape> outgoing)
Deprecated.
|
void |
Shape.setOutgoings(ArrayList<Shape> outgoings)
Set a new array of outgoing shapes
|
void |
Diagram.setShapes(ArrayList<Shape> shapes)
set a new ArrayList
|
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.