public abstract class Axis
Anchor |
anchor
|
String |
label
|
Anchor |
labelAnchor
|
Anchor |
numberAnchor
|
Axis ()
Default constructor. |
abstract double |
calc (double v)
|
double |
calcx (Chart chart, double v)
|
double |
calcy (Chart chart, double v)
|
void |
gridxLine (PrintStream out, Chart chart, double v)
|
void |
gridxNumber (PrintStream out, Chart chart, double v, String s)
|
void |
gridyLine (PrintStream out, Chart chart, double v)
|
void |
gridyNumber (PrintStream out, Chart chart, double v, String s)
|
void |
printAxisX (PrintStream out, Chart chart, double zeroy)
|
void |
printAxisY (PrintStream out, Chart chart, double zerox)
|
Axis |
setAnchor (Anchor anchor)
|
Axis |
setLabel (String label)
|
Axis |
setLabel (String label, Anchor labelAnchor)
|
Axis |
setNumberAnchor (Anchor anchor)
|
double |
zero ()
|
double |
zerox (Chart chart)
|
double |
zeroy (Chart chart)
|
Show all inherited methods (11 more) |