Uses of Class
org.vizzini.ui.text.TextColorSet

Packages that use TextColorSet
org.vizzini.ui.table Provides core table user interface classes for the game framework. 
org.vizzini.ui.text Provides core text user interface classes for the game framework. 
 

Uses of TextColorSet in org.vizzini.ui.table
 

Fields in org.vizzini.ui.table declared as TextColorSet
static TextColorSet TableStyle.DEFAULT_NORMAL_TEXT_COLOR_SET
          Default text color set.
static TextColorSet TableStyle.DEFAULT_SELECTION_TEXT_COLOR_SET
          Default selection text color set.
 

Uses of TextColorSet in org.vizzini.ui.text
 

Fields in org.vizzini.ui.text declared as TextColorSet
static TextColorSet TextStyle.DEFAULT_NORMAL_TEXT_COLOR_SET
          Default normal text color.
static TextColorSet TextStyle.DEFAULT_SELECTION_TEXT_COLOR_SET
          Default selection text color.
 

Methods in org.vizzini.ui.text that return TextColorSet
 TextColorSet TextColorSetPreferences.fetch(String prefix, TextColorSet defaultTextColorSet)
          Store the given table text style.
 TextColorSet TextStyle.getNormalTextColorSet()
           
 TextColorSet TextStyle.getSelectionTextColorSet()
           
 TextColorSet TextColorSetChooser.getTextColorSet()
          Return the text color.
 

Methods in org.vizzini.ui.text with parameters of type TextColorSet
 TextColorSet TextColorSetPreferences.fetch(String prefix, TextColorSet defaultTextColorSet)
          Store the given table text style.
 void TextStyle.setNormalTextColorSet(TextColorSet normalTextColorSet)
           
 void TextStyle.setSelectionTextColorSet(TextColorSet selectionTextColorSet)
           
 void TextColorSetChooser.setTextColorSet(TextColorSet textColorSet)
          Set the color scheme.
 void TextColorSetPreferences.store(String prefix, TextColorSet textColorSet)
          Store the given table text style.
 

Constructors in org.vizzini.ui.text with parameters of type TextColorSet
TextStyle(Font font, TextColorSet normalTextColorSet, TextColorSet selectionTextColorSet)
          Construct this object.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02