API Documentation > Classes > Class DrawingViewAlignStyle
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"
VIEW_ALIGN_HORIZONTAL
Object value of enum value "VIEW_ALIGN_HORIZONTAL"
static final int
_VIEW_ALIGN_VERTICAL
Integer value of enum value "VIEW_ALIGN_VERTICAL"
VIEW_ALIGN_VERTICAL
Object value of enum value "VIEW_ALIGN_VERTICAL"
static final int
_DrawingViewAlignStyle_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?