DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class SubPath

java.lang.Object
  |
  +--com.cete.dynamicpdf.pageelements.SubPath
Direct Known Subclasses:
CurveFromSubPath, CurveSubPath, CurveToSubPath, LineSubPath

public abstract class SubPath
extends java.lang.Object

Class provides the base class from which all sub paths are defined.


Constructor Summary
SubPath()
           
 
Method Summary
abstract  void draw(PageWriter writer)
          Draws the sub path to the given PageWriter object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubPath

public SubPath()
Method Detail

draw

public abstract void draw(PageWriter writer)
Draws the sub path to the given PageWriter object.

Parameters:
writer - PageWriter to receive the sub path's output.

DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software