Java org.jfree.chart.plot PlotOrientation fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.plot PlotOrientation fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

PlotOrientationHORIZONTAL
For a plot where the range axis is horizontal.
PlotOrientationVERTICAL
For a plot where the range axis is vertical.

Method

booleanequals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.