KickJava   Java API By Example, From Geeks To Geeks.

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

javax.swing.plaf.synth
Class ColorType

java.lang.Object
  extended by javax.swing.plaf.synth.ColorType
See Also:
Source Code, SynthStyle.getColor(SynthContext, ColorType)

public static final ColorType BACKGROUND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected ColorType(String description)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final ColorType FOCUS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final ColorType FOREGROUND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public static final int MAX_COUNT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final ColorType TEXT_BACKGROUND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final ColorType TEXT_FOREGROUND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags