Java org.jfree.chart.entity XYItemEntity fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.entity XYItemEntity fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

ShapegetArea()
Returns the area occupied by the entity (in Java 2D space).
XYDatasetgetDataset()
Returns the dataset this entity refers to.
intgetItem()
Returns the item index.
intgetSeriesIndex()
Returns the series index.
StringgetShapeCoords()
Returns the shape coordinates as a string.
StringgetURLText()
Returns the URL text for the entity.
voidsetURLText(String text)
Sets the URL text.