Ontimize 5.2072EN

com.ontimize.util.pdf
Class PdfFiller.FieldProp

java.lang.Object
  extended bycom.ontimize.util.pdf.PdfFiller.FieldProp
Enclosing class:
PdfFiller

public static class PdfFiller.FieldProp
extends java.lang.Object


Field Summary
protected  java.lang.String name
          Field name
 int page
          Page number when field is inserted
 float x1
          X1 coordinate
 float x2
          X2 coordinate
 float y1
          Y1 coordinate
 float y2
          Y2 coordinate
 
Constructor Summary
PdfFiller.FieldProp(java.lang.String name)
           
PdfFiller.FieldProp(java.lang.String name, int pag, float x_1, float y_1, float x_2, float y_2)
          Class constructor.
 
Method Summary
 float height()
          Difference between y2 and y1.
 java.lang.String toString()
           
 float width()
          Difference between x2 and x1.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

page

public int page
Page number when field is inserted


name

protected java.lang.String name
Field name


x1

public float x1
X1 coordinate


y1

public float y1
Y1 coordinate


x2

public float x2
X2 coordinate


y2

public float y2
Y2 coordinate

Constructor Detail

PdfFiller.FieldProp

public PdfFiller.FieldProp(java.lang.String name,
                           int pag,
                           float x_1,
                           float y_1,
                           float x_2,
                           float y_2)
Class constructor.

Parameters:
name - field name
pag - page number
x_1 - x1 coordinate
y_1 - y1 coordinate
x_2 - x2 coordinate
y_2 - y2 coordinate

PdfFiller.FieldProp

public PdfFiller.FieldProp(java.lang.String name)
Method Detail

height

public float height()
Difference between y2 and y1.

Returns:
height of field

width

public float width()
Difference between x2 and x1.

Returns:
width of field

toString

public java.lang.String toString()

Ontimize