Library | Package Java Toolkit

Class ContourTraversal

package com.ptc.pfc.pfcGeometry;

public class ContourTraversal
  implements jxenum



Description

This enumerated type lists the possible values for traversing the contour.



Field Summary
static final int_CONTOUR_TRAV_NONE
    Integer value of enum value "CONTOUR_TRAV_NONE"
    There is no contour traversal.
static final ContourTraversalCONTOUR_TRAV_NONE
    Object value of enum value "CONTOUR_TRAV_NONE"
    There is no contour traversal.
static final int_CONTOUR_TRAV_INTERNAL
    Integer value of enum value "CONTOUR_TRAV_INTERNAL"
    Traverse the internal contours.
static final ContourTraversalCONTOUR_TRAV_INTERNAL
    Object value of enum value "CONTOUR_TRAV_INTERNAL"
    Traverse the internal contours.
static final int_CONTOUR_TRAV_EXTERNAL
    Integer value of enum value "CONTOUR_TRAV_EXTERNAL"
    Traverse the external contours.
static final ContourTraversalCONTOUR_TRAV_EXTERNAL
    Object value of enum value "CONTOUR_TRAV_EXTERNAL"
    Traverse the external contours.
static final int_ContourTraversal_null
    Enum null value.

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


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


FromInt

static ContourTraversalFromInt (Integer value)


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