Package de.gsi.chart.axes.spi
Class LogarithmicAxis.Cache
- java.lang.Object
-
- de.gsi.chart.axes.spi.LogarithmicAxis.Cache
-
- Enclosing class:
- LogarithmicAxis
protected class LogarithmicAxis.Cache extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected doubleaxisHeightprotected doubleaxisWidthprotected booleanisVerticalAxisprotected doublelocalCurrentLowerBoundprotected doublelocalCurrentUpperBoundprotected doublelogBaseprotected doublelogScaleLengthprotected doublelogScaleLengthInvprotected doublelowerBoundLogprotected doubleupperBoundLog
-
Constructor Summary
Constructors Modifier Constructor Description protectedCache()
-
-
-
Field Detail
-
localCurrentLowerBound
protected double localCurrentLowerBound
-
localCurrentUpperBound
protected double localCurrentUpperBound
-
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
-
logBase
protected double logBase
-
-