Library | Package Java Toolkit

Class ColorRGBAlternateScheme

package com.ptc.wfc.wfcDisplay;

public class ColorRGBAlternateScheme
  implements jxenum



Description

 



Field Summary
static final int_COLORRGB_ALT_DEFAULT
    Integer value of enum value "COLORRGB_ALT_DEFAULT"
     
static final ColorRGBAlternateSchemeCOLORRGB_ALT_DEFAULT
    Object value of enum value "COLORRGB_ALT_DEFAULT"
     
static final int_COLORRGB_ALT_BLACK_ON_WHITE
    Integer value of enum value "COLORRGB_ALT_BLACK_ON_WHITE"
     
static final ColorRGBAlternateSchemeCOLORRGB_ALT_BLACK_ON_WHITE
    Object value of enum value "COLORRGB_ALT_BLACK_ON_WHITE"
     
static final int_COLORRGB_ALT_WHITE_ON_BLACK
    Integer value of enum value "COLORRGB_ALT_WHITE_ON_BLACK"
     
static final ColorRGBAlternateSchemeCOLORRGB_ALT_WHITE_ON_BLACK
    Object value of enum value "COLORRGB_ALT_WHITE_ON_BLACK"
     
static final int_COLORRGB_ALT_WHITE_ON_GREEN
    Integer value of enum value "COLORRGB_ALT_WHITE_ON_GREEN"
     
static final ColorRGBAlternateSchemeCOLORRGB_ALT_WHITE_ON_GREEN
    Object value of enum value "COLORRGB_ALT_WHITE_ON_GREEN"
     
static final int_COLORRGB_OPTIONAL1
    Integer value of enum value "COLORRGB_OPTIONAL1"
     
static final ColorRGBAlternateSchemeCOLORRGB_OPTIONAL1
    Object value of enum value "COLORRGB_OPTIONAL1"
     
static final int_COLORRGB_OPTIONAL2
    Integer value of enum value "COLORRGB_OPTIONAL2"
     
static final ColorRGBAlternateSchemeCOLORRGB_OPTIONAL2
    Object value of enum value "COLORRGB_OPTIONAL2"
     
static final int_COLORRGB_CLASSIC_WF
    Integer value of enum value "COLORRGB_CLASSIC_WF"
     
static final ColorRGBAlternateSchemeCOLORRGB_CLASSIC_WF
    Object value of enum value "COLORRGB_CLASSIC_WF"
     
static final int_ColorRGBAlternateScheme_null
    Enum null value.

Method Summary
static ColorRGBAlternateSchemeFromInt (int value)
    Creates enum object from an integer.
static ColorRGBAlternateSchemeFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static ColorRGBAlternateSchemeFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static ColorRGBAlternateSchemeFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.