| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.chart.xy | |
| com.zavtech.morpheus.viz.google | |
| com.zavtech.morpheus.viz.jfree |
| Modifier and Type | Method and Description |
|---|---|
XyAxis |
XyAxis.asDateScale()
Marks this axis as a linear date axis
|
XyAxis |
XyAxis.asLinearScale()
Marks this axis as a linear numeric axis
|
XyAxis |
XyAxis.asLogScale()
Marks this axis as a log scale axis
|
XyAxis |
XyAxes.domain()
Returns a reference to the domain axis
|
XyAxis |
XyAxes.range(int index)
Returns a reference to the range axis for the index specified
|
XyAxis |
XyAxis.withRange(com.zavtech.morpheus.util.Bounds<?> range)
Sets the upper and lower bounds for the range of this axis
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
GXyAxis
An implementation of XyAxis interface for Google Charts
|
| Modifier and Type | Method and Description |
|---|---|
XyAxis |
GXyAxis.asDateScale() |
XyAxis |
GXyAxis.asLinearScale() |
XyAxis |
GXyAxis.asLogScale() |
XyAxis |
GXyAxes.domain() |
XyAxis |
GXyAxes.range(int index) |
XyAxis |
GXyAxis.withRange(com.zavtech.morpheus.util.Bounds<?> range) |
| Modifier and Type | Class and Description |
|---|---|
private class |
JFXyAxes.AxisAdapter
An XyAxis adapter for JFreeChart
|
| Modifier and Type | Method and Description |
|---|---|
XyAxis |
JFXyAxes.AxisAdapter.asDateScale() |
XyAxis |
JFXyAxes.AxisAdapter.asLinearScale() |
XyAxis |
JFXyAxes.AxisAdapter.asLogScale() |
XyAxis |
JFXyAxes.domain() |
XyAxis |
JFXyAxes.range(int index) |
XyAxis |
JFXyAxes.AxisAdapter.withRange(com.zavtech.morpheus.util.Bounds<?> range) |
Copyright 2014-2017, Xavier Witdouck