Package | Description |
---|---|
de.erichseifert.gral.plots.axes |
Classes for managing and drawing axes in plots.
|
Modifier and Type | Method and Description |
---|---|
protected Tick |
AbstractAxisRenderer2D.getTick(Tick.TickType type,
Axis axis,
double tickPositionWorld)
Returns the point of the tick mark (in pixel coordinates) on the
specified axis with the specified value.
|
Modifier and Type | Method and Description |
---|---|
List<Tick> |
LogarithmicRenderer2D.getTicks(Axis axis) |
List<Tick> |
AxisRenderer.getTicks(Axis axis)
Returns a list of all tick element on the axis.
|
List<Tick> |
AbstractAxisRenderer2D.getTicks(Axis axis)
Returns a list of all tick element on the axis.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LogarithmicRenderer2D.createTicks(List<Tick> ticks,
Axis axis,
double min,
double max,
Set<Double> tickPositions,
boolean isAutoSpacing) |
protected void |
LinearRenderer2D.createTicks(List<Tick> ticks,
Axis axis,
double min,
double max,
Set<Double> tickPositions,
boolean isAutoSpacing) |
protected abstract void |
AbstractAxisRenderer2D.createTicks(List<Tick> ticks,
Axis axis,
double min,
double max,
Set<Double> tickPositions,
boolean isAutoSpacing)
Adds minor and major ticks to a list of ticks.
|
protected void |
AbstractAxisRenderer2D.createTicksCustom(List<Tick> ticks,
Axis axis,
double min,
double max,
Set<Double> tickPositions)
Adds custom ticks to a list of ticks.
|
Copyright © 2009-2013. All Rights Reserved.