public static class PlotColorsWidthsBuilder.Color extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_AS_DISPLAYED
As Displayed
|
static int |
_BLACK_ON_WHITE
Black on White
|
static int |
_COLORS_BY_WIDTH
Colors by Width
|
static int |
_CUSTOM_PALETTE
Custom Palette
|
static int |
_LEGACY_COLORS
Legacy Colors
|
static int |
_PART_COLORS
Part Colors
|
static PlotColorsWidthsBuilder.Color |
AS_DISPLAYED
As Displayed
|
static PlotColorsWidthsBuilder.Color |
BLACK_ON_WHITE
Black on White
|
static PlotColorsWidthsBuilder.Color |
COLORS_BY_WIDTH
Colors by Width
|
static PlotColorsWidthsBuilder.Color |
CUSTOM_PALETTE
Custom Palette
|
static PlotColorsWidthsBuilder.Color |
LEGACY_COLORS
Legacy Colors
|
static PlotColorsWidthsBuilder.Color |
PART_COLORS
Part Colors
|
Modifier and Type | Method and Description |
---|---|
static PlotColorsWidthsBuilder.Color |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static PlotColorsWidthsBuilder.Color |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static PlotColorsWidthsBuilder.Color[] |
values()
Returns an array that contains the values for this enum.
|
public static final PlotColorsWidthsBuilder.Color AS_DISPLAYED
public static final PlotColorsWidthsBuilder.Color PART_COLORS
public static final PlotColorsWidthsBuilder.Color CUSTOM_PALETTE
public static final PlotColorsWidthsBuilder.Color BLACK_ON_WHITE
public static final PlotColorsWidthsBuilder.Color LEGACY_COLORS
public static final PlotColorsWidthsBuilder.Color COLORS_BY_WIDTH
public static final int _AS_DISPLAYED
public static final int _PART_COLORS
public static final int _CUSTOM_PALETTE
public static final int _BLACK_ON_WHITE
public static final int _LEGACY_COLORS
public static final int _COLORS_BY_WIDTH
public static PlotColorsWidthsBuilder.Color valueOf(int value)
public static PlotColorsWidthsBuilder.Color valueOf(String name)
public static PlotColorsWidthsBuilder.Color[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.