Uses of Class
org.foray.ps.PsPathElement

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.
 



Copyright © 2017. All rights reserved.