| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _SURFACEORIENT_NONE
Integer value of enum value "SURFACEORIENT_NONE" A surface without a need for orientation (i.e. not a solid surface). |
| static final SurfaceOrientation | SURFACEORIENT_NONE
Object value of enum value "SURFACEORIENT_NONE" A surface without a need for orientation (i.e. not a solid surface). |
| static final int | _SURFACEORIENT_OUTWARD
Integer value of enum value "SURFACEORIENT_OUTWARD" Surface oriented outward away from the solid model. du X dv points outward. |
| static final SurfaceOrientation | SURFACEORIENT_OUTWARD
Object value of enum value "SURFACEORIENT_OUTWARD" Surface oriented outward away from the solid model. du X dv points outward. |
| static final int | _SURFACEORIENT_INWARD
Integer value of enum value "SURFACEORIENT_INWARD" Surface oriented inward toward the solid model. du X dv points inward. |
| static final SurfaceOrientation | SURFACEORIENT_INWARD
Object value of enum value "SURFACEORIENT_INWARD" Surface oriented inward toward the solid model. du X dv points inward. |
| static final int | _SurfaceOrientation_null
Enum null value. |
| Method Summary | |
|---|---|
| static SurfaceOrientation | FromInt
(int value)
Creates enum object from an integer. |
| static SurfaceOrientation | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static SurfaceOrientation | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static SurfaceOrientation | FromInt | (Integer value) |
Creates enum object from an integer object.
|