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

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

Introduction

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

The text is from its open source code.

Constructor

Method

ShapegetArea()
Returns the area occupied by the entity (in Java 2D space).
ObjectgetCategory()
Returns the category.
intgetCategoryIndex()
Returns the category index.
ComparablegetColumnKey()
Returns the column key.
CategoryDatasetgetDataset()
Returns the dataset this entity refers to.
ComparablegetRowKey()
Returns the row key.
intgetSeries()
Returns the series index.
voidsetURLText(String text)
Sets the URL text.