KickJava   Java API By Example, From Geeks To Geeks.

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

java.awt.font
Class ImageGraphicAttribute

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

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


public boolean equals(ImageGraphicAttribute rhs)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object rhs)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ImageGraphicAttribute(Image image,
                             int alignment)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ImageGraphicAttribute(Image image,
                             int alignment,
                             float originX,
                             float originY)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags