Library | Package Java Toolkit

Class TextureProjectionType

package com.ptc.wfc.wfcDisplay;

public class TextureProjectionType
  implements jxenum



Description

The texture projection type



Field Summary
static final int_TEXTURE_PROJECTION_UNSET
    Integer value of enum value "TEXTURE_PROJECTION_UNSET"
     
static final TextureProjectionTypeTEXTURE_PROJECTION_UNSET
    Object value of enum value "TEXTURE_PROJECTION_UNSET"
     
static final int_TEXTURE_PROJECTION_PLANER
    Integer value of enum value "TEXTURE_PROJECTION_PLANER"
     
static final TextureProjectionTypeTEXTURE_PROJECTION_PLANER
    Object value of enum value "TEXTURE_PROJECTION_PLANER"
     
static final int_TEXTURE_PROJECTION_SPHERICAL
    Integer value of enum value "TEXTURE_PROJECTION_SPHERICAL"
     
static final TextureProjectionTypeTEXTURE_PROJECTION_SPHERICAL
    Object value of enum value "TEXTURE_PROJECTION_SPHERICAL"
     
static final int_TEXTURE_PROJECTION_CYLINDRICAL
    Integer value of enum value "TEXTURE_PROJECTION_CYLINDRICAL"
     
static final TextureProjectionTypeTEXTURE_PROJECTION_CYLINDRICAL
    Object value of enum value "TEXTURE_PROJECTION_CYLINDRICAL"
     
static final int_TEXTURE_PROJECTION_APPLICATION
    Integer value of enum value "TEXTURE_PROJECTION_APPLICATION"
     
static final TextureProjectionTypeTEXTURE_PROJECTION_APPLICATION
    Object value of enum value "TEXTURE_PROJECTION_APPLICATION"
     
static final int_TextureProjectionType_null
    Enum null value.

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


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


FromInt

static TextureProjectionTypeFromInt (Integer value)


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