| Package | Description |
|---|---|
| com.panayotis.gnuplot.style |
| Modifier and Type | Method and Description |
|---|---|
static Style |
Style.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Style[] |
Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlotStyle.setStyle(Style style)
Set the current style to the given one
|
| Constructor and Description |
|---|
PlotStyle(Style style)
Creates a new instance of PlotStyle with a specified style
|