DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Interface ICoordinate

All Known Subinterfaces:
IArea
All Known Implementing Classes:
AreaGroup, BarCode, Bookmark, Dim2Barcode, FormattedTextArea, HtmlTextArea, Image, ImportedPageArea, Label, Link, List, 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 DynamicPDFTM v4.0.1 for Java generated on October 06, 2006
© Copyright 2006, ceTe Software