public static class VariableScaleAxis.AxisRange extends Object
| Modifier and Type | Field and Description | 
|---|---|
boolean | 
logScale
Is lowerBound, upperBound, tickUnit in log scale? 
 | 
double | 
lowerBound
Lower and upper bound and tick difference of the axis (may be log values) 
 | 
double | 
offset
Offset and scale in display units when calculating tick position 
 | 
double | 
scale
Offset and scale in display units when calculating tick position 
 | 
double | 
tickUnit
Lower and upper bound and tick difference of the axis (may be log values) 
 | 
double | 
upperBound
Lower and upper bound and tick difference of the axis (may be log values) 
 | 
| Constructor and Description | 
|---|
AxisRange(double lowerBound,
         double upperBound,
         double tickUnit,
         double offset,
         double scale,
         boolean logScale)  | 
public double lowerBound
public double upperBound
public double tickUnit
public double offset
public double scale
public boolean logScale
Copyright © 2015–2022 FLIMLib. All rights reserved.