Package velo.ladaalpha.misc
Class Plot.AxisOptions
java.lang.Object
velo.ladaalpha.misc.Plot.AxisOptions
- Enclosing class:
 - Plot
 
The Class AxisOptions.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionformat(Plot.AxisFormat format) Format.range(double min, double max) Range. 
- 
Constructor Details
- 
AxisOptions
public AxisOptions() 
 - 
 - 
Method Details
- 
format
Format.- Parameters:
 format- the format- Returns:
 - the axis options
 
 - 
range
Range.- Parameters:
 min- the minmax- the max- Returns:
 - the axis options
 
 
 -