public abstract class SynthStyleFactory extends java.lang.Object
| Constructor and Description |
|---|
SynthStyleFactory()
Creates a new
SynthStyleFactory. |
| Modifier and Type | Method and Description |
|---|---|
abstract SynthStyle |
getStyle(javax.swing.JComponent c,
Region id)
Returns a
SynthStyle for the specified region of the specified
component. |
public SynthStyleFactory()
SynthStyleFactory.public abstract SynthStyle getStyle(javax.swing.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