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

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

Introduction

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

The text is from its open source code.

Subclass

org.jfree.chart.entity.ChartEntity has subclasses.
Click this link to see all its subclasses.

Constructor

Method

ShapegetArea()
Returns the area occupied by the entity (in Java 2D space).
ClassgetClass()
Returns the runtime class of this Object .
StringgetImageMapAreaTag(ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator)
Returns an HTML image map tag for this entity.
StringgetShapeCoords()
Returns the shape coordinates as a string.
StringgetShapeType()
Returns a string describing the entity area.
StringgetToolTipText()
Returns the tool tip text for the entity.
StringgetURLText()
Returns the URL text for the entity.
voidsetToolTipText(String text)
Sets the tool tip text.
voidsetURLText(String text)
Sets the URL text.
StringtoString()
Returns a string representation of the chart entity, useful for debugging.