|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.erichseifert.gral.plots.DataPoint
de.erichseifert.gral.plots.axes.Tick
public class Tick
Class for storing the tick mark of an axis.
Nested Class Summary | |
---|---|
static class |
Tick.TickType
Type of tick mark. |
Constructor Summary | |
---|---|
Tick(Tick.TickType type,
PointND<Double> position,
PointND<Double> normal,
Drawable drawable,
Shape point,
String label)
Creates a new instance with the specified position, normal, Drawable , point and label. |
Method Summary | |
---|---|
String |
getLabel()
Returns the label of this tick mark. |
PointND<Double> |
getNormal()
Returns the normal vector of this tick mark. |
Tick.TickType |
getType()
Returns the kind of tick this object represents. |
Methods inherited from class de.erichseifert.gral.plots.DataPoint |
---|
getDrawable, getPoint, getPosition |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
public Tick.TickType getType()
public PointND<Double> getNormal()
public String getLabel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |