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 doubleaxisHeightprotected doubleaxisWidthprotected booleanisVerticalAxisprotected doublelocalCurrentLowerBoundprotected doublelocalCurrentUpperBoundprotected doublelocalOffsetprotected doublelocalOffset2protected doublelocalScaleprotected doublelogScaleLengthprotected doublelogScaleLengthInvprotected doublelowerBoundLogprotected doubleupperBoundLog
-
Constructor Summary
Constructors Modifier Constructor Description protectedCache()
-
-
-
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
-
-