FillPattern
Inheritance: java.lang.Object
public final class FillPattern
Enumerates shape fill pattern types.
Fields
Field | Description |
---|---|
DARK_DOWNWARD_DIAGONAL | Represents dark downward diagonal pattern. |
DARK_HORIZONTAL | Represents dark horizontal pattern. |
DARK_UPWARD_DIAGONAL | Represents dark upward diagonal pattern. |
DARK_VERTICAL | Represents dark vertical pattern. |
DASHED_DOWNWARD_DIAGONAL | Represents dashed downward diagonal pattern. |
DASHED_HORIZONTAL | Represents dashed horizontal pattern. |
DASHED_UPWARD_DIAGONAL | Represents dashed upward diagonal pattern. |
DASHED_VERTICAL | Represents dashed vertical pattern. |
DIAGONAL_BRICK | Represents diagonal brick pattern. |
DIVOT | Represents divot pattern. |
DOTTED_DIAMOND | Represents dotted diamond pattern. |
DOTTED_GRID | Represents dotted grid pattern. |
GRAY_10 | Represents 10% gray pattern. |
GRAY_20 | Represents 20% gray pattern. |
GRAY_25 | Represents 25% gray pattern. |
GRAY_30 | Represents 30% gray pattern. |
GRAY_40 | Represents 40% gray pattern. |
GRAY_5 | Represents 5% gray pattern. |
GRAY_50 | Represents 50% gray pattern. |
GRAY_60 | Represents 60% gray pattern. |
GRAY_70 | Represents 70% gray pattern. |
GRAY_75 | Represents 75% gray pattern. |
GRAY_80 | Represents 80% gray pattern. |
GRAY_90 | Represents 90% gray pattern. |
HORIZONTAL_BRICK | Represents horizontal brick pattern. |
LARGE_CHECKER_BOARD | Represents large checker board pattern. |
LARGE_CONFETTI | Represents large confetti pattern. |
LARGE_GRID | Represents large grid pattern. |
LIGHT_DOWNWARD_DIAGONAL | Represents light downward diagonal pattern. |
LIGHT_HORIZONTAL | Represents light horizontal pattern. |
LIGHT_UPWARD_DIAGONAL | Represents light upward diagonal pattern. |
LIGHT_VERTICAL | Represents light vertical pattern. |
NARROW_HORIZONTAL | Represents narrow horizontal pattern. |
NARROW_VERTICAL | Represents narrow vertical pattern. |
NONE | Represents no background. |
OUTLINED_DIAMOND | Represents outlined diamond pattern. |
PLAID | Represents plaid pattern. |
SHINGLE | Represents shingle pattern. |
SMALL_CHECKER_BOARD | Represents small checker board pattern. |
SMALL_CONFETTI | Represents small confetti pattern. |
SMALL_GRID | Represents small grid pattern. |
SOLID | Represents solid pattern. |
SOLID_DIAMOND | Represents solid diamond pattern. |
SPHERE | Represents sphere pattern. |
TRELLIS | Represents trellis pattern. |
UNKNOWN | Represents unknown pattern. |
WAVE | Represents wave pattern. |
WEAVE | Represents weave pattern. |
WIDE_DOWNWARD_DIAGONAL | Represents wide downward diagonal pattern. |
WIDE_UPWARD_DIAGONAL | Represents wide upward diagonal pattern. |
ZIG_ZAG | Represents zig zag pattern. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |