Library | Package Java Toolkit

Class DrawingViewAlignStyle

package com.ptc.wfc.wfcView2D;

public class DrawingViewAlignStyle
  implements jxenum



Description

 



Field Summary
static final int_VIEW_ALIGN_HORIZONTAL
    Integer value of enum value "VIEW_ALIGN_HORIZONTAL"
    
static final DrawingViewAlignStyleVIEW_ALIGN_HORIZONTAL
    Object value of enum value "VIEW_ALIGN_HORIZONTAL"
    
static final int_VIEW_ALIGN_VERTICAL
    Integer value of enum value "VIEW_ALIGN_VERTICAL"
    
static final DrawingViewAlignStyleVIEW_ALIGN_VERTICAL
    Object value of enum value "VIEW_ALIGN_VERTICAL"
    
static final int_DrawingViewAlignStyle_null
    Enum null value.

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


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


FromInt

static DrawingViewAlignStyleFromInt (Integer value)


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