public class Plot
extends java.lang.Object
Constructor and Description |
---|
Plot()
Creates a blank axis.
|
Plot(Dataset ds,
int row)
Creates an axis object from the given dataset/row
|
Plot(Plot copy) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(PlotAttribute attr) |
boolean |
getBoolean(PlotAttribute attr) |
java.awt.Color |
getColor(PlotAttribute attr) |
int |
getInt(PlotAttribute attr) |
void |
set(PlotAttribute attr,
java.lang.Object value) |
public Plot(Dataset ds, int row)
public Plot()
public Plot(Plot copy)
public int getInt(PlotAttribute attr)
public java.awt.Color getColor(PlotAttribute attr)
public boolean getBoolean(PlotAttribute attr)
public void set(PlotAttribute attr, java.lang.Object value)
public java.lang.Object get(PlotAttribute attr)