API Documentation > Classes > Class DisplayStatus
Class DisplayStatus

package com.ptc.pfc.pfcLayer;

public class
DisplayStatus
implements
jxenum


Description
This enumerated type lists the possible values for the display status of a layer.
Field Summary
static final int
_LAYER_NORMAL
Integer value of enum value "LAYER_NORMAL"
A normal layer.
static final DisplayStatus
LAYER_NORMAL
Object value of enum value "LAYER_NORMAL"
A normal layer.
static final int
_LAYER_DISPLAY
Integer value of enum value "LAYER_DISPLAY"
A layer selected for display.
static final DisplayStatus
LAYER_DISPLAY
Object value of enum value "LAYER_DISPLAY"
A layer selected for display.
static final int
_LAYER_BLANK
Integer value of enum value "LAYER_BLANK"
A blanked layer.
static final DisplayStatus
LAYER_BLANK
Object value of enum value "LAYER_BLANK"
A blanked layer.
static final int
_LAYER_HIDDEN
Integer value of enum value "LAYER_HIDDEN"
A hidden layer. This applies to Assembly mode only.
static final DisplayStatus
LAYER_HIDDEN
Object value of enum value "LAYER_HIDDEN"
A hidden layer. This applies to Assembly mode only.
static final int
_DisplayStatus_null
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?