|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchart.Chart
chart.ScatterChart2D
public class ScatterChart2D
A serializable representation of all relevant settings for a two-dimensional scatter chart which is displayed on a ChartFrame.
ChartFrame
,
Serialized FormConstructor Summary | |
---|---|
ScatterChart2D(DataSheet dataSheet,
boolean showDecorations,
java.awt.Dimension frameSize,
int id)
Instantiates a new 2D scatter chart. |
Method Summary | |
---|---|
java.awt.Color |
getBackGroundColor()
Gets the back ground color. |
int |
getHeight()
Determines the height of this Chart. |
ScatterPlot2D |
getScatterPlot2D()
Gets the back ground color. |
java.lang.String |
getTitle()
Gets the title. |
int |
getWidth()
Determines the width of this Chart. |
void |
resetDisplaySettingsToDefault()
Reset display settings to default. |
void |
setBackGroundColor(java.awt.Color backGroundColor)
Sets the back ground color. |
void |
setCurrentSettingsAsDefault()
Set current settings as default |
Methods inherited from class chart.Chart |
---|
getDataSheet, getFrameSize, getID, getLocation, setDataSheet, setFrameSize, setLocation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScatterChart2D(DataSheet dataSheet, boolean showDecorations, java.awt.Dimension frameSize, int id)
dataSheet
- the data sheetshowDecorations
- show decorations yes / noframeSize
- size of the plot excluding marginsMethod Detail |
---|
public void setCurrentSettingsAsDefault()
public int getWidth()
getWidth
in class Chart
public int getHeight()
getHeight
in class Chart
public java.lang.String getTitle()
getTitle
in class Chart
public ScatterPlot2D getScatterPlot2D()
public java.awt.Color getBackGroundColor()
getBackGroundColor
in class Chart
public void setBackGroundColor(java.awt.Color backGroundColor)
setBackGroundColor
in class Chart
backGroundColor
- the new back ground colorpublic void resetDisplaySettingsToDefault()
resetDisplaySettingsToDefault
in class Chart
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |