|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PsPathElement | |
|---|---|
| org.foray.ps | Classes for handling the intepretation of PostScript input. |
| Uses of PsPathElement in org.foray.ps |
|---|
| Subclasses of PsPathElement in org.foray.ps | |
|---|---|
class |
PsPathClose
The last segment of a new sub-path. |
class |
PsPathCurve
A Bezier cubic curve section in a path. |
class |
PsPathLine
A line segment in a path. |
class |
PsPathMove
The beginning of a new sub-path. |
| Methods in org.foray.ps that return PsPathElement | |
|---|---|
PsPathElement |
PsPath.getElement(int index)
Returns a specific element from the path. |
PsPathElement |
PsPath.getLastElement()
Returns the last element in this path. |
| Methods in org.foray.ps with parameters of type PsPathElement | |
|---|---|
void |
PsPath.add(PsPathElement newElement)
Adds a new element to this path. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||