Library | Package Java Toolkit

Class SplineTangentType

package com.ptc.wfc.wfcSection;

public class SplineTangentType
  implements jxenum



Description

This enumerated type lists the different spline tangent types



Field Summary
static final int_SPLINE_TANGENT_NONE
    Integer value of enum value "SPLINE_TANGENT_NONE"
    
static final SplineTangentTypeSPLINE_TANGENT_NONE
    Object value of enum value "SPLINE_TANGENT_NONE"
    
static final int_SPLINE_TANGENT_START
    Integer value of enum value "SPLINE_TANGENT_START"
    
static final SplineTangentTypeSPLINE_TANGENT_START
    Object value of enum value "SPLINE_TANGENT_START"
    
static final int_SPLINE_TANGENT_END
    Integer value of enum value "SPLINE_TANGENT_END"
    
static final SplineTangentTypeSPLINE_TANGENT_END
    Object value of enum value "SPLINE_TANGENT_END"
    
static final int_SPLINE_TANGENT_BOTH
    Integer value of enum value "SPLINE_TANGENT_BOTH"
    
static final SplineTangentTypeSPLINE_TANGENT_BOTH
    Object value of enum value "SPLINE_TANGENT_BOTH"
    
static final int_SPLINE_TANGENT_PERIODIC
    Integer value of enum value "SPLINE_TANGENT_PERIODIC"
    
static final SplineTangentTypeSPLINE_TANGENT_PERIODIC
    Object value of enum value "SPLINE_TANGENT_PERIODIC"
    
static final int_SplineTangentType_null
    Enum null value.

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


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


FromInt

static SplineTangentTypeFromInt (Integer value)


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