Library | Package Java Toolkit

Class TangentEdgeDisplay

package com.ptc.wfc.wfcQuickPrint;

public class TangentEdgeDisplay
  implements jxenum



Description

 



Field Summary
static final int_TANEDGE_DEFAULT
    Integer value of enum value "TANEDGE_DEFAULT"
    
static final TangentEdgeDisplayTANEDGE_DEFAULT
    Object value of enum value "TANEDGE_DEFAULT"
    
static final int_TANEDGE_NONE
    Integer value of enum value "TANEDGE_NONE"
    
static final TangentEdgeDisplayTANEDGE_NONE
    Object value of enum value "TANEDGE_NONE"
    
static final int_TANEDGE_CENTERLINE
    Integer value of enum value "TANEDGE_CENTERLINE"
    
static final TangentEdgeDisplayTANEDGE_CENTERLINE
    Object value of enum value "TANEDGE_CENTERLINE"
    
static final int_TANEDGE_PHANTOM
    Integer value of enum value "TANEDGE_PHANTOM"
    
static final TangentEdgeDisplayTANEDGE_PHANTOM
    Object value of enum value "TANEDGE_PHANTOM"
    
static final int_TANEDGE_DIMMED
    Integer value of enum value "TANEDGE_DIMMED"
    
static final TangentEdgeDisplayTANEDGE_DIMMED
    Object value of enum value "TANEDGE_DIMMED"
    
static final int_TANEDGE_SOLID
    Integer value of enum value "TANEDGE_SOLID"
    
static final TangentEdgeDisplayTANEDGE_SOLID
    Object value of enum value "TANEDGE_SOLID"
    
static final int_TangentEdgeDisplay_null
    Enum null value.

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


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


FromInt

static TangentEdgeDisplayFromInt (Integer value)


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