Skip to main content

UnderlineFill Class

The underline fill of a text element.

Declaration

public final class UnderlineFill extends Struct<UnderlineFill>

Inherited Members

com.devexpress.system.Struct.equals(java.lang.Object)
com.devexpress.system.Struct.getHashCode()
com.devexpress.system.Struct.hashCode()
java.lang.Object.clone()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.Struct
UnderlineFill

Constructors

UnderlineFill() Constructor

Initializes a new instance of the UnderlineFill class.

Declaration

public UnderlineFill()

UnderlineFill(Fill fill) Constructor

Initializes a new instance of the UnderlineFill class with specified settings.

Declaration

public UnderlineFill(Fill fill)

Parameters

Name Type Description
fill Fill

Fill settings for the underline.

Fields

AUTOMATIC Field

Gets a UnderlineFill object with automatically determined underline fill.

Declaration

public static final UnderlineFill AUTOMATIC

Field Value

Type Description
UnderlineFill

A UnderlineFill object with automatically determined underline fill.

USE_TEXT_SETTINGS Field

Returns an underline fill that uses text fill settings.

Declaration

public static final UnderlineFill USE_TEXT_SETTINGS

Field Value

Type Description
UnderlineFill

An UnderlineFill object that uses text fill settings.

Methods

equals(Object obj) Method

Determines whether the specified object is equal to the current object.

Declaration

public boolean equals(Object obj)

Parameters

Name Type Description
obj Object

The object to compare with the current object.

Returns

Type Description
boolean

true if the specified object is equal to the current object; otherwise, false.

equals(UnderlineFill other) Method

Determines whether the specified object is equal to the current object.

Declaration

public boolean equals(UnderlineFill other)

Parameters

Name Type Description
other UnderlineFill

An UnderlineFill object to compare with the current object.

Returns

Type Description
boolean

true if the specified object is equal to the current object; otherwise, false.

getFill() Method

Returns fill settings of the underline.

Declaration

public Fill getFill()

Returns

Type Description
Fill

Fill settings.

hashCode() Method

Returns the hash code for this UnderlineFill instance.

Declaration

public int hashCode()

Returns

Type Description
int

The hash code for this object.