|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.ps.PsPathElement
org.foray.ps.PsPathCurve
public class PsPathCurve
A Bezier cubic curve section in a path.
Constructor Summary | |
---|---|
PsPathCurve(PsNumber control1X,
PsNumber control1Y,
PsNumber control2X,
PsNumber control2Y,
PsNumber control3X,
PsNumber control3Y)
Constructor. |
Method Summary | |
---|---|
PsNumber |
getControl1X()
Returns the "x" value for control point 1. |
PsNumber |
getControl1Y()
Returns the "y" value for control point 1. |
PsNumber |
getControl2X()
Returns the "x" value for control point 2. |
PsNumber |
getControl2Y()
Returns the "y" value for control point 2. |
PsNumber |
getControl3X()
Returns the "x" value for control point 3. |
PsNumber |
getControl3Y()
Returns the "y" value for control point 3. |
PsNumber |
getEndX()
Returns the "x" value of the end-point of this element. |
PsNumber |
getEndY()
Returns the "y" value of the end-point of this element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PsPathCurve(PsNumber control1X, PsNumber control1Y, PsNumber control2X, PsNumber control2Y, PsNumber control3X, PsNumber control3Y)
control1X
- Control point 1, x value.control1Y
- Control point 1, yx value.control2X
- Control point 2, x value.control2Y
- Control point 2, y value.control3X
- Control point 3, x value.control3Y
- Control point 3, y value.Method Detail |
---|
public PsNumber getControl1X()
public PsNumber getControl1Y()
public PsNumber getControl2X()
public PsNumber getControl2Y()
public PsNumber getControl3X()
public PsNumber getControl3Y()
public PsNumber getEndX()
PsPathElement
getEndX
in class PsPathElement
public PsNumber getEndY()
PsPathElement
getEndY
in class PsPathElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |