javax.swing.plaf.synth
public abstract class SynthStyleFactory extends Object
| Constructor Summary | |
|---|---|
| SynthStyleFactory()
Creates a new SynthStyleFactory. | |
| Method Summary | |
|---|---|
| abstract SynthStyle | getStyle(JComponent c, Region id)
Returns a {@link SynthStyle} for the specified region of the specified
component.
|
SynthStyleFactory.Parameters: c the component for which to create a style id the region of the component
Returns: a style for the specified region of the specified component