javax.swing.plaf.synth
Class SynthStyleFactory
java.lang.Object
javax.swing.plaf.synth.SynthStyleFactory
public abstract class SynthStyleFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynthStyleFactory
public SynthStyleFactory()
- Creates a new
SynthStyleFactory.
getStyle
public abstract SynthStyle getStyle(JComponent c,
Region id)
- Returns a
SynthStyle for the specified region of the specified
component.
- Parameters:
c - the component for which to create a styleid - the region of the component
- Returns:
- a style for the specified region of the specified component