|
jBPM Designer - Backend 6.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |