|
|
javax > javax.swing > javax.swing.plaf > javax.swing.plaf.synth > javax.swing.plaf.synth.synthstyle >
Class: javax.swing.plaf.synth.SynthStyle java.lang.Object javax.swing.plaf.synth.SynthStyle
public abstract class SynthStyle extends Object
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | public | Object | get(SynthContext context, Object key) |
| | public | boolean | getBoolean(SynthContext context, Object key, boolean defaultValue) |
| | public | Color | getColor(SynthContext context, ColorType type) |
| | protected abstract | Color | getColorForState(SynthContext context, ColorType type) |
| | public | Font | getFont(SynthContext context) |
| | protected abstract | Font | getFontForState(SynthContext context) |
| | public | SynthGraphicsUtils | getGraphicsUtils(SynthContext context) |
| | public | Icon | getIcon(SynthContext context, Object key) |
| | public | Insets | getInsets(SynthContext context, Insets insets) |
| | public | int | getInt(SynthContext context, Object key, int defaultValue) |
| | public | SynthPainter | getPainter(SynthContext context) |
| | public | String | getString(SynthContext context, Object key, String defaultValue) |
| | public | void | installDefaults(SynthContext context) |
| | public | boolean | isOpaque(SynthContext context) |
| | public | void | uninstallDefaults(SynthContext context) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|