|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Axis | |
---|---|
com.java4less.rchart |
Uses of Axis in com.java4less.rchart |
---|
Fields in com.java4less.rchart declared as Axis | |
---|---|
Axis |
GaugePlotter.axis1
primary scale (external) |
Axis |
GaugePlotter.axis2
secondary scale (internal) |
Axis |
Axis.peerAxis
internal use. |
Axis |
DataSerie.secondaryXAxis
shall this serie use a secondary x axis? |
Axis |
DataSerie.secondaryYAxis
shall this serie use a secondary y axis? |
Axis |
Chart.XAxis
X axis of the chart |
Axis |
Chart.Y2Axis
second Y axis of the chart |
Axis |
Chart.YAxis
Y axis of the chart |
Methods in com.java4less.rchart with parameters of type Axis | |
---|---|
void |
Axis.addAdditionalAxis(Axis axis)
add an additional axis to this axis |
void |
Axis.draw(ChartGraphics g,
Axis peerAxis,
boolean drawForeGround,
boolean drawGridBackground)
draws the axis. |
void |
Chart.setY2Scale(Axis a)
Sets the second Y axis of the chart. |
Constructors in com.java4less.rchart with parameters of type Axis | |
---|---|
Chart(Title t,
Plotter p,
Axis X,
Axis Y)
creates a chart for the specified components. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |