Library | Package Java Toolkit

Class AnchorPosition

package com.ptc.uifc.uifcCore;

public class AnchorPosition
  implements jxenum



Description

 



Field Summary
static final int_ANCHOR_POSITION_TOP_LEFT
    Integer value of enum value "ANCHOR_POSITION_TOP_LEFT"
    
static final AnchorPositionANCHOR_POSITION_TOP_LEFT
    Object value of enum value "ANCHOR_POSITION_TOP_LEFT"
    
static final int_ANCHOR_POSITION_LEFT
    Integer value of enum value "ANCHOR_POSITION_LEFT"
    
static final AnchorPositionANCHOR_POSITION_LEFT
    Object value of enum value "ANCHOR_POSITION_LEFT"
    
static final int_ANCHOR_POSITION_CENTER
    Integer value of enum value "ANCHOR_POSITION_CENTER"
    
static final AnchorPositionANCHOR_POSITION_CENTER
    Object value of enum value "ANCHOR_POSITION_CENTER"
    
static final int_ANCHOR_POSITION_TOP_RIGHT
    Integer value of enum value "ANCHOR_POSITION_TOP_RIGHT"
    
static final AnchorPositionANCHOR_POSITION_TOP_RIGHT
    Object value of enum value "ANCHOR_POSITION_TOP_RIGHT"
    
static final int_ANCHOR_POSITION_BOTTOM_RIGHT
    Integer value of enum value "ANCHOR_POSITION_BOTTOM_RIGHT"
    
static final AnchorPositionANCHOR_POSITION_BOTTOM_RIGHT
    Object value of enum value "ANCHOR_POSITION_BOTTOM_RIGHT"
    
static final int_ANCHOR_POSITION_RIGHT
    Integer value of enum value "ANCHOR_POSITION_RIGHT"
    
static final AnchorPositionANCHOR_POSITION_RIGHT
    Object value of enum value "ANCHOR_POSITION_RIGHT"
    
static final int_ANCHOR_POSITION_BOTTOM_LEFT
    Integer value of enum value "ANCHOR_POSITION_BOTTOM_LEFT"
    
static final AnchorPositionANCHOR_POSITION_BOTTOM_LEFT
    Object value of enum value "ANCHOR_POSITION_BOTTOM_LEFT"
    
static final int_ANCHOR_POSITION_TOP
    Integer value of enum value "ANCHOR_POSITION_TOP"
    
static final AnchorPositionANCHOR_POSITION_TOP
    Object value of enum value "ANCHOR_POSITION_TOP"
    
static final int_ANCHOR_POSITION_BOTTOM
    Integer value of enum value "ANCHOR_POSITION_BOTTOM"
    
static final AnchorPositionANCHOR_POSITION_BOTTOM
    Object value of enum value "ANCHOR_POSITION_BOTTOM"
    
static final int_AnchorPosition_null
    Enum null value.

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


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


FromInt

static AnchorPositionFromInt (Integer value)


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