|
Chart FX 7 for Java Server | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<HatchStyle>
com.softwarefx.HatchStyle
public enum HatchStyle
Specifies the different hatch patterns available.
Enum Constant Summary | |
---|---|
BACKWARD_DIAGONAL
A pattern of lines on a diagonal from upper right to lower left. |
|
CROSS
Specifies horizontal and vertical lines that cross. |
|
DARK_DOWNWARD_DIAGONAL
Specifies diagonal lines that slant to the right from top points to bottom points, are spaced 50 percent closer together than, and are twice the width of ForwardDiagonal. |
|
DARK_HORIZONTAL
Specifies horizontal lines that are spaced 50 percent closer together than Horizontal and are twice the width of HatchStyleHorizontal. |
|
DARK_UPWARD_DIAGONAL
Specifies diagonal lines that slant to the left from top points to bottom points, are spaced 50 percent closer together than BackwardDiagonal, and are twice its width, but the lines are not antialiased. |
|
DARK_VERTICAL
Specifies vertical lines that are spaced 50 percent closer together than Vertical and are twice its width. |
|
DASHED_DOWNWARD_DIAGONAL
Specifies dashed diagonal lines, that slant to the right from top points to bottom points. |
|
DASHED_HORIZONTAL
Specifies dashed horizontal lines. |
|
DASHED_UPWARD_DIAGONAL
Specifies dashed diagonal lines, that slant to the left from top points to bottom points. |
|
DASHED_VERTICAL
Specifies dashed vertical lines. |
|
DIAGONAL_BRICK
Specifies a hatch that has the appearance of layered bricks that slant to the left from top points to bottom points. |
|
DIAGONAL_CROSS
Specifies forward diagonal and backward diagonal lines that cross. |
|
DIVOT
Specifies a hatch that has the appearance of divots. |
|
DOTTED_DIAMOND
Specifies forward diagonal and backward diagonal lines, each of which is composed of dots, that cross. |
|
DOTTED_GRID
Specifies horizontal and vertical lines, each of which is composed of dots, that cross. |
|
FORWARD_DIAGONAL
A pattern of lines on a diagonal from upper left to lower right. |
|
HORIZONTAL
A pattern of horizontal lines. |
|
HORIZONTAL_BRICK
Specifies a hatch that has the appearance of horizontally layered bricks. |
|
LARGE_CHECKER_BOARD
Specifies a hatch that has the appearance of a checkerboard with squares that are twice the size of SmallCheckerBoard. |
|
LARGE_CONFETTI
Specifies a hatch that has the appearance of confetti, and is composed of larger pieces than SmallConfetti. |
|
LARGE_GRID
Specifies the hatch style Cross. |
|
LIGHT_DOWNWARD_DIAGONAL
Specifies diagonal lines that slant to the right from top points to bottom points and are spaced 50 percent closer together than DownwardDiagonal, but they are not antialiased. |
|
LIGHT_HORIZONTAL
Specifies horizontal lines that are spaced 50 percent closer together than Horizontal. |
|
LIGHT_UPWARD_DIAGONAL
Specifies diagonal lines that slant to the left from top points to bottom points and are spaced 50 percent closer together than BackwardDiagonal, but they are not antialiased. |
|
LIGHT_VERTICAL
Specifies vertical lines that are spaced 50 percent closer together than Vertical. |
|
MAX
Specifies hatch style SolidDiamond. |
|
MIN
Specifies hatch style Horizonal. |
|
NARROW_HORIZONTAL
Specifies horizontal lines that are spaced 75 percent closer together than hatch style Horizontal (or 25 percent closer together than LightHorizontal). |
|
NARROW_VERTICAL
Specifies vertical lines that are spaced 75 percent closer together than hatch style Vertical (or 25 percent closer together than LightVertical). |
|
OUTLINED_DIAMOND
Specifies forward diagonal and backward diagonal lines that cross but are not antialiased. |
|
PERCENT_05
Specifies a 5-percent hatch. |
|
PERCENT_10
Specifies a 10-percent hatch. |
|
PERCENT_20
Specifies a 20-percent hatch. |
|
PERCENT_25
Specifies a 25-percent hatch. |
|
PERCENT_30
Specifies a 30-percent hatch. |
|
PERCENT_40
Specifies a 40-percent hatch. |
|
PERCENT_50
Specifies a 50-percent hatch. |
|
PERCENT_60
Specifies a 60-percent hatch. |
|
PERCENT_70
Specifies a 70-percent hatch. |
|
PERCENT_75
Specifies a 75-percent hatch. |
|
PERCENT_80
Specifies a 80-percent hatch. |
|
PERCENT_90
Specifies a 90-percent hatch. |
|
PLAID
Specifies a hatch that has the appearance of a plaid material. |
|
SHINGLE
Specifies a hatch that has the appearance of diagonally-layered shingles that slant to the right from top points to bottom points. |
|
SMALL_CHECKER_BOARD
Specifies a hatch that has the appearance of a checkerboard. |
|
SMALL_CONFETTI
Specifies a hatch that has the appearance of confetti. |
|
SMALL_GRID
Specifies horizontal and vertical lines that cross and are spaced 50 percent closer together than hatch style Cross. |
|
SOLID_DIAMOND
Specifies a hatch that has the appearance of a checkerboard placed diagonally. |
|
SPHERE
Specifies a hatch that has the appearance of spheres laid adjacent to one another. |
|
TRELLIS
Specifies a hatch that has the appearance of a trellis. |
|
UDEFINED
|
|
VERTICAL
A pattern of vertical lines. |
|
WAVE
Specifies horizontal lines that are composed of tildes. |
|
WEAVE
Specifies a hatch that has the appearance of a woven material. |
|
WIDE_DOWNWARD_DIAGONAL
Specifies diagonal lines that slant to the right from top points to bottom points, have the same spacing as hatch style ForwardDiagonal, and are triple its width, but are not antialiased. |
|
WIDE_UPWARD_DIAGONAL
Specifies diagonal lines that slant to the left from top points to bottom points, have the same spacing as hatch style BackwardDiagonal, and are triple its width, but are not antialiased. |
|
ZIG_ZAG
Specifies horizontal lines that are composed of zigzags. |
Method Summary | |
---|---|
static EnumSet<HatchStyle> |
getEnumSetValue(int value)
Returns a EnumSet that represents the given numeric value. |
static HatchStyle |
getEnumValue(int value)
Returns a Enum Item that represents the given numeric value. |
static int |
getUnderlyingValue(EnumSet<HatchStyle> value)
Returns a numeric value that represents the given EnumSet or Enum item. |
static int |
getUnderlyingValue(HatchStyle value)
Returns a numeric value that represents the given EnumSet or Enum item. |
static HatchStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HatchStyle[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final HatchStyle BACKWARD_DIAGONAL
public static final HatchStyle CROSS
public static final HatchStyle DARK_DOWNWARD_DIAGONAL
public static final HatchStyle DARK_HORIZONTAL
public static final HatchStyle DARK_UPWARD_DIAGONAL
public static final HatchStyle DARK_VERTICAL
public static final HatchStyle DASHED_DOWNWARD_DIAGONAL
public static final HatchStyle DASHED_HORIZONTAL
public static final HatchStyle DASHED_UPWARD_DIAGONAL
public static final HatchStyle DASHED_VERTICAL
public static final HatchStyle DIAGONAL_BRICK
public static final HatchStyle DIAGONAL_CROSS
public static final HatchStyle DIVOT
public static final HatchStyle DOTTED_DIAMOND
public static final HatchStyle DOTTED_GRID
public static final HatchStyle FORWARD_DIAGONAL
public static final HatchStyle HORIZONTAL
public static final HatchStyle HORIZONTAL_BRICK
public static final HatchStyle LARGE_CHECKER_BOARD
public static final HatchStyle LARGE_CONFETTI
public static final HatchStyle LARGE_GRID
public static final HatchStyle LIGHT_DOWNWARD_DIAGONAL
public static final HatchStyle LIGHT_HORIZONTAL
public static final HatchStyle LIGHT_UPWARD_DIAGONAL
public static final HatchStyle LIGHT_VERTICAL
public static final HatchStyle MAX
public static final HatchStyle MIN
public static final HatchStyle NARROW_HORIZONTAL
public static final HatchStyle NARROW_VERTICAL
public static final HatchStyle OUTLINED_DIAMOND
public static final HatchStyle PERCENT_05
public static final HatchStyle PERCENT_10
public static final HatchStyle PERCENT_20
public static final HatchStyle PERCENT_25
public static final HatchStyle PERCENT_30
public static final HatchStyle PERCENT_40
public static final HatchStyle PERCENT_50
public static final HatchStyle PERCENT_60
public static final HatchStyle PERCENT_70
public static final HatchStyle PERCENT_75
public static final HatchStyle PERCENT_80
public static final HatchStyle PERCENT_90
public static final HatchStyle PLAID
public static final HatchStyle SHINGLE
public static final HatchStyle SMALL_CHECKER_BOARD
public static final HatchStyle SMALL_CONFETTI
public static final HatchStyle SMALL_GRID
public static final HatchStyle SOLID_DIAMOND
public static final HatchStyle SPHERE
public static final HatchStyle TRELLIS
public static final HatchStyle VERTICAL
public static final HatchStyle UDEFINED
public static final HatchStyle WAVE
public static final HatchStyle WEAVE
public static final HatchStyle WIDE_DOWNWARD_DIAGONAL
public static final HatchStyle WIDE_UPWARD_DIAGONAL
public static final HatchStyle ZIG_ZAG
Method Detail |
---|
public static HatchStyle[] values()
for (HatchStyle c : HatchStyle.values()) System.out.println(c);
public static HatchStyle valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static EnumSet<HatchStyle> getEnumSetValue(int value)
Returns a EnumSet that represents the given numeric value.
value
- numeric representation of the Enumset.public static HatchStyle getEnumValue(int value)
Returns a Enum Item that represents the given numeric value.
value
- numeric representation of the Enum item.public static int getUnderlyingValue(HatchStyle value)
Returns a numeric value that represents the given EnumSet or Enum item.
value
- A Enum Item or EnumSet.public static int getUnderlyingValue(EnumSet<HatchStyle> value)
Returns a numeric value that represents the given EnumSet or Enum item.
value
- A Enum Item or EnumSet.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |