org.math.plot.plotObjects
Interface Plotable

All Known Implementing Classes:
Axe, BarPlot, BaseLabel, BaseLine, BoxPlot2D, BoxPlot3D, GridPlot3D, HistogramPlot2D, HistogramPlot3D, Label, Line, LinePlot, Plot, QuantilePlot, ScatterPlot, StaircasePlot

public interface Plotable

BSD License

Author:
Yann RICHET

Method Summary
 Color getColor()
           
 boolean getVisible()
           
 void plot(AbstractDrawer draw)
           
 void setColor(Color c)
           
 void setVisible(boolean v)
           
 

Method Detail

plot

void plot(AbstractDrawer draw)

setVisible

void setVisible(boolean v)

getVisible

boolean getVisible()

setColor

void setColor(Color c)

getColor

Color getColor()