BackgroundType

Inheritance: java.lang.Object

public final class BackgroundType

Enumerates cell background pattern types.

Fields

FieldDescription
DIAGONAL_CROSSHATCHRepresents diagonal crosshatch pattern.
DIAGONAL_STRIPERepresents diagonal stripe pattern.
GRAY_12Represents 12.5% gray pattern
GRAY_25Represents 25% gray pattern.
GRAY_50Represents 50% gray pattern.
GRAY_6Represents 6.25% gray pattern
GRAY_75Represents 75% gray pattern.
HORIZONTAL_STRIPERepresents horizontal stripe pattern.
NONERepresents no background.
REVERSE_DIAGONAL_STRIPERepresents reverse diagonal stripe pattern.
SOLIDRepresents solid pattern.
THICK_DIAGONAL_CROSSHATCHRepresents thick diagonal crosshatch pattern.
THIN_DIAGONAL_CROSSHATCHRepresents thin diagonal crosshatch pattern.
THIN_DIAGONAL_STRIPERepresents thin diagonal stripe pattern.
THIN_HORIZONTAL_CROSSHATCHRepresents thin horizontal crosshatch pattern.
THIN_HORIZONTAL_STRIPERepresents thin horizontal stripe pattern.
THIN_REVERSE_DIAGONAL_STRIPERepresents thin reverse diagonal stripe pattern.
THIN_VERTICAL_STRIPERepresents thin vertical stripe pattern.
VERTICAL_STRIPERepresents vertical stripe pattern.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

DIAGONAL_CROSSHATCH

public static final int DIAGONAL_CROSSHATCH

Represents diagonal crosshatch pattern.

DIAGONAL_STRIPE

public static final int DIAGONAL_STRIPE

Represents diagonal stripe pattern.

GRAY_12

public static final int GRAY_12

Represents 12.5% gray pattern

GRAY_25

public static final int GRAY_25

Represents 25% gray pattern.

GRAY_50

public static final int GRAY_50

Represents 50% gray pattern.

GRAY_6

public static final int GRAY_6

Represents 6.25% gray pattern

GRAY_75

public static final int GRAY_75

Represents 75% gray pattern.

HORIZONTAL_STRIPE

public static final int HORIZONTAL_STRIPE

Represents horizontal stripe pattern.

NONE

public static final int NONE

Represents no background.

REVERSE_DIAGONAL_STRIPE

public static final int REVERSE_DIAGONAL_STRIPE

Represents reverse diagonal stripe pattern.

SOLID

public static final int SOLID

Represents solid pattern.

THICK_DIAGONAL_CROSSHATCH

public static final int THICK_DIAGONAL_CROSSHATCH

Represents thick diagonal crosshatch pattern.

THIN_DIAGONAL_CROSSHATCH

public static final int THIN_DIAGONAL_CROSSHATCH

Represents thin diagonal crosshatch pattern.

THIN_DIAGONAL_STRIPE

public static final int THIN_DIAGONAL_STRIPE

Represents thin diagonal stripe pattern.

THIN_HORIZONTAL_CROSSHATCH

public static final int THIN_HORIZONTAL_CROSSHATCH

Represents thin horizontal crosshatch pattern.

THIN_HORIZONTAL_STRIPE

public static final int THIN_HORIZONTAL_STRIPE

Represents thin horizontal stripe pattern.

THIN_REVERSE_DIAGONAL_STRIPE

public static final int THIN_REVERSE_DIAGONAL_STRIPE

Represents thin reverse diagonal stripe pattern.

THIN_VERTICAL_STRIPE

public static final int THIN_VERTICAL_STRIPE

Represents thin vertical stripe pattern.

VERTICAL_STRIPE

public static final int VERTICAL_STRIPE

Represents vertical stripe pattern.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int