public static enum Rchart.PointShape extends java.lang.Enum<Rchart.PointShape>
| Modifier and Type | Method and Description |
|---|---|
static Rchart.PointShape |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rchart.PointShape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rchart.PointShape SQUARE
public static final Rchart.PointShape CIRCLE
public static final Rchart.PointShape TRIANGLE_POINT_UP
public static final Rchart.PointShape PLUS
public static final Rchart.PointShape CROSS
public static final Rchart.PointShape DIAMOND
public static final Rchart.PointShape TRIANGLE_POINT_DOWN
public static final Rchart.PointShape SQUARE_CROSS
public static final Rchart.PointShape STAR
public static final Rchart.PointShape DIAMOND_PLUS
public static final Rchart.PointShape CIRCLE_PLUS
public static final Rchart.PointShape TRIANGLES_UP_AND_DOWN
public static final Rchart.PointShape SQUARE_PLUS
public static final Rchart.PointShape CIRCLE_CROSS
public static final Rchart.PointShape SQUARE_AND_TRIANGLE_DOWN
public static final Rchart.PointShape FILLED_SQUARE
public static final Rchart.PointShape FILLED_CIRCLE
public static final Rchart.PointShape FILLED_TRIANGLE_POINT_UP
public static final Rchart.PointShape FILLED_DIAMOND
public static final Rchart.PointShape SOLID_CIRCLE
public static final Rchart.PointShape BULLET
public static final Rchart.PointShape FILLED_CIRCLE_BLUE
public static final Rchart.PointShape FILLED_SQUARE_BLUE
public static final Rchart.PointShape FILLED_DIAMOND_BLUE
public static final Rchart.PointShape FILLED_TRIANGLE_POINT_UP_BLUE
public static final Rchart.PointShape FILLED_TRIANGLE_POINT_DOWN_BLUE
public static Rchart.PointShape[] values()
for (Rchart.PointShape c : Rchart.PointShape.values()) System.out.println(c);
public static Rchart.PointShape 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 null