public class GridLine extends Object
Modifier and Type | Field and Description |
---|---|
AxisTickModel |
axisTickModel
The tick associated with the grid line.
|
RadPoint |
point1
The start point of the line.
|
RadPoint |
point2
The end point of the line.
|
Constructor and Description |
---|
GridLine() |
public AxisTickModel axisTickModel
public RadPoint point1
public RadPoint point2