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

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

Introduction

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

The text is from its open source code.

Constructor

Outlier(double xCoord, double yCoord, double radius)
Constructs an outlier item consisting of a point and the radius of the outlier ellipse

Method

Point2DgetPoint()
Returns the xy coordinates of the bounding box containing the outlier ellipse.