|
|||||||||
| Home >> All >> java >> awt >> [ font overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.awt.font
Class GlyphMetrics

java.lang.Objectjava.awt.font.GlyphMetrics
- public final class GlyphMetrics
- extends java.lang.Object
| Field Summary | |
private float |
advanceX
|
private float |
advanceY
|
private java.awt.geom.Rectangle2D |
bounds
|
static byte |
COMBINING
|
static byte |
COMPONENT
|
private byte |
glyphType
|
private boolean |
horizontal
|
static byte |
LIGATURE
|
static byte |
STANDARD
|
static byte |
WHITESPACE
|
| Constructor Summary | |
GlyphMetrics(boolean horizontal,
float advanceX,
float advanceY,
java.awt.geom.Rectangle2D bounds,
byte glyphType)
|
|
GlyphMetrics(float advance,
java.awt.geom.Rectangle2D bounds,
byte glyphType)
|
|
| Method Summary | |
float |
getAdvance()
|
float |
getAdvanceX()
|
float |
getAdvanceY()
|
java.awt.geom.Rectangle2D |
getBounds2D()
|
float |
getLSB()
|
float |
getRSB()
|
int |
getType()
|
boolean |
isCombining()
|
boolean |
isComponent()
|
boolean |
isLigature()
|
boolean |
isStandard()
|
boolean |
isWhitespace()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
COMBINING
public static final byte COMBINING
- See Also:
- Constant Field Values
COMPONENT
public static final byte COMPONENT
- See Also:
- Constant Field Values
LIGATURE
public static final byte LIGATURE
- See Also:
- Constant Field Values
STANDARD
public static final byte STANDARD
- See Also:
- Constant Field Values
WHITESPACE
public static final byte WHITESPACE
- See Also:
- Constant Field Values
horizontal
private boolean horizontal
advanceX
private float advanceX
advanceY
private float advanceY
bounds
private java.awt.geom.Rectangle2D bounds
glyphType
private byte glyphType
| Constructor Detail |
GlyphMetrics
public GlyphMetrics(boolean horizontal,
float advanceX,
float advanceY,
java.awt.geom.Rectangle2D bounds,
byte glyphType)
GlyphMetrics
public GlyphMetrics(float advance,
java.awt.geom.Rectangle2D bounds,
byte glyphType)
| Method Detail |
getAdvance
public float getAdvance()
getAdvanceX
public float getAdvanceX()
getAdvanceY
public float getAdvanceY()
getBounds2D
public java.awt.geom.Rectangle2D getBounds2D()
getLSB
public float getLSB()
throws gnu.classpath.NotImplementedException
getRSB
public float getRSB()
throws gnu.classpath.NotImplementedException
getType
public int getType()
isCombining
public boolean isCombining()
isComponent
public boolean isComponent()
isLigature
public boolean isLigature()
isStandard
public boolean isStandard()
isWhitespace
public boolean isWhitespace()
|
|||||||||
| Home >> All >> java >> awt >> [ font overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
java.awt.font.GlyphMetrics