|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<LineStrategies>
lt.monarch.chart.chart2D.series.LineStrategies
public enum LineStrategies extends java.lang.Enum<LineStrategies>
Line strategies enumeration
| Enum Constant and Description |
|---|
DIRECT_LINE_STRATEGY
Direct line strategy |
NULL_SPLINE_STRATEGY
Spline line strategy |
PERCENTAGE_AREA_LINE_STRATEGY
Percentage area line strategy |
SALES_METRIC_BAR_STRATEGY
Sales matric bar strategy |
SCATTER_STRATEGY
Scatter strategy |
SPLINE_STRATEGY
Spline line strategy |
STEPPED_LINE_STRATEGY
Stepped line strategy |
| Modifier and Type | Method and Description |
|---|---|
AbstractLineStrategy<Projector2D> |
getStrategy()
Gets the strategy |
static LineStrategies |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LineStrategies[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, 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 LineStrategies SCATTER_STRATEGY
public static final LineStrategies DIRECT_LINE_STRATEGY
public static final LineStrategies STEPPED_LINE_STRATEGY
public static final LineStrategies SPLINE_STRATEGY
public static final LineStrategies NULL_SPLINE_STRATEGY
public static final LineStrategies PERCENTAGE_AREA_LINE_STRATEGY
public static final LineStrategies SALES_METRIC_BAR_STRATEGY
| Method Detail |
|---|
public static LineStrategies[] values()
for (LineStrategies c : LineStrategies.values()) System.out.println(c);
public static LineStrategies valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic AbstractLineStrategy<Projector2D> getStrategy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||