Changed Methods |
void drawGlyphVector(GlyphVector, float, float)
|
Documentation changed from old to new. |
Renders the text of the specified GlyphVector using the Graphics2D context's rendering attributes. |
GraphicsConfiguration getDeviceConfiguration()
|
Documentation changed from old to new. |
Returns the device configuration associated with this Graphics2D . |
Object getRenderingHint(Key )
|
Documentation changed from old to new. |
Returns the value of a single preference for the rendering algorithms. |
RenderingHints getRenderingHints()
|
Documentation changed from old to new. |
Gets the preferences for the rendering algorithms. |
void setComposite(Composite )
|
Documentation changed from old to new. |
Sets the Composite for the Graphics2D context. |
void setPaint(Paint )
|
Documentation changed from old to new. |
Sets the Paint attribute for the Graphics2D context. |
void setRenderingHint(Key, Object)
|
Documentation changed from old to new. |
Sets the value of a single preference for the rendering algorithms. |
void setRenderingHints(Map )
|
Documentation changed from old to new. |
Replaces the values of all preferences for the rendering algorithms with the specified hints . |
void setStroke(Stroke )
|
Documentation changed from old to new. |
Sets the Stroke for the Graphics2D context. |
void setTransform(AffineTransform )
|
Documentation changed from old to new. |
Overwrites the Transform in the Graphics2D context. |
void drawString(String, float, float)
|
Documentation changed from old to new. |
Renders the text specified by the specified String using the current text attribute state in the Graphics2D context. |
void drawString(String, int, int)
|
Documentation changed from old to new. |
Renders the text of the specified String using the current text attribute state in the Graphics2D context. |