|
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.CurveFromSubPath
This class, when added to a Path, is used to create a Bézier curve from the
CurveToSubPath's specified location back to the last point in the Path.
| Constructor Summary | |
CurveFromSubPath(float x,
float y,
float sourceControlPointX,
float sourceControlPointY)
Initializes a new instance of the CurveFromSubPath class. |
|
| Method Summary | |
void |
draw(PageWriter writer)
Draws the sub path to the given PageWriter object. |
float |
getSourceControlPointX()
Gets the X coordinate of the sources control point. |
float |
getSourceControlPointY()
Gets the Y coordinate of the sources control point. |
float |
getX()
Gets the X coordinate of the destination. |
float |
getY()
Gets the Y coordinate of the destination. |
void |
setSourceControlPointX(float value)
Sets the X coordinate of the sources control point. |
void |
setSourceControlPointY(float value)
Sets the Y coordinate of the sources 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 CurveFromSubPath(float x,
float y,
float sourceControlPointX,
float sourceControlPointY)
CurveFromSubPath class.
x - X coordinate of the destination.y - Y coordinate of the destination.sourceControlPointX - X coordinate of the sources control point.sourceControlPointY - Y coordinate of the sources control point.CurveFromSubPath| Method Detail |
public void setX(float value)
public float getX()
public void setY(float value)
public float getY()
public void setSourceControlPointX(float value)
public float getSourceControlPointX()
public void setSourceControlPointY(float value)
public float getSourceControlPointY()
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 | |||||||||