API Documentation > Classes > Class TangentEdgeDisplay
Class TangentEdgeDisplay

package com.ptc.wfc.wfcQuickPrint;

public class
TangentEdgeDisplay
implements
jxenum


Description
User Guide References:
Field Summary
static final int
_TANEDGE_DEFAULT
Integer value of enum value "TANEDGE_DEFAULT"
static final TangentEdgeDisplay
TANEDGE_DEFAULT
Object value of enum value "TANEDGE_DEFAULT"
static final int
_TANEDGE_NONE
Integer value of enum value "TANEDGE_NONE"
static final TangentEdgeDisplay
TANEDGE_NONE
Object value of enum value "TANEDGE_NONE"
static final int
_TANEDGE_CENTERLINE
Integer value of enum value "TANEDGE_CENTERLINE"
static final TangentEdgeDisplay
TANEDGE_CENTERLINE
Object value of enum value "TANEDGE_CENTERLINE"
static final int
_TANEDGE_PHANTOM
Integer value of enum value "TANEDGE_PHANTOM"
static final TangentEdgeDisplay
TANEDGE_PHANTOM
Object value of enum value "TANEDGE_PHANTOM"
static final int
_TANEDGE_DIMMED
Integer value of enum value "TANEDGE_DIMMED"
static final TangentEdgeDisplay
TANEDGE_DIMMED
Object value of enum value "TANEDGE_DIMMED"
static final int
_TANEDGE_SOLID
Integer value of enum value "TANEDGE_SOLID"
static final TangentEdgeDisplay
TANEDGE_SOLID
Object value of enum value "TANEDGE_SOLID"
static final int
_TangentEdgeDisplay_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?