FillPattern

Inheritance: java.lang.Object

public final class FillPattern

Enumerates shape fill pattern types.

Fields

FieldDescription
DARK_DOWNWARD_DIAGONALRepresents dark downward diagonal pattern.
DARK_HORIZONTALRepresents dark horizontal pattern.
DARK_UPWARD_DIAGONALRepresents dark upward diagonal pattern.
DARK_VERTICALRepresents dark vertical pattern.
DASHED_DOWNWARD_DIAGONALRepresents dashed downward diagonal pattern.
DASHED_HORIZONTALRepresents dashed horizontal pattern.
DASHED_UPWARD_DIAGONALRepresents dashed upward diagonal pattern.
DASHED_VERTICALRepresents dashed vertical pattern.
DIAGONAL_BRICKRepresents diagonal brick pattern.
DIVOTRepresents divot pattern.
DOTTED_DIAMONDRepresents dotted diamond pattern.
DOTTED_GRIDRepresents dotted grid pattern.
GRAY_10Represents 10% gray pattern.
GRAY_20Represents 20% gray pattern.
GRAY_25Represents 25% gray pattern.
GRAY_30Represents 30% gray pattern.
GRAY_40Represents 40% gray pattern.
GRAY_5Represents 5% gray pattern.
GRAY_50Represents 50% gray pattern.
GRAY_60Represents 60% gray pattern.
GRAY_70Represents 70% gray pattern.
GRAY_75Represents 75% gray pattern.
GRAY_80Represents 80% gray pattern.
GRAY_90Represents 90% gray pattern.
HORIZONTAL_BRICKRepresents horizontal brick pattern.
LARGE_CHECKER_BOARDRepresents large checker board pattern.
LARGE_CONFETTIRepresents large confetti pattern.
LARGE_GRIDRepresents large grid pattern.
LIGHT_DOWNWARD_DIAGONALRepresents light downward diagonal pattern.
LIGHT_HORIZONTALRepresents light horizontal pattern.
LIGHT_UPWARD_DIAGONALRepresents light upward diagonal pattern.
LIGHT_VERTICALRepresents light vertical pattern.
NARROW_HORIZONTALRepresents narrow horizontal pattern.
NARROW_VERTICALRepresents narrow vertical pattern.
NONERepresents no background.
OUTLINED_DIAMONDRepresents outlined diamond pattern.
PLAIDRepresents plaid pattern.
SHINGLERepresents shingle pattern.
SMALL_CHECKER_BOARDRepresents small checker board pattern.
SMALL_CONFETTIRepresents small confetti pattern.
SMALL_GRIDRepresents small grid pattern.
SOLIDRepresents solid pattern.
SOLID_DIAMONDRepresents solid diamond pattern.
SPHERERepresents sphere pattern.
TRELLISRepresents trellis pattern.
UNKNOWNRepresents unknown pattern.
WAVERepresents wave pattern.
WEAVERepresents weave pattern.
WIDE_DOWNWARD_DIAGONALRepresents wide downward diagonal pattern.
WIDE_UPWARD_DIAGONALRepresents wide upward diagonal pattern.
ZIG_ZAGRepresents zig zag pattern.

Methods

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

DARK_DOWNWARD_DIAGONAL

public static final int DARK_DOWNWARD_DIAGONAL

Represents dark downward diagonal pattern.

DARK_HORIZONTAL

public static final int DARK_HORIZONTAL

Represents dark horizontal pattern.

DARK_UPWARD_DIAGONAL

public static final int DARK_UPWARD_DIAGONAL

Represents dark upward diagonal pattern.

DARK_VERTICAL

public static final int DARK_VERTICAL

Represents dark vertical pattern.

DASHED_DOWNWARD_DIAGONAL

public static final int DASHED_DOWNWARD_DIAGONAL

Represents dashed downward diagonal pattern.

DASHED_HORIZONTAL

public static final int DASHED_HORIZONTAL

Represents dashed horizontal pattern.

DASHED_UPWARD_DIAGONAL

public static final int DASHED_UPWARD_DIAGONAL

Represents dashed upward diagonal pattern.

DASHED_VERTICAL

public static final int DASHED_VERTICAL

Represents dashed vertical pattern.

DIAGONAL_BRICK

public static final int DIAGONAL_BRICK

Represents diagonal brick pattern.

DIVOT

public static final int DIVOT

Represents divot pattern.

DOTTED_DIAMOND

public static final int DOTTED_DIAMOND

Represents dotted diamond pattern.

DOTTED_GRID

public static final int DOTTED_GRID

Represents dotted grid pattern.

GRAY_10

public static final int GRAY_10

Represents 10% gray pattern.

GRAY_20

public static final int GRAY_20

Represents 20% gray pattern.

GRAY_25

public static final int GRAY_25

Represents 25% gray pattern.

GRAY_30

public static final int GRAY_30

Represents 30% gray pattern.

GRAY_40

public static final int GRAY_40

Represents 40% gray pattern.

GRAY_5

public static final int GRAY_5

Represents 5% gray pattern.

GRAY_50

public static final int GRAY_50

Represents 50% gray pattern.

GRAY_60

public static final int GRAY_60

Represents 60% gray pattern.

GRAY_70

public static final int GRAY_70

Represents 70% gray pattern.

GRAY_75

public static final int GRAY_75

Represents 75% gray pattern.

GRAY_80

public static final int GRAY_80

Represents 80% gray pattern.

GRAY_90

public static final int GRAY_90

Represents 90% gray pattern.

HORIZONTAL_BRICK

public static final int HORIZONTAL_BRICK

Represents horizontal brick pattern.

LARGE_CHECKER_BOARD

public static final int LARGE_CHECKER_BOARD

Represents large checker board pattern.

LARGE_CONFETTI

public static final int LARGE_CONFETTI

Represents large confetti pattern.

LARGE_GRID

public static final int LARGE_GRID

Represents large grid pattern.

LIGHT_DOWNWARD_DIAGONAL

public static final int LIGHT_DOWNWARD_DIAGONAL

Represents light downward diagonal pattern.

LIGHT_HORIZONTAL

public static final int LIGHT_HORIZONTAL

Represents light horizontal pattern.

LIGHT_UPWARD_DIAGONAL

public static final int LIGHT_UPWARD_DIAGONAL

Represents light upward diagonal pattern.

LIGHT_VERTICAL

public static final int LIGHT_VERTICAL

Represents light vertical pattern.

NARROW_HORIZONTAL

public static final int NARROW_HORIZONTAL

Represents narrow horizontal pattern.

NARROW_VERTICAL

public static final int NARROW_VERTICAL

Represents narrow vertical pattern.

NONE

public static final int NONE

Represents no background.

OUTLINED_DIAMOND

public static final int OUTLINED_DIAMOND

Represents outlined diamond pattern.

PLAID

public static final int PLAID

Represents plaid pattern.

SHINGLE

public static final int SHINGLE

Represents shingle pattern.

SMALL_CHECKER_BOARD

public static final int SMALL_CHECKER_BOARD

Represents small checker board pattern.

SMALL_CONFETTI

public static final int SMALL_CONFETTI

Represents small confetti pattern.

SMALL_GRID

public static final int SMALL_GRID

Represents small grid pattern.

SOLID

public static final int SOLID

Represents solid pattern.

SOLID_DIAMOND

public static final int SOLID_DIAMOND

Represents solid diamond pattern.

SPHERE

public static final int SPHERE

Represents sphere pattern.

TRELLIS

public static final int TRELLIS

Represents trellis pattern.

UNKNOWN

public static final int UNKNOWN

Represents unknown pattern.

WAVE

public static final int WAVE

Represents wave pattern.

WEAVE

public static final int WEAVE

Represents weave pattern.

WIDE_DOWNWARD_DIAGONAL

public static final int WIDE_DOWNWARD_DIAGONAL

Represents wide downward diagonal pattern.

WIDE_UPWARD_DIAGONAL

public static final int WIDE_UPWARD_DIAGONAL

Represents wide upward diagonal pattern.

ZIG_ZAG

public static final int ZIG_ZAG

Represents zig zag 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