public class Tick extends DataPoint
Modifier and Type | Class and Description |
---|---|
static class |
Tick.TickType
Type of tick mark.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
label
Label text associated with this tick mark.
|
PointND<java.lang.Double> |
normal
The normal of the tick mark.
|
Tick.TickType |
type
The type of tick mark (major/minor/custom).
|
Constructor and Description |
---|
Tick(Tick.TickType type,
PointND<java.lang.Double> position,
PointND<java.lang.Double> normal,
Drawable drawable,
java.awt.Shape point,
java.lang.String label)
Creates a new instance with the specified position, normal,
Drawable , point and label. |
public final Tick.TickType type
public final PointND<java.lang.Double> normal
public final java.lang.String label
public Tick(Tick.TickType type, PointND<java.lang.Double> position, PointND<java.lang.Double> normal, Drawable drawable, java.awt.Shape point, java.lang.String label)
Drawable
, point and label.type
- Type of the tick mark.position
- Coordinates.normal
- Normal.drawable
- Representation.point
- Point.label
- Description.