jBPM Designer - Backend 6.0.0.CR1

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

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

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

Methods in org.jbpm.designer.server.diagram that return Point
 Point Shape.getLowerRight()
           
 Point Bounds.getLowerRight()
           
 Point Bounded.getLowerRight()
           
 Point Shape.getUpperLeft()
           
 Point Bounds.getUpperLeft()
           
 Point Bounded.getUpperLeft()
           
 

Methods in org.jbpm.designer.server.diagram that return types with arguments of type Point
 ArrayList<Point> Shape.getDockers()
          Gives the point list of dockers for a shape, dockers usually appears on edges
 

Methods in org.jbpm.designer.server.diagram with parameters of type Point
 void Bounds.setLowerRight(Point lowerRight)
           
 void Bounds.setUpperLeft(Point upperLeft)
           
 

Method parameters in org.jbpm.designer.server.diagram with type arguments of type Point
 void Shape.setDockers(ArrayList<Point> dockers)
          set a ArrayList with all attached dockers for a shape, dockers usually appears on edges A docker is a point on the canvas
 

Constructors in org.jbpm.designer.server.diagram with parameters of type Point
Bounds(Point lowerRight, Point upperLeft)
          Constructs a Bounds with initial lowerRight and upperleft
 


jBPM Designer - Backend 6.0.0.CR1

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