|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User.ColorPrefType | |
---|---|
com.sun.electric.plugins.j3d.utils | |
com.sun.electric.tool.user | Package for handling the user-interface tool. |
com.sun.electric.tool.user.dialogs |
Uses of User.ColorPrefType in com.sun.electric.plugins.j3d.utils |
---|
Method parameters in com.sun.electric.plugins.j3d.utils with type arguments of type User.ColorPrefType | |
---|---|
static void |
J3DUtils.get3DColorsInTab(java.util.Map<User.ColorPrefType,java.lang.String> nameTypeSpecialMap)
Color Tab SECTION |
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. |
java.awt.Color |
GraphicsPreferences.getColor(User.ColorPrefType t)
Method to get the color of a given special layer type on the display. |
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. |
GraphicsPreferences |
GraphicsPreferences.withColor(User.ColorPrefType t,
java.awt.Color color)
|
GraphicsPreferences |
GraphicsPreferences.withFactoryColor(User.ColorPrefType t)
|
Uses of User.ColorPrefType in com.sun.electric.tool.user.dialogs |
---|
Fields in com.sun.electric.tool.user.dialogs declared as User.ColorPrefType | |
---|---|
User.ColorPrefType |
ColorPatternPanel.Info.theColor
|
Constructors in com.sun.electric.tool.user.dialogs with parameters of type User.ColorPrefType | |
---|---|
ColorPatternPanel.Info(User.ColorPrefType colorPref)
Constructor for class to load a pure color. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |