Package | Description |
---|---|
com.panayotis.gnuplot.style |
Modifier and Type | Method and Description |
---|---|
static FillStyle.Fill |
FillStyle.Fill.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FillStyle.Fill[] |
FillStyle.Fill.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FillStyle.setStyle(FillStyle.Fill style)
Set the fill style
|
Constructor and Description |
---|
FillStyle(FillStyle.Fill style)
Create a new fill style object with a specific fill style
|