|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
Color getBackground() |
Documentation changed from old to new. |
Fetches the background color to use to render the glyphs. |
Font getFont() |
Documentation changed from old to new. |
Fetches the font that the glyphs should be based upon. |
FontMetrics getFontMetrics() |
Documentation changed from old to new. |
FontMetrics are not used for glyph rendering when running in the Java2 SDK. |
Color getForeground() |
Documentation changed from old to new. |
Fetches the foreground color to use to render the glyphs. |
boolean isStrikeThrough() |
Documentation changed from old to new. |
Determines if the glyphs should have a strikethrough line. |
boolean isSubscript() |
Documentation changed from old to new. |
Determines if the glyphs should be rendered as superscript. |
boolean isSuperscript() |
Documentation changed from old to new. |
Determines if the glyphs should be rendered as subscript. |
boolean isUnderline() |
Documentation changed from old to new. |
Determines if the glyphs should be underlined. |
void setPropertiesFromAttributes() |
Documentation changed from old to new. |
Sets the cached properties from the attributes. |
void setStrikeThrough(boolean ) |
Documentation changed from old to new. |
Sets whether or not the view has a strike/line through it. |
void setSubscript(boolean ) |
Documentation changed from old to new. |
Sets whether or not the view represents a subscript. |
void setSuperscript(boolean ) |
Documentation changed from old to new. |
Sets whether or not the view represents a superscript. |
void setUnderline(boolean ) |
Documentation changed from old to new. |
Sets whether or not the view is underlined. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |