KickJava   Java API By Example, From Geeks To Geeks.

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

java.awt.font
Class ShapeGraphicAttribute

java.lang.Object
  extended by java.awt.font.GraphicAttribute
      extended by java.awt.font.ShapeGraphicAttribute
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(ShapeGraphicAttribute 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 static final boolean FILL
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 ShapeGraphicAttribute(Shape shape,
                             int alignment,
                             boolean stroke)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags