Package org.ujmp.gui.plot
Class YGrid
- java.lang.Object
-
- org.ujmp.gui.plot.YGrid
-
public class YGrid extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private PlotSettings
plotSettings
-
Constructor Summary
Constructors Constructor Description YGrid(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
-
YGrid
public YGrid(PlotSettings plotSettings)
-
-