| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.SubPath
com.cete.dynamicpdf.pageelements.LineSubPath
public class LineSubPath
This class, when added to a Path, is used to create a String Line path to the LineSubPath's specified location.
Licensing:
This class is a DynamicPDF Generator Professional Edition
 feature. One of the following licenses is required for non-evaluation usage:
 
Path
| Constructor Summary | |
|---|---|
| LineSubPath(float x,
            float y)Initializes a new instance of the LineSubPathclass. | |
| Method Summary | |
|---|---|
|  void | draw(PageWriter writer)Draws the sub path to the given PageWriterobject. | 
|  float | getX()Gets the X coordinate of the destination. | 
|  float | getY()Gets the Y coordinate of the destination. | 
|  void | setX(float value)Sets the X coordinate of the destination. | 
|  void | setY(float value)Sets the Y coordinate of the destination. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public LineSubPath(float x,
                   float y)
LineSubPath class.
x - X coordinate of the destination.y - Y coordinate of the destination.LineSubPath| Method Detail | 
|---|
public void setX(float value)
value - the X coordinate of the destination.public float getX()
public void setY(float value)
value - the Y coordinate of the destination.public float getY()
public void draw(PageWriter writer)
PageWriter object.
draw in class SubPathwriter - PageWriter object to receive the sub path's output.PageWriter| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||