| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Method | Description |
|---|---|---|
Point |
Point.clone() |
|
Point |
CubicBezier.createBasePoint1() |
Creates, sets and returns a
Point |
Point |
CubicBezier.createBasePoint1(double x,
double y,
double z) |
Creates, sets and returns a
Point based on the
given values. |
Point |
CubicBezier.createBasePoint2() |
Creates, sets and returns a
Point |
Point |
CubicBezier.createBasePoint2(double x,
double y,
double z) |
Creates, sets and returns a
Point based on the
given values. |
abstract Point |
CurveSegment.createEnd() |
Creates, sets and returns an empty
Point. |
abstract Point |
CurveSegment.createEnd(double x,
double y,
double z) |
Creates, sets and returns a
Point based on the
given values. |
Point |
LineSegment.createEnd() |
Creates, sets and returns a
Point |
Point |
LineSegment.createEnd(double x,
double y,
double z) |
Creates, sets and returns a
Point based on the
given values. |
Point |
BoundingBox.createPosition() |
Creates, sets and returns a
Point |
Point |
BoundingBox.createPosition(double x,
double y,
double z) |
Creates, sets and returns a
Point based on the
given values. |
abstract Point |
CurveSegment.createStart() |
Creates, sets and returns an empty
Point. |
abstract Point |
CurveSegment.createStart(double x,
double y,
double z) |
Creates, sets and returns a
Point based on the
given values. |
Point |
LineSegment.createStart() |
Creates, sets and returns a
Point |
Point |
LineSegment.createStart(double x,
double y,
double z) |
Creates, sets and returns a
Point based on the
given values. |
Point |
CubicBezier.getBasePoint1() |
|
Point |
CubicBezier.getBasePoint2() |
|
abstract Point |
CurveSegment.getEnd() |
|
Point |
LineSegment.getEnd() |
|
Point |
BoundingBox.getPosition() |
|
abstract Point |
CurveSegment.getStart() |
|
Point |
LineSegment.getStart() |
|
Point |
CubicBezier.removeBasePoint1() |
Removes the basepoint 1 from this
CubicBezier
After calling this method, CubicBezier.isSetBasePoint1() is
false |
Point |
CubicBezier.removeBasePoint2() |
Removes the basepoint 2 from this
CubicBezier
After calling this method, CubicBezier.isSetBasePoint2() is
false |
Point |
CurveSegment.removeEnd() |
|
Point |
CurveSegment.removeStart() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
Point.clonePointAttributes(Point point,
Point cloned) |
Clones the x, y and z coordinates from point to cloned.
|
CubicBezier |
Curve.createCubicBezier(Point start,
Point basePoint1,
Point basePoint2,
Point end) |
|
LineSegment |
Curve.createLineSegment(Point start,
Point end) |
|
void |
CubicBezier.setBasePoint1(Point basePoint1) |
basePoint1 specifies represents the base point closer
to the start point.
|
void |
CubicBezier.setBasePoint2(Point basePoint2) |
|
abstract void |
CurveSegment.setEnd(Point end) |
|
void |
LineSegment.setEnd(Point end) |
|
void |
BoundingBox.setPosition(Point point) |
Sets the position.
|
abstract void |
CurveSegment.setStart(Point start) |
|
void |
LineSegment.setStart(Point start) |
| Constructor | Description |
|---|---|
Point(Point point) |
Copyright © 2009–2022. All rights reserved.