jBPM Designer - Backend 6.0.0.CR1

Uses of Class
org.jbpm.designer.server.diagram.Shape

Packages that use Shape
org.jbpm.designer.server.diagram   
 

Uses of Shape in org.jbpm.designer.server.diagram
 

Subclasses of Shape in org.jbpm.designer.server.diagram
 class Diagram
           
 

Methods in org.jbpm.designer.server.diagram that return Shape
 Shape Shape.getParent()
           
 Shape Diagram.getParent()
           
 Shape Shape.getTarget()
          Gives the target of shape, which defined another associated shape
 

Methods in org.jbpm.designer.server.diagram that return types with arguments of type Shape
 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
 

Methods in org.jbpm.designer.server.diagram with parameters of type Shape
 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
 

Method parameters in org.jbpm.designer.server.diagram with type arguments of type Shape
 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
 


jBPM Designer - Backend 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.