sdljava.ttf
public class GlyphMetrics extends Object
Version: $Id: GlyphMetrics.java,v 1.2 2004/12/24 17:32:17 ivan_ganza Exp $
Field Summary | |
---|---|
int | advance |
int | maxx |
int | maxy |
int | minx |
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
|
String | toString()
Return a string represenation of this object
|
GlyphMetrics
instance.
Parameters: minx an int
value maxx an int
value miny an int
value maxy an int
value advance an int
value
Returns: the value of advance
Returns: the value of maxx
Returns: the value of maxy
Returns: the value of minx
Returns: the value of miny
Parameters: argAdvance Value to assign to this.advance
Parameters: argMaxx Value to assign to this.maxx
Parameters: argMaxy Value to assign to this.maxy
Parameters: argMinx Value to assign to this.minx
Parameters: argMiny Value to assign to this.miny
Returns: a String represenation of this object