|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<User.ColorPrefType>
com.sun.electric.tool.user.User.ColorPrefType
public static enum User.ColorPrefType
COLOR PREFERENCES
Enum Constant Summary | |
---|---|
AMBIENT_3D
the ambiental color on the 3D display. |
|
AXIS_X_3D
color of the axis X on the 3D display. |
|
AXIS_Y_3D
color of the axis X on the 3D display. |
|
AXIS_Z_3D
color of the axis X on the 3D display. |
|
BACKGROUND
color of the background on the display. |
|
DIRECTIONAL_LIGHT_3D
color of directional light on the 3D display. |
|
DOWNINPLACEBORDER
color of the border around cells drawn "down in place". |
|
GRID
color of the grid on the display. |
|
HIGHLIGHT
color of the highlight on the display. |
|
HIGHLIGHT_3D
color of the highlighted instance on the 3D display. |
|
INSTANCE
color of the instance outlines on the display. |
|
INSTANCE_3D
color of the cell instance on the 3D display. |
|
MOUSEOVER_HIGHLIGHT
color of the highlight on the display. |
|
NODE_HIGHLIGHT
|
|
PORT_HIGHLIGHT
color of the port highlight on the display. |
|
TEXT
color of the text on the display. |
|
WAVE_BACKGROUND
color of the waveform window background. |
|
WAVE_CROSS_FLOAT
color of cross-probe traces from the waveform window that are "floating". |
|
WAVE_CROSS_HIGH
color of cross-probe traces from the waveform window that are "high". |
|
WAVE_CROSS_LOW
color of cross-probe traces from the waveform window that are "low". |
|
WAVE_CROSS_UNDEF
color of cross-probe traces from the waveform window that are "undefined". |
|
WAVE_FOREGROUND
color of the waveform window foreground. |
|
WAVE_GATE_STRENGTH
color of waveform window traces that have "gate" strength. |
|
WAVE_NODE_STRENGTH
color of waveform window traces that have "node" strength. |
|
WAVE_OFF_STRENGTH
color of waveform window traces that have "off" strength. |
|
WAVE_POWER_STRENGTH
color of waveform window traces that have "power" strength. |
|
WAVE_STIMULI
color of the traces in waveform windows. |
Method Summary | |
---|---|
java.awt.Color |
getFactoryDefaultColor()
|
java.lang.String |
getPrefKey()
|
static User.ColorPrefType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static User.ColorPrefType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final User.ColorPrefType BACKGROUND
public static final User.ColorPrefType GRID
public static final User.ColorPrefType HIGHLIGHT
public static final User.ColorPrefType NODE_HIGHLIGHT
public static final User.ColorPrefType MOUSEOVER_HIGHLIGHT
public static final User.ColorPrefType PORT_HIGHLIGHT
public static final User.ColorPrefType TEXT
public static final User.ColorPrefType INSTANCE
public static final User.ColorPrefType DOWNINPLACEBORDER
public static final User.ColorPrefType WAVE_BACKGROUND
public static final User.ColorPrefType WAVE_FOREGROUND
public static final User.ColorPrefType WAVE_STIMULI
public static final User.ColorPrefType WAVE_OFF_STRENGTH
public static final User.ColorPrefType WAVE_NODE_STRENGTH
public static final User.ColorPrefType WAVE_GATE_STRENGTH
public static final User.ColorPrefType WAVE_POWER_STRENGTH
public static final User.ColorPrefType WAVE_CROSS_LOW
public static final User.ColorPrefType WAVE_CROSS_HIGH
public static final User.ColorPrefType WAVE_CROSS_UNDEF
public static final User.ColorPrefType WAVE_CROSS_FLOAT
public static final User.ColorPrefType INSTANCE_3D
public static final User.ColorPrefType HIGHLIGHT_3D
public static final User.ColorPrefType AMBIENT_3D
public static final User.ColorPrefType AXIS_X_3D
public static final User.ColorPrefType AXIS_Y_3D
public static final User.ColorPrefType AXIS_Z_3D
public static final User.ColorPrefType DIRECTIONAL_LIGHT_3D
Method Detail |
---|
public static User.ColorPrefType[] values()
for (User.ColorPrefType c : User.ColorPrefType.values()) System.out.println(c);
public static User.ColorPrefType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getPrefKey()
public java.awt.Color getFactoryDefaultColor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |