org.cip4.jdflib.datatypes
Class JDFPath

java.lang.Object
  extended by org.cip4.jdflib.datatypes.JDFPath

public class JDFPath
extends Object

Author:
GonnermannJ converts a PDFpath description into a GeneralPath-Object (Shape)

Constructor Summary
JDFPath(String pdfPath)
          Method JDFPath.
 
Method Summary
 PathIterator getIterator(AffineTransform at)
          Method GetIterator.
 String getPath()
          Method getPath.
 Shape getShape()
          Method GetShape.
 String toString()
           
 void transform(AffineTransform at)
          Transforms the geometry of this path using the specified AffineTransform.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDFPath

public JDFPath(String pdfPath)
Method JDFPath.

Parameters:
pdfPath -
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getPath

public String getPath()
Method getPath.

Returns:
String

getShape

public Shape getShape()
Method GetShape.

Returns:
Shape

getIterator

public PathIterator getIterator(AffineTransform at)
Method GetIterator.

Parameters:
at -
Returns:
PathIterator

transform

public void transform(AffineTransform at)
Transforms the geometry of this path using the specified AffineTransform. The geometry is transformed in place.

Parameters:
at - the AffineTransform used to transform the path.


Copyright © 2013. All Rights Reserved.