Package moa.gui
Class LineGraphViewPanel.PlotLine
- java.lang.Object
-
- moa.gui.LineGraphViewPanel.PlotLine
-
- Enclosing class:
- LineGraphViewPanel
protected class LineGraphViewPanel.PlotLine extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Color
colour
LearningCurve
curve
int
xAxisIndex
double
xMax
double
xMin
int
yAxisIndex
double
yMax
double
yMin
-
Constructor Summary
Constructors Modifier Constructor Description protected
PlotLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
convertX(double x)
float
convertY(double y)
Shape
getShapeToPlot()
-
-
-
Field Detail
-
curve
public LearningCurve curve
-
colour
public Color colour
-
xAxisIndex
public int xAxisIndex
-
yAxisIndex
public int yAxisIndex
-
xMin
public double xMin
-
xMax
public double xMax
-
yMin
public double yMin
-
yMax
public double yMax
-
-
Method Detail
-
convertX
public float convertX(double x)
-
convertY
public float convertY(double y)
-
getShapeToPlot
public Shape getShapeToPlot()
-
-