Skip to main content

DXPathPointType Class

Path point types.

Declaration

public final class DXPathPointType extends ByteEnum<DXPathPointType>

Inherited Members

com.devexpress.java.enums.ByteEnum.clone()
com.devexpress.java.enums.ByteEnum.equals(java.lang.Object)
com.devexpress.java.enums.ByteEnum.getName()
com.devexpress.java.enums.ByteEnum.getValue()
com.devexpress.java.enums.ByteEnum.hasFlag(T)
com.devexpress.java.enums.ByteEnum.hasFlag(int)
com.devexpress.java.enums.ByteEnum.hashCode()
com.devexpress.java.enums.ByteEnum.readResolve()
com.devexpress.java.enums.ByteEnum.resolve(byte)
com.devexpress.java.enums.ByteEnum.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.java.enums.ByteEnum
DXPathPointType

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 _BEZIER constant.

_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 _CLOSE_SUBPATH constant.

_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 _LINE constant.

_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 _PATH_TYPE_MASK constant.

_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 _START constant.

BEZIER Field

Bezier point.

Declaration

public static final DXPathPointType BEZIER

Field Value

Type Description
DXPathPointType

The BEZIER value.

CLOSE_SUBPATH Field

Close subpath point.

Declaration

public static final DXPathPointType CLOSE_SUBPATH

Field Value

Type Description
DXPathPointType

The CLOSE_SUBPATH value.

LINE Field

Line point.

Declaration

public static final DXPathPointType LINE

Field Value

Type Description
DXPathPointType

The LINE value.

PATH_TYPE_MASK Field

Path type mask.

Declaration

public static final DXPathPointType PATH_TYPE_MASK

Field Value

Type Description
DXPathPointType

The PATH_TYPE_MASK value.

START Field

Start point.

Declaration

public static final DXPathPointType START

Field Value

Type Description
DXPathPointType

The START value.

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.