Package jisa.gui.plotting
Class JISADefaultAxis.Cache
- java.lang.Object
-
- jisa.gui.plotting.JISADefaultAxis.Cache
-
- Enclosing class:
- JISADefaultAxis
protected class JISADefaultAxis.Cache extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected double
axisHeight
protected double
axisWidth
protected boolean
isVerticalAxis
protected double
localCurrentLowerBound
protected double
localCurrentUpperBound
protected double
localOffset
protected double
localOffset2
protected double
localScale
protected double
logScaleLength
protected double
logScaleLengthInv
protected double
lowerBoundLog
protected double
upperBoundLog
-
Constructor Summary
Constructors Modifier Constructor Description protected
Cache()
-
-
-
Field Detail
-
localScale
protected double localScale
-
localCurrentLowerBound
protected double localCurrentLowerBound
-
localCurrentUpperBound
protected double localCurrentUpperBound
-
localOffset
protected double localOffset
-
localOffset2
protected double localOffset2
-
upperBoundLog
protected double upperBoundLog
-
lowerBoundLog
protected double lowerBoundLog
-
logScaleLength
protected double logScaleLength
-
logScaleLengthInv
protected double logScaleLengthInv
-
isVerticalAxis
protected boolean isVerticalAxis
-
axisWidth
protected double axisWidth
-
axisHeight
protected double axisHeight
-
-