at.knowcenter.wag.egov.egiz.pdf
Class Pos

java.lang.Object
  extended byat.knowcenter.wag.egov.egiz.pdf.Pos

public class Pos
extends Object

Encapsulation of a position on a PDF page.

Author:
wprinz

Field Summary
 float x
           
 float y
           
 float z
           
 
Constructor Summary
Pos()
          Default constructor.
Pos(float xx, float yy, float zz)
          Constructor that sets the coordinates.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public float x

y

public float y

z

public float z
Constructor Detail

Pos

public Pos()
Default constructor.


Pos

public Pos(float xx,
           float yy,
           float zz)
Constructor that sets the coordinates.

Parameters:
xx -
yy -
zz -
Method Detail

toString

public String toString()
See Also:
Object.toString()


Copyright © 2006-2010. All Rights Reserved.