DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Interface ICoordinate

All Known Subinterfaces:
IArea
All Known Implementing Classes:
AreaGroup, AustraliaPost, Aztec, BarCode, Bookmark, Chart, Codabar, Code11, Code128, Code25, Code39, Code93, DataMatrixBarCode, DeutschePostIdentcode, DeutschePostLeitcode, Dim2Barcode, Ean13, Ean13Sup2, Ean13Sup5, Ean14, Ean8, Ean8Sup2, Ean8Sup5, FormattedTextArea, GS1DataBar, HtmlArea, Iata25, Image, ImportedPageArea, IntelligentMailBarCode, Interleaved25, Isbn, IsbnSup2, IsbnSup5, Ismn, IsmnSup2, IsmnSup5, Issn, IssnSup2, IssnSup5, Itf14, Kix, Label, Link, List, MacroPdf417, MsiBarcode, Note, OrderedList, PageNumberingLabel, Path, Pdf417, Postnet, QrCode, Rectangle, Rm4scc, RotatingPageElement, SingaporePost, StackedGS1DataBar, Table, Table2, TextArea, TextBarCode, TransformationGroup, UnorderedList, UpcBase, UpcVersionA, UpcVersionASup2, UpcVersionASup5, UpcVersionE, UpcVersionESup2, UpcVersionESup5

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

void setX(float value)
Sets the X coordinate.

Parameters:
value - the X coordinate.

getX

float getX()
Gets the X coordinate.

Returns:
the X coordinate.

setY

void setY(float value)
Sets the Y coordinate.

Parameters:
value - the Y coordinate.

getY

float getY()
Gets the Y coordinate.

Returns:
the Y coordinate.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software