org.xdat.chart
public class ScatterChart2D extends Chart
ChartFrame,
Serialized Form| Constructor and Description |
|---|
ScatterChart2D(DataSheet dataSheet,
boolean showDecorations,
java.awt.Dimension frameSize,
int id)
Instantiates a new 2D scatter chart.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
getDataSheet, getFrameSize, getID, getLocation, isAntiAliasing, isUseAlpha, setAntiAliasing, setDataSheet, setFrameSize, setLocation, setUseAlphapublic ScatterChart2D(DataSheet dataSheet, boolean showDecorations, java.awt.Dimension frameSize, int id)
dataSheet - the data sheetshowDecorations - show decorations yes / noframeSize - size of the plot excluding marginsid - the idpublic void setCurrentSettingsAsDefault()
public int getWidth()
public int getHeight()
public java.lang.String getTitle()
public ScatterPlot2D getScatterPlot2D()
public java.awt.Color getBackGroundColor()
getBackGroundColor in class Chartpublic void setBackGroundColor(java.awt.Color backGroundColor)
setBackGroundColor in class ChartbackGroundColor - the new back ground colorpublic void resetDisplaySettingsToDefault()
resetDisplaySettingsToDefault in class Chart