Skip to main content

LineCompoundType Enum

Lists values that specify the compound line type.

Declaration

public enum LineCompoundType extends Enum<LineCompoundType> implements IIntEnum

Members

Name Description
DOUBLE

A line style composed of double lines of equal width.

SINGLE

A single line of normal width.

THICK_THIN

A line style composed of double lines, the first of which is thick and the second, thin.

THIN_THICK

A line style composed of double lines, the first of which is thin and the second, thick.

TRIPLE

A line style composed of triple lines, the first of which is thin, the second, thick, and the last one, thin.

fromValue(int value)

Converts an integer value to the corresponding LineCompoundType constant.

getName()

Returns the name of this LineCompoundType constant.

getValue()

Returns the integer value of this LineCompoundType constant.

toString()

Returns a string representation of this LineCompoundType constant.

valueOf(String name)

Returns the LineCompoundType constant with the specified name.

values()

Returns an array that contains all LineCompoundType constants.

Implements

com.devexpress.java.enums.IIntEnum

Inherited Members

java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)
java.lang.Enum.clone()
java.lang.Enum.compareTo(E)
java.lang.Enum.describeConstable()
java.lang.Enum.equals(java.lang.Object)
java.lang.Enum.finalize()
java.lang.Enum.getDeclaringClass()
java.lang.Enum.hashCode()
java.lang.Enum.name()
java.lang.Enum.ordinal()
java.lang.Enum.toString()
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
java.lang.Enum
LineCompoundType