Library | Package Java Toolkit

Class RotationDegree

package com.ptc.pfc.pfcTable;

public class RotationDegree
  implements jxenum



Description

This enumerated type contains the increments used to rotate a table.
See Also:
Table.RotateClockwise(RotationDegree, /*optional*/ Boolean)



Field Summary
static final int_ROTATE_90
    Integer value of enum value "ROTATE_90"
    Rotate the table 90 degrees from the current orientation.
static final RotationDegreeROTATE_90
    Object value of enum value "ROTATE_90"
    Rotate the table 90 degrees from the current orientation.
static final int_ROTATE_180
    Integer value of enum value "ROTATE_180"
    Rotate the table 180 degrees from the current orientation.
static final RotationDegreeROTATE_180
    Object value of enum value "ROTATE_180"
    Rotate the table 180 degrees from the current orientation.
static final int_ROTATE_270
    Integer value of enum value "ROTATE_270"
    Rotate the table 270 degrees from the current orientation.
static final RotationDegreeROTATE_270
    Object value of enum value "ROTATE_270"
    Rotate the table 270 degrees from the current orientation.
static final int_RotationDegree_null
    Enum null value.

Method Summary
static RotationDegreeFromInt (int value)
    Creates enum object from an integer.
static RotationDegreeFromInt (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 RotationDegreeFromInt (int value)


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


FromInt

static RotationDegreeFromInt (Integer value)


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