Home
last modified time | relevance | path

Searched defs:tickLabelInsets (Results 1 – 5 of 5) sorted by relevance

/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/editor/
H A DDefaultAxisEditor.java128 private RectangleInsets tickLabelInsets; field in DefaultAxisEditor
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/axis/
H A DLogAxis.java739 RectangleInsets tickLabelInsets = getTickLabelInsets(); in estimateMaximumTickLabelHeight() local
767 RectangleInsets tickLabelInsets = getTickLabelInsets(); in estimateMaximumTickLabelWidth() local
H A DNumberAxis.java964 RectangleInsets tickLabelInsets = getTickLabelInsets(); in estimateMaximumTickLabelHeight() local
989 RectangleInsets tickLabelInsets = getTickLabelInsets(); in estimateMaximumTickLabelWidth() local
H A DDateAxis.java1432 RectangleInsets tickLabelInsets = getTickLabelInsets(); in estimateMaximumTickLabelWidth() local
1484 RectangleInsets tickLabelInsets = getTickLabelInsets(); in estimateMaximumTickLabelHeight() local
H A DAxis.java240 private RectangleInsets tickLabelInsets; field in Axis