Java org.jfree.chart.axis AxisSpace fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.axis AxisSpace fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.axis AxisSpace.

The text is from its open source code.

Constructor

AxisSpace()
Creates a new axis space record.

Method

voidadd(double space, RectangleEdge edge)
Adds space to the top, bottom, left or right edge of the plot area.
voidensureAtLeast(double space, RectangleEdge edge)
Ensures there is a minimum amount of space at the edge corresponding to the specified axis location.
doublegetLeft()
Returns the space reserved for axes at the left of the plot area.
doublegetRight()
Returns the space reserved for axes at the right of the plot area.
voidsetBottom(double space)
Sets the space reserved for axes at the bottom of the plot area.
voidsetLeft(double space)
Sets the space reserved for axes at the left of the plot area.
voidsetRight(double space)
Sets the space reserved for axes at the right of the plot area.
voidsetTop(double space)
Sets the space reserved for axes at the top of the plot area.
Rectangle2Dshrink(Rectangle2D area, Rectangle2D result)
Shrinks an area by the space attributes.