javax.swing.plaf.synth

Class SynthStyleFactory

public abstract class SynthStyleFactory extends Object

Constructor Summary
SynthStyleFactory()
Creates a new SynthStyleFactory.
Method Summary
abstract SynthStylegetStyle(JComponent c, Region id)
Returns a {@link SynthStyle} for the specified region of the specified component.

Constructor Detail

SynthStyleFactory

public SynthStyleFactory()
Creates a new SynthStyleFactory.

Method Detail

getStyle

public abstract SynthStyle getStyle(JComponent c, Region id)
Returns a {@link SynthStyle} for the specified region of the specified component.

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