Skip to main content

TileAlignType Class

Lists values used to specify the position of the first tile relative to the shape to which the tiled picture fill is applied.

Declaration

public final class TileAlignType extends IntEnum<TileAlignType>

Inherited Members

com.devexpress.java.enums.IntEnum.clone()
com.devexpress.java.enums.IntEnum.equals(java.lang.Object)
com.devexpress.java.enums.IntEnum.getName()
com.devexpress.java.enums.IntEnum.getValue()
com.devexpress.java.enums.IntEnum.hasFlag(T)
com.devexpress.java.enums.IntEnum.hasFlag(int)
com.devexpress.java.enums.IntEnum.hashCode()
com.devexpress.java.enums.IntEnum.readResolve()
com.devexpress.java.enums.IntEnum.resolve(int)
com.devexpress.java.enums.IntEnum.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.IntEnum
TileAlignType

Fields

_BOTTOM Field

Specifies that the first tile should be aligned to the bottom edge of the shape and centered.

Declaration

public static final int _BOTTOM

Field Value

Type Description
int

An integer value that specifies the first tile is aligned to the bottom edge of the shape and centered.

_BOTTOM_LEFT Field

Specifies that the first tile should be aligned to the bottom left of the shape.

Declaration

public static final int _BOTTOM_LEFT

Field Value

Type Description
int

An integer value that specifies the first tile is aligned to the bottom left of the shape.

_BOTTOM_RIGHT Field

Specifies that the first tile should be aligned to the bottom right of the shape.

Declaration

public static final int _BOTTOM_RIGHT

Field Value

Type Description
int

An integer value that specifies the first tile is aligned to the bottom right of the shape.

_CENTER Field

Specifies that the first tile should be aligned to the center of the shape.

Declaration

public static final int _CENTER

Field Value

Type Description
int

An integer value that specifies the first tile is aligned to the center of the shape.

_LEFT Field

Specifies that the first tile should be aligned to the left edge of the shape and centered.

Declaration

public static final int _LEFT

Field Value

Type Description
int

An integer value that specifies the first tile is aligned to the left edge of the shape and centered.

_RIGHT Field

Specifies that the first tile should be aligned to the right edge of the shape and centered.

Declaration

public static final int _RIGHT

Field Value

Type Description
int

An integer value that specifies the first tile is aligned to the right edge of the shape and centered.

_TOP Field

Specifies that the first tile should be aligned to the top edge of the shape and centered.

Declaration

public static final int _TOP

Field Value

Type Description
int

An integer value that specifies the first tile is aligned to the top edge of the shape and centered.

_TOP_LEFT Field

Specifies that the first tile should be aligned to the top left of the shape.

Declaration

public static final int _TOP_LEFT

Field Value

Type Description
int

An integer value that specifies the first tile is aligned to the top left of the shape.

_TOP_RIGHT Field

Specifies that the first tile should be aligned to the top right of the shape.

Declaration

public static final int _TOP_RIGHT

Field Value

Type Description
int

An integer value that specifies the first tile is aligned to the top right of the shape.

BOTTOM Field

Specifies that the first tile should be aligned to the bottom edge of the shape and centered.

Declaration

public static final TileAlignType BOTTOM

Field Value

Type Description
TileAlignType

A TileAlignType value that specifies the first tile is aligned to the bottom edge of the shape and centered.

BOTTOM_LEFT Field

Specifies that the first tile should be aligned to the bottom left of the shape.

Declaration

public static final TileAlignType BOTTOM_LEFT

Field Value

Type Description
TileAlignType

A TileAlignType value that specifies the first tile is aligned to the bottom left of the shape.

BOTTOM_RIGHT Field

Specifies that the first tile should be aligned to the bottom right of the shape.

Declaration

public static final TileAlignType BOTTOM_RIGHT

Field Value

Type Description
TileAlignType

A TileAlignType value that specifies the first tile is aligned to the bottom right of the shape.

CENTER Field

Specifies that the first tile should be aligned to the center of the shape.

Declaration

public static final TileAlignType CENTER

Field Value

Type Description
TileAlignType

A TileAlignType value that specifies the first tile is aligned to the center of the shape.

LEFT Field

Specifies that the first tile should be aligned to the left edge of the shape and centered.

Declaration

public static final TileAlignType LEFT

Field Value

Type Description
TileAlignType

A TileAlignType value that specifies the first tile is aligned to the left edge of the shape and centered.

RIGHT Field

Specifies that the first tile should be aligned to the right edge of the shape and centered.

Declaration

public static final TileAlignType RIGHT

Field Value

Type Description
TileAlignType

A TileAlignType value that specifies the first tile is aligned to the right edge of the shape and centered.

TOP Field

Specifies that the first tile should be aligned to the top edge of the shape and centered.

Declaration

public static final TileAlignType TOP

Field Value

Type Description
TileAlignType

A TileAlignType value that specifies the first tile is aligned to the top edge of the shape and centered.

TOP_LEFT Field

Specifies that the first tile should be aligned to the top left of the shape.

Declaration

public static final TileAlignType TOP_LEFT

Field Value

Type Description
TileAlignType

A TileAlignType value that specifies the first tile is aligned to the top left of the shape.

TOP_RIGHT Field

Specifies that the first tile should be aligned to the top right of the shape.

Declaration

public static final TileAlignType TOP_RIGHT

Field Value

Type Description
TileAlignType

A TileAlignType value that specifies the first tile is aligned to the top right of the shape.

Methods

fromValue(int value) Method

Returns the TileAlignType enumeration constant with the specified integer value.

Declaration

public static TileAlignType fromValue(int value)

Parameters

Name Type Description
value int

An integer value of the TileAlignType enumeration constant.

Returns

Type Description
TileAlignType

The TileAlignType enumeration constant with the specified value.

values() Method

Returns an array of all TileAlignType enumeration constants.

Declaration

public static TileAlignType[] values()

Returns

Type Description
TileAlignType[]

An array containing all TileAlignType enumeration constants.