de.dante.extex.font.type
Class BoundingBox

java.lang.Object
  extended byde.dante.extex.font.type.BoundingBox
All Implemented Interfaces:
java.io.Serializable

public class BoundingBox
extends java.lang.Object
implements java.io.Serializable

Container for a BoundingBox.

Version:
$Revision: 1.2 $
Author:
Michael Niedermair
See Also:
Serialized Form

Constructor Summary
BoundingBox(Dimen lx, Dimen ly, Dimen rx, Dimen ry)
          Create a new object.
 
Method Summary
 Dimen getLlx()
          Returns the llx.
 Dimen getLly()
          Returns the lly.
 Dimen getUrx()
          Returns the urx.
 Dimen getUry()
          Returns the ury.
 void setLlx(Dimen lx)
           
 void setLly(Dimen ly)
           
 void setUrx(Dimen rx)
           
 void setUry(Dimen ry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundingBox

public BoundingBox(Dimen lx,
                   Dimen ly,
                   Dimen rx,
                   Dimen ry)
Create a new object.

Parameters:
lx - the llx
ly - the lly
rx - the urx
ry - the ury
Method Detail

getLlx

public Dimen getLlx()
Returns the llx.

Returns:
Returns the llx.

setLlx

public void setLlx(Dimen lx)
Parameters:
lx - The llx to set.

getLly

public Dimen getLly()
Returns the lly.

Returns:
Returns the lly.

setLly

public void setLly(Dimen ly)
Parameters:
ly - The lly to set.

getUrx

public Dimen getUrx()
Returns the urx.

Returns:
Returns the urx.

setUrx

public void setUrx(Dimen rx)
Parameters:
rx - The urx to set.

getUry

public Dimen getUry()
Returns the ury.

Returns:
Returns the ury.

setUry

public void setUry(Dimen ry)
Parameters:
ry - The ury to set.