Library | Package Java Toolkit

Class ArcDirection

package com.ptc.uifc.uifcCore;

public class ArcDirection
  implements jxenum



Description

 



Field Summary
static final int_ARC_DIRECTION_CLOCKWISE
    Integer value of enum value "ARC_DIRECTION_CLOCKWISE"
    
static final ArcDirectionARC_DIRECTION_CLOCKWISE
    Object value of enum value "ARC_DIRECTION_CLOCKWISE"
    
static final int_ARC_DIRECTION_COUNTERCLOCKWISE
    Integer value of enum value "ARC_DIRECTION_COUNTERCLOCKWISE"
    
static final ArcDirectionARC_DIRECTION_COUNTERCLOCKWISE
    Object value of enum value "ARC_DIRECTION_COUNTERCLOCKWISE"
    
static final int_ArcDirection_null
    Enum null value.

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


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


FromInt

static ArcDirectionFromInt (Integer value)


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