Java org.jfree.chart.renderer OutlierListCollection fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.renderer OutlierListCollection fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

OutlierListCollection()
Creates a new empty collection.

Method

booleanadd(Outlier outlier)
Appends the specified element as a new OutlierList to the end of this list if it does not overlap an outlier in an existing list.
booleanisHighFarOut()
A flag to indicate the presence of one or more far out values at the top end of the range.
booleanisLowFarOut()
A flag to indicate the presence of one or more far out values at the bottom end of the range.
Iteratoriterator()
Returns an iterator for the outlier lists.
voidsetHighFarOut(boolean farOut)
Sets the flag that indicates the presence of one or more far out values at the top end of the range.
voidsetLowFarOut(boolean farOut)
Sets the flag that indicates the presence of one or more far out values at the bottom end of the range.