|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tick.TickType | |
---|---|
de.erichseifert.gral.plots.axes | Classes for managing and drawing axes in plots. |
Uses of Tick.TickType in de.erichseifert.gral.plots.axes |
---|
Methods in de.erichseifert.gral.plots.axes that return Tick.TickType | |
---|---|
Tick.TickType |
Tick.getType()
Returns the kind of tick this object represents. |
static Tick.TickType |
Tick.TickType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Tick.TickType[] |
Tick.TickType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in de.erichseifert.gral.plots.axes with parameters of type Tick.TickType | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |