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