|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sdljava.ttf.GlyphMetrics
public class GlyphMetrics
The Glyph Metrics of a font.
Field Summary | |
---|---|
(package private) int |
advance
|
(package private) int |
maxx
|
(package private) int |
maxy
|
(package private) int |
minx
|
(package private) int |
miny
|
Constructor Summary | |
---|---|
GlyphMetrics(int minx,
int maxx,
int miny,
int maxy,
int advance)
Creates a new GlyphMetrics instance. |
Method Summary | |
---|---|
int |
getAdvance()
Gets the value of advance |
int |
getMaxX()
Gets the value of maxx |
int |
getMaxY()
Gets the value of maxy |
int |
getMinX()
Gets the value of minx |
int |
getMinY()
Gets the value of miny |
void |
setAdvance(int argAdvance)
Sets the value of advance |
void |
setMaxX(int argMaxx)
Sets the value of maxx |
void |
setMaxY(int argMaxy)
Sets the value of maxy |
void |
setMinX(int argMinx)
Sets the value of minx |
void |
setMinY(int argMiny)
Sets the value of miny |
java.lang.String |
toString()
Return a string represenation of this object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
int minx
int maxx
int miny
int maxy
int advance
Constructor Detail |
---|
public GlyphMetrics(int minx, int maxx, int miny, int maxy, int advance)
GlyphMetrics
instance.
minx
- an int
valuemaxx
- an int
valueminy
- an int
valuemaxy
- an int
valueadvance
- an int
valueMethod Detail |
---|
public int getMinX()
public void setMinX(int argMinx)
argMinx
- Value to assign to this.minxpublic int getMaxX()
public void setMaxX(int argMaxx)
argMaxx
- Value to assign to this.maxxpublic int getMinY()
public void setMinY(int argMiny)
argMiny
- Value to assign to this.minypublic int getMaxY()
public void setMaxY(int argMaxy)
argMaxy
- Value to assign to this.maxypublic int getAdvance()
public void setAdvance(int argAdvance)
argAdvance
- Value to assign to this.advancepublic 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 |