Package de.gsi.chart.axes.spi
Class LinearAxis.Cache
- java.lang.Object
-
- de.gsi.chart.axes.spi.LinearAxis.Cache
-
- Enclosing class:
- LinearAxis
protected class LinearAxis.Cache extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected doubleaxisHeightprotected doubleaxisWidthprotected booleanisVerticalAxisprotected doublelocalCurrentLowerBoundprotected doublelocalCurrentUpperBoundprotected doublelocalOffsetprotected doublelocalScale
-
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
-
isVerticalAxis
protected boolean isVerticalAxis
-
axisWidth
protected double axisWidth
-
axisHeight
protected double axisHeight
-
-