javax.swing.plaf.synth
Class SynthStyleFactory

java.lang.Object
  extended by javax.swing.plaf.synth.SynthStyleFactory

public abstract class SynthStyleFactory
extends Object


Constructor Summary
SynthStyleFactory()
          Creates a new SynthStyleFactory.
 
Method Summary
abstract  SynthStyle getStyle(JComponent c, Region id)
          Returns a SynthStyle for the specified region of the specified component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynthStyleFactory

public SynthStyleFactory()
Creates a new SynthStyleFactory.

Method Detail

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 style
id - the region of the component
Returns:
a style for the specified region of the specified component