Package | Description |
---|---|
com.sun.electric.plugins.j3d.utils | |
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
com.sun.electric.tool.user.dialogs |
Modifier and Type | Method and Description |
---|---|
static void |
J3DUtils.get3DColorsInTab(java.util.Map<User.ColorPrefType,java.lang.String> nameTypeSpecialMap)
Color Tab SECTION
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
GraphicsPreferences.getColor(User.ColorPrefType t)
Method to get the color of a given special layer type on the display.
|
static int |
User.getColor(User.ColorPrefType pref)
Method to get the color of a given special layer 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) |
Modifier and Type | Field and Description |
---|---|
User.ColorPrefType |
ColorPatternPanel.Info.theColor |
Constructor and Description |
---|
Info(User.ColorPrefType colorPref)
Constructor for class to load a pure color.
|