Modifier and Type | Method and Description |
---|---|
Point |
Point.cloneObject()
Creates and returns a deep copy of this
SBase object. |
Point |
CubicBezier.getBasePoint1() |
Point |
CubicBezier.getBasePoint2() |
Point |
LineSegment.getEnd() |
Point |
BoundingBox.getPosition() |
Point |
LineSegment.getStart() |
Modifier and Type | Method and Description |
---|---|
void |
CubicBezier.setBasePoint1(Point p) |
void |
CubicBezier.setBasePoint2(Point p) |
void |
LineSegment.setEnd(Point end) |
void |
BoundingBox.setPosition(Point p) |
void |
LineSegment.setStart(Point start) |
Constructor and Description |
---|
BoundingBox(LayoutPkgNamespaces layoutns,
String id,
Point p,
Dimensions d) |
CubicBezier(LayoutPkgNamespaces layoutns,
Point start,
Point end) |
CubicBezier(LayoutPkgNamespaces layoutns,
Point start,
Point base1,
Point base2,
Point end) |
GraphicalObject(LayoutPkgNamespaces layoutns,
String id,
Point p,
Dimensions d) |
LineSegment(LayoutPkgNamespaces layoutns,
Point start,
Point end) |
Point(Point orig) |