Class MyScatterBlock
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics.MyScatterBlock
public class MyScatterBlock extends Object
- Author:
- Christian Klukas (c) 2004 IPK-Gatersleben
-
Constructor Summary
Constructors Constructor Description MyScatterBlock(boolean symetricScatterPanel, int fontSize)
-
Method Summary
Modifier and Type Method Description void
addChartPanel(JComponent chartPanel, int x, int y, String descX, String descY)
static Color
getBackCol()
JComponent
getChartPanel()
Returns the scatter block as a component.
-
Constructor Details
-
MyScatterBlock
public MyScatterBlock(boolean symetricScatterPanel, int fontSize)
-
-
Method Details
-
addChartPanel
- Parameters:
chartPanel
- The chart panel (probably a scatter plot)x
- The position in the scatter block - Xy
- The position in the scatter block - YdescX
- The description of the X axis.descY
- The description of the Y axis.
-
getChartPanel
Returns the scatter block as a component. This method can only be called once, as components are not allowed to be used twice in Java GUI programming (IMHO).- Returns:
- The scatter block with the charts that where added with
addChartPanel
.
-
getBackCol
-