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

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

Introduction

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

The text is from its open source code.

Field

AxisLocationTOP_OR_LEFT
Axis at the top or left.
AxisLocationTOP_OR_RIGHT
Axis at the top or right.
AxisLocationBOTTOM_OR_LEFT
Axis at the bottom or left.
AxisLocationBOTTOM_OR_RIGHT
Axis at the bottom or right.

Method

booleanequals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
AxisLocationgetOpposite(AxisLocation location)
Returns the location that is opposite to the supplied location.