| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Method and 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. |
Point |
LineSegment.createEnd()
Creates, sets and returns a
Point |
abstract Point |
CurveSegment.createEnd()
Creates, sets and returns an empty
Point. |
Point |
LineSegment.createEnd(double x,
double y,
double z)
Creates, sets and returns a
Point based on the
given values. |
abstract Point |
CurveSegment.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. |
Point |
LineSegment.createStart()
Creates, sets and returns a
Point |
abstract Point |
CurveSegment.createStart()
Creates, sets and returns an empty
Point. |
Point |
LineSegment.createStart(double x,
double y,
double z)
Creates, sets and returns a
Point based on the
given values. |
abstract Point |
CurveSegment.createStart(double x,
double y,
double z)
Creates, sets and returns a
Point based on the
given values. |
Point |
CubicBezier.getBasePoint1() |
Point |
CubicBezier.getBasePoint2() |
Point |
LineSegment.getEnd() |
abstract Point |
CurveSegment.getEnd()
|
Point |
BoundingBox.getPosition() |
Point |
LineSegment.getStart() |
abstract Point |
CurveSegment.getStart()
|
Point |
CubicBezier.removeBasePoint1() |
Point |
CubicBezier.removeBasePoint2() |
Point |
CurveSegment.removeEnd() |
Point |
CurveSegment.removeStart() |
| Modifier and Type | Method and 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) |
void |
LineSegment.setEnd(Point end) |
abstract void |
CurveSegment.setEnd(Point end)
|
void |
BoundingBox.setPosition(Point point)
Sets the position.
|
void |
LineSegment.setStart(Point start) |
abstract void |
CurveSegment.setStart(Point start)
|
| Constructor and Description |
|---|
Point(Point point)
|
Copyright © 2009–2017. All rights reserved.