public abstract class SynthStyleFactory extends Object
| Constructor and Description |
|---|
SynthStyleFactory()
Creates a new
SynthStyleFactory. |
| Modifier and Type | Method and Description |
|---|---|
abstract SynthStyle |
getStyle(JComponent c,
Region id)
Returns a
SynthStyle for the specified region of the specified
component. |
public SynthStyleFactory()
SynthStyleFactory.public abstract SynthStyle getStyle(JComponent c, Region id)
SynthStyle for the specified region of the specified
component.c - the component for which to create a styleid - the region of the component