|
||||||||||
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.PsPathClose
public class PsPathClose
The last segment of a new sub-path.
Constructor Summary | |
---|---|
PsPathClose(PsPathMove subPathStart)
Constructor. |
Method Summary | |
---|---|
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 PsPathClose(PsPathMove subPathStart)
subPathStart
- The path element that starts the current sub-path.Method Detail |
---|
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 |