|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.cete.dynamicpdf.pageelements.SubPath
|
+--com.cete.dynamicpdf.pageelements.CurveToSubPath
This class, when added to a Path, is used to create a Bézier curve to the CurveToSubPath's specified location.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
| Constructor Summary | |
CurveToSubPath(float x,
float y,
float destinationControlPointX,
float destinationControlPointY)
Initializes a new instance of the CurveToSubPath class. |
|
| Method Summary | |
void |
draw(PageWriter writer)
Draws the sub path to the given PageWriter object. |
float |
getDestinationControlPointX()
Gets the X coordinate of the destinations control point. |
float |
getDestinationControlPointY()
Gets the Y coordinate of the destinations control point. |
float |
getX()
Gets the X coordinate of the destination. |
float |
getY()
Gets the Y coordinate of the destination. |
void |
setDestinationControlPointX(float value)
Sets the X coordinate of the destinations control point. |
void |
setDestinationControlPointY(float value)
Sets the Y coordinate of the destinations control point. |
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 CurveToSubPath(float x,
float y,
float destinationControlPointX,
float destinationControlPointY)
CurveToSubPath class.
x - X coordinate of the destination.y - Y coordinate of the destination.destinationControlPointX - X coordinate of the destinations control point.destinationControlPointY - Y coordinate of the destinations control point.CurveToSubPath| Method Detail |
public void setX(float value)
public float getX()
public void setY(float value)
public float getY()
public void setDestinationControlPointX(float value)
public float getDestinationControlPointX()
public void setDestinationControlPointY(float value)
public float getDestinationControlPointY()
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 | |||||||||