Package | Description |
---|---|
org.openimaj.vis.general |
Modifier and Type | Field and Description |
---|---|
protected AxisConfig<Q> |
AxisRenderer.config
The axis configuration
|
Modifier and Type | Method and Description |
---|---|
AxisConfig<Q> |
AxisRenderer.getConfig() |
AxisConfig<Q> |
AxisRenderer2D.getConfig() |
AxisConfig<Q> |
AxesRenderer2D.getxAxisConfig() |
AxisConfig<Q> |
AxesRenderer2D.getyAxisConfig() |
Modifier and Type | Method and Description |
---|---|
void |
AxisRenderer3D.drawAxis(AxisConfig<float[]> config) |
abstract void |
AxisRenderer.drawAxis(AxisConfig<Q> config)
Draw the major axis
|
void |
AxisRenderer2D.drawAxis(AxisConfig<Q> config)
Draw the major axis
|
void |
AxisRenderer3D.drawAxisLabel(AxisConfig<float[]> config) |
abstract void |
AxisRenderer.drawAxisLabel(AxisConfig<Q> config)
Draw the axis label
|
void |
AxisRenderer2D.drawAxisLabel(AxisConfig<Q> config)
Draw the axis label
|
void |
AxisRenderer3D.drawMajorTick(double location,
AxisConfig<float[]> config) |
abstract void |
AxisRenderer.drawMajorTick(double location,
AxisConfig<Q> config)
Draw a tick on the axis at the given location
|
void |
AxisRenderer2D.drawMajorTick(double location,
AxisConfig<Q> config)
Draw a tick on the axis at the given location
|
void |
AxisRenderer3D.drawMajorTickGridline(double location,
AxisConfig<float[]> config) |
abstract void |
AxisRenderer.drawMajorTickGridline(double location,
AxisConfig<Q> config)
Draw a major grid line on the vis
|
void |
AxisRenderer2D.drawMajorTickGridline(double location,
AxisConfig<Q> config)
Draw a major grid line on the vis
|
void |
AxisRenderer3D.drawMinorTick(double location,
AxisConfig<float[]> config) |
abstract void |
AxisRenderer.drawMinorTick(double location,
AxisConfig<Q> config)
Draw a minor tick on the axis
|
void |
AxisRenderer2D.drawMinorTick(double location,
AxisConfig<Q> config)
Draw a minor tick on the axis
|
void |
AxisRenderer3D.drawMinorTickGridline(double location,
AxisConfig<float[]> config) |
abstract void |
AxisRenderer.drawMinorTickGridline(double location,
AxisConfig<Q> config)
Draw a minor grid on the vis
|
void |
AxisRenderer2D.drawMinorTickGridline(double location,
AxisConfig<Q> config)
Draw a minor grid on the vis
|
void |
AxisRenderer.setConfig(AxisConfig<Q> config) |
void |
AxisRenderer2D.setConfig(AxisConfig<Q> config) |
void |
AxesRenderer2D.setxAxisConfig(AxisConfig<Q> xAxisConfig) |
void |
AxesRenderer2D.setyAxisConfig(AxisConfig<Q> yAxisConfig) |
Constructor and Description |
---|
AxisRenderer2D(AxisConfig<Q> conf)
Constructor to set the config
|