Package org.ujmp.gui.plot
Class Selection
- java.lang.Object
-
- org.ujmp.gui.plot.Selection
-
public class Selection extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private PlotSettings
plotSettings
-
Constructor Summary
Constructors Constructor Description Selection(PlotSettings plotSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paintComponent(java.awt.Graphics g)
-
-
-
Field Detail
-
plotSettings
private PlotSettings plotSettings
-
-
Constructor Detail
-
Selection
public Selection(PlotSettings plotSettings)
-
-