KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > synth > SynthStyle

javax.swing.plaf.synth
Class SynthStyle

java.lang.Object
  extended by javax.swing.plaf.synth.SynthStyle
See Also:
Source Code, SynthLookAndFeel, SynthStyleFactory

public Object get(SynthContext context,
                  Object key)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getBoolean(SynthContext context,
                          Object key,
                          boolean defaultValue)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Color getColor(SynthContext context,
                      ColorType type)
See Also:
getColorForState(javax.swing.plaf.synth.SynthContext, javax.swing.plaf.synth.ColorType)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected abstract Color getColorForState(SynthContext context,
                                          ColorType type)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Font getFont(SynthContext context)
See Also:
getFontForState(javax.swing.plaf.synth.SynthContext)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected abstract Font getFontForState(SynthContext context)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SynthGraphicsUtils getGraphicsUtils(SynthContext context)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Icon getIcon(SynthContext context,
                    Object key)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Insets getInsets(SynthContext context,
                        Insets insets)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getInt(SynthContext context,
                  Object key,
                  int defaultValue)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SynthPainter getPainter(SynthContext context)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getString(SynthContext context,
                        Object key,
                        String defaultValue)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void installDefaults(SynthContext context)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isOpaque(SynthContext context)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SynthStyle()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void uninstallDefaults(SynthContext context)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags