DXPathPointType Class
Path point types.
Declaration
public final class DXPathPointType extends ByteEnum<DXPathPointType>
Inherited Members
Inheritance
Fields
_BEZIER Field
The integer value of the _BEZIER constant.
Declaration
public static final byte _BEZIER
Field Value
| Type | Description |
|---|---|
| byte | The integer value of the |
_CLOSE_SUBPATH Field
The integer value of the _CLOSE_SUBPATH constant.
Declaration
public static final byte _CLOSE_SUBPATH
Field Value
| Type | Description |
|---|---|
| byte | The integer value of the |
_LINE Field
The integer value of the _LINE constant.
Declaration
public static final byte _LINE
Field Value
| Type | Description |
|---|---|
| byte | The integer value of the |
_PATH_TYPE_MASK Field
The integer value of the _PATH_TYPE_MASK constant.
Declaration
public static final byte _PATH_TYPE_MASK
Field Value
| Type | Description |
|---|---|
| byte | The integer value of the |
_START Field
The integer value of the _START constant.
Declaration
public static final byte _START
Field Value
| Type | Description |
|---|---|
| byte | The integer value of the |
BEZIER Field
Bezier point.
Declaration
public static final DXPathPointType BEZIER
Field Value
| Type | Description |
|---|---|
DXPathPointType |
The |
CLOSE_SUBPATH Field
Close subpath point.
Declaration
public static final DXPathPointType CLOSE_SUBPATH
Field Value
| Type | Description |
|---|---|
DXPathPointType |
The |
LINE Field
Line point.
Declaration
public static final DXPathPointType LINE
Field Value
| Type | Description |
|---|---|
DXPathPointType |
The |
PATH_TYPE_MASK Field
Path type mask.
Declaration
public static final DXPathPointType PATH_TYPE_MASK
Field Value
| Type | Description |
|---|---|
DXPathPointType |
The |
START Field
Start point.
Declaration
public static final DXPathPointType START
Field Value
| Type | Description |
|---|---|
DXPathPointType |
The |
Methods
fromValue(byte value) Method
Returns the path point type for the specified value.
Declaration
public static DXPathPointType fromValue(byte value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | byte | The value. |
Returns
| Type | Description |
|---|---|
DXPathPointType |
The matching path point type. |
values() Method
Returns an array of all path point types.
Declaration
public static DXPathPointType[] values()
Returns
| Type | Description |
|---|---|
| DXPathPointType[] | An array of all path point types. |