|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.XtfBoundingBox
public class XtfBoundingBox
Bounding box.
| Constructor Summary | |
|---|---|
XtfBoundingBox(short xmin,
short ymin,
short xmax,
short ymax)
Creates a new object. |
|
| Method Summary | |
|---|---|
boolean |
eq(int xmin,
int ymin,
int xmax,
int ymax)
Returns true, if the values are equals. |
boolean |
eq(short xmin,
short ymin,
short xmax,
short ymax)
Returns true, if the values are equals. |
int |
getDepth()
Returns the depth of the bounding box. |
int |
getHeight()
Returns the height of the bounding box. |
short |
getXMax()
Getter for xMax. |
short |
getXMin()
Getter for xMin. |
short |
getYMax()
Getter for yMax. |
short |
getYMin()
Getter for yMin. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XtfBoundingBox(short xmin,
short ymin,
short xmax,
short ymax)
xmin - The x-min.ymin - The y-min.xmax - The x-max.ymax - The y-max.| Method Detail |
|---|
public boolean eq(int xmin,
int ymin,
int xmax,
int ymax)
true, if the values are equals.
xmin - The x-min.ymin - The y-min.xmax - The x-max.ymax - The y-max.
true, if the values are equals.
public boolean eq(short xmin,
short ymin,
short xmax,
short ymax)
true, if the values are equals.
xmin - The x-min.ymin - The y-min.xmax - The x-max.ymax - The y-max.
true, if the values are equals.public int getDepth()
public int getHeight()
public short getXMax()
public short getXMin()
public short getYMax()
public short getYMin()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||