SynthStyle
Class SynthStyle
- java.lang.Object
-
- javax.swing.plaf.synth.SynthStyle
- Direct Known Subclasses:
- NimbusStyle
public abstract class SynthStyle extends Object
SynthStyle
is a set of style properties. Each SynthUI
references at least one SynthStyle
that is obtained using a SynthStyleFactory
. You typically don't need to interact with this class directly, rather you will load a Synth File Format file into SynthLookAndFeel
that will create a set of SynthStyles.
- Since:
- 1.5
- See Also:
-
SynthLookAndFeel
, 登录查看完整内容