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 classDiagramMethods in org.jbpm.designer.server.diagram that return Shape Modifier and Type Method Description ShapeDiagram. getParent()ShapeShape. getParent()ShapeShape. 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 booleanShape. addIncoming(Shape current)booleanShape. addOutgoing(Shape out)Adds a new shape to the outgoingsbooleanDiagram. addShapes(Shape shape)Add an additional shape to the diagramvoidShape. setParent(Shape parent)voidShape. 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 voidShape. setChildShapes(ArrayList<Shape> childShapes)voidShape. setIncomings(ArrayList<Shape> cur)voidShape. setOutgoing(ArrayList<Shape> outgoing)Deprecated.voidShape. setOutgoings(ArrayList<Shape> outgoings)Set a new array of outgoing shapesvoidDiagram. setShapes(ArrayList<Shape> shapes)set a new ArrayList
-