Uses of Class
org.jbpm.designer.server.diagram.Point
-
Packages that use Point Package Description org.jbpm.designer.server.diagram -
-
Uses of Point in org.jbpm.designer.server.diagram
Methods in org.jbpm.designer.server.diagram that return Point Modifier and Type Method Description Point
Bounded. getLowerRight()
Point
Bounds. getLowerRight()
Point
Shape. getLowerRight()
Point
Bounded. getUpperLeft()
Point
Bounds. getUpperLeft()
Point
Shape. getUpperLeft()
Methods in org.jbpm.designer.server.diagram that return types with arguments of type Point Modifier and Type Method Description ArrayList<Point>
Shape. getDockers()
Gives the point list of dockers for a shape, dockers usually appears on edgesMethods in org.jbpm.designer.server.diagram with parameters of type Point Modifier and Type Method Description void
Bounds. setLowerRight(Point lowerRight)
void
Bounds. setUpperLeft(Point upperLeft)
Method parameters in org.jbpm.designer.server.diagram with type arguments of type Point Modifier and Type Method Description 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 canvasConstructors in org.jbpm.designer.server.diagram with parameters of type Point Constructor Description Bounds(Point lowerRight, Point upperLeft)
Constructs a Bounds with initial lowerRight and upperleft
-