| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DIMLINAOCTANGENT_LEFT0
Integer value of enum value "DIMLINAOCTANGENT_LEFT0" The tangent is to the left of the line, and on the same side of the center of the arc/circle as the line. |
| static final DimensionLinAOCTangentType | DIMLINAOCTANGENT_LEFT0
Object value of enum value "DIMLINAOCTANGENT_LEFT0" The tangent is to the left of the line, and on the same side of the center of the arc/circle as the line. |
| static final int | _DIMLINAOCTANGENT_RIGHT0
Integer value of enum value "DIMLINAOCTANGENT_RIGHT0" The tangent is to the right of the line, and on the same side of the center of the arc/circle as the line. |
| static final DimensionLinAOCTangentType | DIMLINAOCTANGENT_RIGHT0
Object value of enum value "DIMLINAOCTANGENT_RIGHT0" The tangent is to the right of the line, and on the same side of the center of the arc/circle as the line. |
| static final int | _DIMLINAOCTANGENT_LEFT1
Integer value of enum value "DIMLINAOCTANGENT_LEFT1" The tangent is to the left of the line, and on the opposite sid of the center of the arc/circle to the line. |
| static final DimensionLinAOCTangentType | DIMLINAOCTANGENT_LEFT1
Object value of enum value "DIMLINAOCTANGENT_LEFT1" The tangent is to the left of the line, and on the opposite sid of the center of the arc/circle to the line. |
| static final int | _DIMLINAOCTANGENT_RIGHT1
Integer value of enum value "DIMLINAOCTANGENT_RIGHT1" The tangent is to the right of the line, and on the opposite side of the center of the arc/circle to the line. |
| static final DimensionLinAOCTangentType | DIMLINAOCTANGENT_RIGHT1
Object value of enum value "DIMLINAOCTANGENT_RIGHT1" The tangent is to the right of the line, and on the opposite side of the center of the arc/circle to the line. |
| static final int | _DimensionLinAOCTangentType_null
Enum null value. |
| Method Summary | |
|---|---|
| static DimensionLinAOCTangentType | FromInt
(int value)
Creates enum object from an integer. |
| static DimensionLinAOCTangentType | 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 DimensionLinAOCTangentType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DimensionLinAOCTangentType | FromInt | (Integer value) |
Creates enum object from an integer object.
|