Library | Package Java Toolkit

Class DrawingViewOrientationType

package com.ptc.wfc.wfcView2D;

public class DrawingViewOrientationType
  implements jxenum



Description

 



Field Summary
static final int_VIEW_ORIENTATION_ISOMETRIC
    Integer value of enum value "VIEW_ORIENTATION_ISOMETRIC"
    
static final DrawingViewOrientationTypeVIEW_ORIENTATION_ISOMETRIC
    Object value of enum value "VIEW_ORIENTATION_ISOMETRIC"
    
static final int_VIEW_ORIENTATION_TRIMETRIC
    Integer value of enum value "VIEW_ORIENTATION_TRIMETRIC"
    
static final DrawingViewOrientationTypeVIEW_ORIENTATION_TRIMETRIC
    Object value of enum value "VIEW_ORIENTATION_TRIMETRIC"
    
static final int_VIEW_ORIENTATION_USERDEFINED
    Integer value of enum value "VIEW_ORIENTATION_USERDEFINED"
    
static final DrawingViewOrientationTypeVIEW_ORIENTATION_USERDEFINED
    Object value of enum value "VIEW_ORIENTATION_USERDEFINED"
    
static final int_DrawingViewOrientationType_null
    Enum null value.

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


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


FromInt

static DrawingViewOrientationTypeFromInt (Integer value)


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