Uses of Class
org.jbpm.designer.server.diagram.Shape
-
Packages that use Shape Package Description org.jbpm.designer.server.diagram -
-
Uses of Shape in org.jbpm.designer.server.diagram
Subclasses of Shape in org.jbpm.designer.server.diagram Modifier and Type Class Description class
Diagram
Methods in org.jbpm.designer.server.diagram that return Shape Modifier and Type Method Description Shape
Diagram. getParent()
Shape
Shape. getParent()
Shape
Shape. getTarget()
Gives the target of shape, which defined another associated shapeMethods in org.jbpm.designer.server.diagram that return types with arguments of type Shape Modifier and Type Method Description ArrayList<Shape>
Shape. getChildShapes()
ArrayList<Shape>
Shape. getIncomings()
ArrayList<Shape>
Shape. getOutgoing()
Deprecated.ArrayList<Shape>
Shape. getOutgoings()
Give an array of outgoing shapesArrayList<Shape>
Diagram. getShapes()
returns all shapes of a diagramMethods in org.jbpm.designer.server.diagram with parameters of type Shape Modifier and Type Method Description boolean
Shape. addIncoming(Shape current)
boolean
Shape. addOutgoing(Shape out)
Adds a new shape to the outgoingsboolean
Diagram. addShapes(Shape shape)
Add an additional shape to the diagramvoid
Shape. setParent(Shape parent)
void
Shape. setTarget(Shape target)
Set a new target shape for a shapeMethod parameters in org.jbpm.designer.server.diagram with type arguments of type Shape Modifier and Type Method 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 shapesvoid
Diagram. setShapes(ArrayList<Shape> shapes)
set a new ArrayList
-