chart
public abstract class Plot extends java.lang.Object implements java.io.Serializable
Constructor and Description |
---|
Plot(DataSheet dataSheet)
Instantiates a new 2D scatter plot.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getBackGroundColor()
Gets the back ground color.
|
DataSheet |
getDataSheet()
Gets the data sheet.
|
int |
getMargin()
Gets the margin.
|
abstract void |
resetDisplaySettingsToDefault()
Reset display settings to default.
|
void |
setBackGroundColor(java.awt.Color backGroundColor)
Sets the back ground color.
|
void |
setDataSheet(DataSheet dataSheet)
Sets the data sheet.
|
public Plot(DataSheet dataSheet)
dataSheet
- the data sheetpublic DataSheet getDataSheet()
public void setDataSheet(DataSheet dataSheet)
dataSheet
- the new data sheetpublic int getMargin()
public abstract void resetDisplaySettingsToDefault()
public java.awt.Color getBackGroundColor()
public void setBackGroundColor(java.awt.Color backGroundColor)
backGroundColor
- the new back ground color