Package | Description |
---|---|
org.jbpm.designer.server.diagram |
Modifier and Type | Method and Description |
---|---|
Point |
Bounded.getLowerRight() |
Point |
Shape.getLowerRight() |
Point |
Bounds.getLowerRight() |
Point |
Bounded.getUpperLeft() |
Point |
Shape.getUpperLeft() |
Point |
Bounds.getUpperLeft() |
Modifier and Type | Method and Description |
---|---|
ArrayList<Point> |
Shape.getDockers()
Gives the point list of dockers for a shape, dockers usually appears on
edges
|
Modifier and Type | Method and Description |
---|---|
void |
Bounds.setLowerRight(Point lowerRight) |
void |
Bounds.setUpperLeft(Point upperLeft) |
Modifier and Type | Method and 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 canvas
|
Constructor and Description |
---|
Bounds(Point lowerRight,
Point upperLeft)
Constructs a Bounds with initial lowerRight and upperleft
|
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.