|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectchart.Plot
public abstract class Plot
A serializable representation of all relevant settings for a Plot.
| Constructor Summary | |
|---|---|
Plot(DataSheet dataSheet)
Instantiates a new 2D scatter plot. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Plot(DataSheet dataSheet)
dataSheet - the data sheet| Method Detail |
|---|
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||