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

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

Introduction

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

The text is from its open source code.

Constructor

AxisCollection()
Creates a new empty collection.

Method

voidadd(Axis axis, RectangleEdge edge)
Adds an axis to the collection.
ListgetAxesAtBottom()
Returns a list of the axes (if any) that need to be drawn at the bottom of the plot area.
ListgetAxesAtLeft()
Returns a list of the axes (if any) that need to be drawn at the left of the plot area.
ListgetAxesAtRight()
Returns a list of the axes (if any) that need to be drawn at the right of the plot area.
ListgetAxesAtTop()
Returns a list of the axes (if any) that need to be drawn at the top of the plot area.