KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > font > GraphicAttribute

java.awt.font
Class GraphicAttribute

java.lang.Object
  extended by java.awt.font.GraphicAttribute
Direct Known Subclasses:
ImageGraphicAttribute, ShapeGraphicAttribute
See Also:
Source Code, TextLayout

public static final int BOTTOM_ALIGNMENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CENTER_BASELINE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void draw(Graphics2D graphics,
                          float x,
                          float y)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float getAdvance()
See Also:
getBounds()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final int getAlignment()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float getAscent()
See Also:
getBounds()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Rectangle2D getBounds()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float getDescent()
See Also:
getBounds()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public GlyphJustificationInfo getJustificationInfo()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected GraphicAttribute(int alignment)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int HANGING_BASELINE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ROMAN_BASELINE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TOP_ALIGNMENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags