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 |
---|---|
String |
label
Label text associated with this tick mark.
|
PointND<Double> |
normal
The normal of the tick mark.
|
Tick.TickType |
type
The type of tick mark (major/minor/custom).
|
public final Tick.TickType type
public final String label
public Tick(Tick.TickType type, PointND<Double> position, PointND<Double> normal, Drawable drawable, Shape point, String label)
Drawable
, point and label.type
- Type of the tick mark.position
- Coordinates.normal
- Normal.drawable
- Representation.point
- Point.label
- Description.Copyright © 2009-2013. All Rights Reserved.