Changed Methods |
void setFont(Font )
|
Documentation changed from old to new. |
Sets this graphics context's font to the specified font. |
void drawString(String, int, int)
|
Documentation changed from old to new. |
Draws the text given by the specified string using this graphics context's current font and color. |
void drawString(AttributedCharacterIterator, int, int)
|
Documentation changed from old to new. |
Draws the text given by the specified iterator using this graphics context's current color. |
Rectangle getClipBounds(Rectangle )
|
Documentation changed from old to new. |
Returns the bounding rectangle of the current clipping area. |