Uses of Class org.jfree.chart.entity.ChartEntity

Uses in package org.jfree.chart.entity

Classes derived from org.jfree.chart.entity.ChartEntity

class
A chart entity that represents one item within a category plot.
class
An entity to represent the labels on a CategoryAxis.
class
Represents an item on a contour chart.
class
An entity that represents an item within a legend.
class
A chart entity that represents one section within a pie plot.
class
A chart entity representing a tick label.
class
A chart entity that represents an annotation on an XYPlot.
class
A chart entity that represents one item within an XYPlot.

Methods with parameter type org.jfree.chart.entity.ChartEntity

void
Adds an entity to the collection.
void
Adds an entity to the collection.

Methods with return type org.jfree.chart.entity.ChartEntity

ChartEntity
EntityCollection.getEntity(double x, double y)
Returns an entity whose area contains the specified point.
ChartEntity
StandardEntityCollection.getEntity(double x, double y)
Returns the last entity in the list with an area that encloses the specified coordinates, or null if there is no such entity.
ChartEntity
Returns an entity from the collection.
ChartEntity
Returns a chart entity from the collection.

Uses in package org.jfree.chart

Constructors with parameter type org.jfree.chart.entity.ChartEntity

ChartMouseEvent.ChartMouseEvent(JFreeChart chart, MouseEvent trigger, ChartEntity entity)
Constructs a new event.

Methods with return type org.jfree.chart.entity.ChartEntity

ChartEntity
Returns the chart entity (if any) under the mouse point.
ChartEntity
ChartPanel.getEntityForPoint(int viewX, int viewY)
Returns the chart entity at a given point.