Home
last modified time | relevance | path

Searched refs: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
186 this.tickLabelInsets = axis.getTickLabelInsets(); in DefaultAxisEditor()
367 return (this.tickLabelInsets == null) in getTickLabelInsets()
369 : this.tickLabelInsets; in getTickLabelInsets()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/axis/
H A DLogAxis.java739 RectangleInsets tickLabelInsets = getTickLabelInsets(); in estimateMaximumTickLabelHeight() local
740 double result = tickLabelInsets.getTop() + tickLabelInsets.getBottom(); in estimateMaximumTickLabelHeight()
767 RectangleInsets tickLabelInsets = getTickLabelInsets(); in estimateMaximumTickLabelWidth() local
768 double result = tickLabelInsets.getLeft() + tickLabelInsets.getRight(); in estimateMaximumTickLabelWidth()
H A DAxis.java240 private RectangleInsets tickLabelInsets; field in Axis
322 this.tickLabelInsets = DEFAULT_TICK_LABEL_INSETS; in Axis()
810 return this.tickLabelInsets; in getTickLabelInsets()
823 if (!this.tickLabelInsets.equals(insets)) { in setTickLabelInsets()
824 this.tickLabelInsets = insets; in setTickLabelInsets()
1636 this.tickLabelInsets, that.tickLabelInsets in equals()
H A DNumberAxis.java964 RectangleInsets tickLabelInsets = getTickLabelInsets(); in estimateMaximumTickLabelHeight() local
965 double result = tickLabelInsets.getTop() + tickLabelInsets.getBottom(); in estimateMaximumTickLabelHeight()
989 RectangleInsets tickLabelInsets = getTickLabelInsets(); in estimateMaximumTickLabelWidth() local
990 double result = tickLabelInsets.getLeft() + tickLabelInsets.getRight(); in estimateMaximumTickLabelWidth()
H A DDateAxis.java1432 RectangleInsets tickLabelInsets = getTickLabelInsets(); in estimateMaximumTickLabelWidth() local
1433 double result = tickLabelInsets.getLeft() + tickLabelInsets.getRight(); in estimateMaximumTickLabelWidth()
1484 RectangleInsets tickLabelInsets = getTickLabelInsets(); in estimateMaximumTickLabelHeight() local
1485 double result = tickLabelInsets.getTop() + tickLabelInsets.getBottom(); in estimateMaximumTickLabelHeight()