Uses of Class
com.sun.electric.tool.user.User.ColorPrefType

Packages that use User.ColorPrefType
com.sun.electric.tool.user Package for handling the user-interface tool. 
 

Uses of User.ColorPrefType in com.sun.electric.tool.user
 

Methods in com.sun.electric.tool.user that return User.ColorPrefType
static User.ColorPrefType User.ColorPrefType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static User.ColorPrefType[] User.ColorPrefType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.electric.tool.user with parameters of type User.ColorPrefType
static int User.getColor(User.ColorPrefType pref)
          Method to get the color of a given special layer on the display.
static Pref User.getColorPref(User.ColorPrefType pref)
           
static void User.resetFactoryColor(User.ColorPrefType pref)
          Method to reset to the factory color of a given special layer BACKGROUND: The default is "light gray".
static void User.setColor(User.ColorPrefType pref, int color)
          Method to set the color of a given special layer BACKGROUND: color of the background on the display.