DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Interface ICoordinate

All Known Subinterfaces:
IArea
All Known Implementing Classes:
AreaGroup, BarCode, Bookmark, HtmlTextArea, Image, ImportedPageArea, Label, Link, Note, PageNumberingLabel, Path, Rectangle, RotatingPageElement, Table, TextArea, TransformationGroup

public interface ICoordinate

Interface defines a contract requiring an X and Y coordinate.


Method Summary
 float getX()
          Gets the X coordinate.
 float getY()
          Gets the Y coordinate.
 void setX(float value)
          Sets the X coordinate.
 void setY(float value)
          Sets the Y coordinate.
 

Method Detail

setX

public void setX(float value)
Sets the X coordinate.


getX

public float getX()
Gets the X coordinate.


setY

public void setY(float value)
Sets the Y coordinate.


getY

public float getY()
Gets the Y coordinate.


DynamicPDF by ceTe Software

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