at.gv.egiz.pdfas.api.sign.pos.axis
Class AbsoluteAxisAlgorithm

java.lang.Object
  extended byat.gv.egiz.pdfas.api.sign.pos.axis.AxisAlgorithm
      extended byat.gv.egiz.pdfas.api.sign.pos.axis.AbsoluteAxisAlgorithm

public class AbsoluteAxisAlgorithm
extends AxisAlgorithm

An absolute positioned element.

Author:
wprinz

Field Summary
protected  float absoluteValue
          The absolute positioning value on the axis.
 
Constructor Summary
AbsoluteAxisAlgorithm(float absoluteValue)
          Constructor.
 
Method Summary
 float getAbsoluteValue()
          Returns absolute positioning value on the axis.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

absoluteValue

protected float absoluteValue
The absolute positioning value on the axis.

Constructor Detail

AbsoluteAxisAlgorithm

public AbsoluteAxisAlgorithm(float absoluteValue)
Constructor.

Parameters:
absoluteValue - The absolute positioning value on the axis.
Method Detail

getAbsoluteValue

public float getAbsoluteValue()
Returns absolute positioning value on the axis.

Returns:
the absoluteValue Returns absolute positioning value on the axis.


Copyright © 2006-2010. All Rights Reserved.