|
|||||||||
| Home >> All >> org >> jfree >> [ chart overview ] | PREV NEXT | ||||||||
A
- AUTO_RANGE_BOTH_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
- Zoom reset (both axes) action command.
- AUTO_RANGE_HORIZONTAL_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
- Zoom reset (horizontal axis only) action command.
- AUTO_RANGE_VERTICAL_ACTION_COMMAND - Static variable in interface org.jfree.chart.ChartPanelConstants
- Zoom reset (vertical axis only) action command.
- actionPerformed(ActionEvent) - Method in class org.jfree.chart.ChartPanel
- Handles action events generated by the popup menu.
- actionPerformed(ActionEvent) - Method in class org.jfree.chart.PolarChartPanel
- Handles action events generated by the popup menu.
- add(LegendItem) - Method in class org.jfree.chart.LegendItemCollection
- Adds a legend item to the collection.
- addAll(LegendItemCollection) - Method in class org.jfree.chart.LegendItemCollection
- Adds the legend items from another collection to this collection.
- addChangeListener(ChartChangeListener) - Method in class org.jfree.chart.JFreeChart
- Registers an object for notification of changes to the chart.
- addChangeListener(LegendChangeListener) - Method in class org.jfree.chart.Legend
- Registers an object for notification of changes to the legend.
- addChangeListener(LegendChangeListener) - Method in class org.jfree.chart.OldLegend
- Registers an object for notification of changes to the legend.
- addChartMouseListener(ChartMouseListener) - Method in class org.jfree.chart.ChartPanel
- Adds a listener to the list of objects listening for chart mouse events.
- addProgressListener(ChartProgressListener) - Method in class org.jfree.chart.JFreeChart
- Registers an object for notification of progress events relating to the chart.
- addSubtitle(Title) - Method in class org.jfree.chart.JFreeChart
- Adds a chart subtitle, and notifies registered listeners that the chart has been modified.
- anchor - Variable in class org.jfree.chart.ChartPanel
- The chart anchor point.
- anchor - Variable in class org.jfree.chart.Legend
- The current location anchor of the legend.
- anchor - Variable in class org.jfree.chart.OldLegend
- The current location anchor of the legend.
- attemptEditChartProperties() - Method in class org.jfree.chart.ChartPanel
- Displays a dialog that allows the user to edit the properties for the current chart.
B
- backgroundImage - Variable in class org.jfree.chart.JFreeChart
- An optional background image for the chart.
- backgroundImageAlignment - Variable in class org.jfree.chart.JFreeChart
- The alignment for the background image.
- backgroundImageAlpha - Variable in class org.jfree.chart.JFreeChart
- The alpha transparency for the background image.
- backgroundPaint - Variable in class org.jfree.chart.DefaultOldLegend
- The paint used to draw the background of the legend.
- backgroundPaint - Variable in class org.jfree.chart.JFreeChart
- Paint used to draw the background of the chart.
- backgroundPaint - Variable in class org.jfree.chart.StandardLegend
- The paint used to draw the background of the legend.
- borderPaint - Variable in class org.jfree.chart.JFreeChart
- The paint used to draw the chart border (if visible).
- borderStroke - Variable in class org.jfree.chart.JFreeChart
- The stroke used to draw the chart border (if visible).
- borderVisible - Variable in class org.jfree.chart.JFreeChart
- A flag that controls whether or not the chart border is drawn.
- boundingBoxArcHeight - Variable in class org.jfree.chart.DefaultOldLegend
- The height of the arc used to round off the corners of the bounding box.
- boundingBoxArcHeight - Variable in class org.jfree.chart.StandardLegend
- The height of the arc used to round off the corners of the bounding box.
- boundingBoxArcWidth - Variable in class org.jfree.chart.DefaultOldLegend
- The width of the arc used to round off the corners of the bounding box.
- boundingBoxArcWidth - Variable in class org.jfree.chart.StandardLegend
- The width of the arc used to round off the corners of the bounding box.
C
- ChartColor - class org.jfree.chart.ChartColor.
- Class to extend the number of Colors available to the charts.
- ChartColor(int, int, int) - Constructor for class org.jfree.chart.ChartColor
- Creates a Color with an opaque sRGB with red, green and blue values in range 0-255.
- ChartFactory - class org.jfree.chart.ChartFactory.
- A collection of utility methods for creating some standard charts with JFreeChart.
- ChartFactory() - Constructor for class org.jfree.chart.ChartFactory
- ChartFrame - class org.jfree.chart.ChartFrame.
- A frame for displaying a chart.
- ChartFrame(String, JFreeChart) - Constructor for class org.jfree.chart.ChartFrame
- Constructs a frame for a chart.
- ChartFrame(String, JFreeChart, boolean) - Constructor for class org.jfree.chart.ChartFrame
- Constructs a frame for a chart.
- ChartMouseEvent - class org.jfree.chart.ChartMouseEvent.
- A mouse event for a chart that is displayed in a ChartPanel.
- ChartMouseEvent(JFreeChart, MouseEvent, ChartEntity) - Constructor for class org.jfree.chart.ChartMouseEvent
- Constructs a new event.
- ChartMouseListener - interface org.jfree.chart.ChartMouseListener.
- The interface that must be implemented by classes that wish to receive ChartMouseEvent notifications from a ChartPanel.
- ChartPanel - class org.jfree.chart.ChartPanel.
- A Swing GUI component for displaying a JFreeChart object.
- ChartPanel(JFreeChart) - Constructor for class org.jfree.chart.ChartPanel
- Constructs a panel that displays the specified chart.
- ChartPanel(JFreeChart, boolean) - Constructor for class org.jfree.chart.ChartPanel
- Constructs a panel containing a chart.
- ChartPanel(JFreeChart, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jfree.chart.ChartPanel
- Constructs a JFreeChart panel.
- ChartPanel(JFreeChart, int, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jfree.chart.ChartPanel
- Constructs a JFreeChart panel.
- ChartPanelConstants - interface org.jfree.chart.ChartPanelConstants.
- Useful constants for the ChartPanel class.
- ChartRenderingInfo - class org.jfree.chart.ChartRenderingInfo.
- A structure for storing rendering information from one call to the JFreeChart.draw() method.
- ChartRenderingInfo() - Constructor for class org.jfree.chart.ChartRenderingInfo
- Constructs a new ChartRenderingInfo structure that can be used to collect information about the dimensions of a rendered chart.
- ChartRenderingInfo(EntityCollection) - Constructor for class org.jfree.chart.ChartRenderingInfo
- Constructs a new instance.
- ChartUtilities - class org.jfree.chart.ChartUtilities.
- A collection of utility methods for JFreeChart.
- ChartUtilities() - Constructor for class org.jfree.chart.ChartUtilities
- ClipPath - class org.jfree.chart.ClipPath.
- This class would typically be used with a org.jfree.chart.plot.ContourPlot.
- ClipPath() - Constructor for class org.jfree.chart.ClipPath
- Constructor for ClipPath.
- ClipPath(double[], double[]) - Constructor for class org.jfree.chart.ClipPath
- Constructor for ClipPath.
- ClipPath(double[], double[], boolean, boolean, boolean) - Constructor for class org.jfree.chart.ClipPath
- Constructor for ClipPath.
- ClipPath(double[], double[], boolean, boolean, Paint, Paint, Stroke, Composite) - Constructor for class org.jfree.chart.ClipPath
- Constructor for ClipPath.
- calcRemainingDrawingArea(Rectangle2D, boolean, boolean, RectangularShape) - Method in class org.jfree.chart.DefaultOldLegend
- Calculates the remaining drawing area.
- calcRemainingDrawingArea(Rectangle2D, boolean, boolean, RectangularShape) - Method in class org.jfree.chart.StandardLegend
- Calculates the remaining drawing area.
- changeListeners - Variable in class org.jfree.chart.JFreeChart
- Storage for registered change listeners.
- chart - Variable in class org.jfree.chart.ChartMouseEvent
- The chart that the mouse event relates to.
- chart - Variable in class org.jfree.chart.ChartPanel
- The chart that is displayed in the panel.
- chart - Variable in class org.jfree.chart.Legend
- A reference to the chart that the legend belongs to (used for access to the dataset).
- chart - Variable in class org.jfree.chart.OldLegend
- A reference to the chart that the legend belongs to (used for access to the dataset).
- chartArea - Variable in class org.jfree.chart.ChartRenderingInfo
- The area in which the chart is drawn.
- chartBuffer - Variable in class org.jfree.chart.ChartPanel
- A buffer for the rendered chart.
- chartBufferHeight - Variable in class org.jfree.chart.ChartPanel
- The height of the chart buffer.
- chartBufferWidth - Variable in class org.jfree.chart.ChartPanel
- The width of the chart buffer.
- chartChanged(ChartChangeEvent) - Method in class org.jfree.chart.ChartPanel
- Receives notification of changes to the chart, and redraws the chart.
- chartMouseClicked(ChartMouseEvent) - Method in interface org.jfree.chart.ChartMouseListener
- Callback method for receiving notification of a mouse click on a chart.
- chartMouseListeners - Variable in class org.jfree.chart.ChartPanel
- Storage for registered (chart) mouse listeners.
- chartMouseMoved(ChartMouseEvent) - Method in interface org.jfree.chart.ChartMouseListener
- Callback method for receiving notification of a mouse movement on a chart.
- chartPanel - Variable in class org.jfree.chart.ChartFrame
- The chart panel.
- chartProgress(ChartProgressEvent) - Method in class org.jfree.chart.ChartPanel
- Receives notification of a chart progress event.
- checkChart(JFreeChart) - Method in class org.jfree.chart.PolarChartPanel
- Test that the chart is using an xy plot with time as the domain axis.
- clear() - Method in class org.jfree.chart.ChartRenderingInfo
- Clears the information recorded by this object.
- clearSubtitles() - Method in class org.jfree.chart.JFreeChart
- Clears all subtitles from the chart and sends a org.jfree.chart.event.ChartChangeEvent to all registered listeners.
- clip - Variable in class org.jfree.chart.ClipPath
- Controls whether drawing will be clipped ( false would still allow the drawing or filling of path
- clone() - Method in class org.jfree.chart.ChartRenderingInfo
- Returns a clone of this object.
- clone() - Method in class org.jfree.chart.ClipPath
- Returns a clone of the object (a deeper clone than default to avoid bugs when setting values in cloned object).
- clone() - Method in class org.jfree.chart.JFreeChart
- Clones the object, and takes care of listeners.
- clone() - Method in class org.jfree.chart.Legend
- Clones the legend, and takes care of listeners.
- clone() - Method in class org.jfree.chart.LegendItemCollection
- Returns a clone of the collection.
- clone() - Method in class org.jfree.chart.OldLegend
- Clones the legend, and takes care of listeners.
- composite - Variable in class org.jfree.chart.ClipPath
- The composite.
- createAlignedRectangle2D(Size2D, Rectangle2D, HorizontalAlignment, VerticalAlignment) - Method in class org.jfree.chart.JFreeChart
- Creates a rectangle that is aligned to the frame.
- createAllDrawableLinesForItem(Graphics2D, LegendItem, double, double, double) - Method in class org.jfree.chart.DefaultOldLegend
- Returns a list of drawable legend items for the specified legend item.
- createAllDrawableLinesForItem(Graphics2D, LegendItem, double, double, double) - Method in class org.jfree.chart.StandardLegend
- Returns a list of drawable legend items for the specified legend item.
- createAreaChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates an area chart with default settings.
- createBarChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a bar chart.
- createBarChart3D(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a bar chart with a 3D effect.
- createBoxAndWhiskerChart(String, String, String, BoxAndWhiskerXYDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates and returns a default instance of a box and whisker chart.
- createBubbleChart(String, String, String, XYZDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a bubble chart with default settings.
- createBufferedImage(int, int) - Method in class org.jfree.chart.JFreeChart
- Creates and returns a buffered image into which the chart has been drawn.
- createBufferedImage(int, int, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
- Creates and returns a buffered image into which the chart has been drawn.
- createBufferedImage(int, int, int, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
- Creates and returns a buffered image into which the chart has been drawn.
- createBufferedImage(int, int, double, double, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
- Creates and returns a buffered image into which the chart has been drawn.
- createCandlestickChart(String, String, String, OHLCDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates and returns a default instance of a candlesticks chart.
- createChartPrintJob() - Method in class org.jfree.chart.ChartPanel
- Creates a print job for the chart.
- createDefaultPaintArray() - Static method in class org.jfree.chart.ChartColor
- Convenience method to return an array of
Paintobjects that represent the pre-defined colors in theColorandChartColorobjects.- createDrawableLegendItem(Graphics2D, LegendItem, double, double) - Method in class org.jfree.chart.DefaultOldLegend
- Creates a drawable legend item.
- createDrawableLegendItem(Graphics2D, LegendItem, double, double) - Method in class org.jfree.chart.StandardLegend
- Creates a drawable legend item.
- createGanttChart(String, String, String, IntervalCategoryDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a Gantt chart using the supplied attributes plus default values where required.
- createHighLowChart(String, String, String, OHLCDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates and returns a default instance of a high-low-open-close chart.
- createHighLowChart(String, String, String, OHLCDataset, Timeline, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates and returns a default instance of a high-low-open-close chart with a special timeline.
- createHistogram(String, String, String, IntervalXYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a histogram chart.
- createInstance(JFreeChart) - Static method in class org.jfree.chart.Legend
- Static factory method that returns a concrete subclass of Legend.
- createInstance(JFreeChart) - Static method in class org.jfree.chart.OldLegend
- Static factory method that returns a concrete subclass of Legend.
- createLegendItem(Graphics, LegendItem, double, double) - Method in class org.jfree.chart.MeterLegend
- Creates a legend item
- createLineChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a line chart with default settings.
- createLineChart3D(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a line chart with default settings.
- createMultiplePieChart(String, CategoryDataset, TableOrder, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a chart that displays multiple pie plots.
- createMultiplePieChart3D(String, CategoryDataset, TableOrder, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a chart that displays multiple pie plots.
- createPieChart(String, PieDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a pie chart with default settings.
- createPieChart(String, PieDataset, PieDataset, int, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a pie chart with default settings that compares 2 datasets.
- createPieChart3D(String, PieDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a 3D pie chart using the specified dataset.
- createPolarChart(String, XYDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a polar plot for the specified dataset (x-values interpreted as angles in degrees).
- createPopupMenu(boolean, boolean, boolean, boolean) - Method in class org.jfree.chart.ChartPanel
- Creates a popup menu for the panel.
- createPopupMenu(boolean, boolean, boolean, boolean) - Method in class org.jfree.chart.PolarChartPanel
- Creates a popup menu for the panel.
- createRingChart(String, PieDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a ring chart with default settings.
- createScatterPlot(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a scatter plot with default settings.
- createSignalChart(String, String, String, SignalsDataset, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates and returns a default instance of a signal chart.
- createStackedAreaChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a stacked area chart with default settings.
- createStackedBarChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a stacked bar chart with default settings.
- createStackedBarChart3D(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a stacked bar chart with a 3D effect and default settings.
- createStackedXYAreaChart(String, String, String, TableXYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a stacked XY area plot.
- createTimeSeriesChart(String, String, String, XYDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates and returns a time series chart.
- createTranslationPointForHorizontalDraw(Rectangle2D, boolean, double, double) - Method in class org.jfree.chart.DefaultOldLegend
- ???
- createTranslationPointForHorizontalDraw(Rectangle2D, boolean, double, double) - Method in class org.jfree.chart.StandardLegend
- ???
- createTranslationPointForVerticalDraw(Rectangle2D, boolean, double, double) - Method in class org.jfree.chart.DefaultOldLegend
- ???
- createTranslationPointForVerticalDraw(Rectangle2D, boolean, double, double) - Method in class org.jfree.chart.StandardLegend
- ???
- createWaferMapChart(String, WaferMapDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a wafer map chart.
- createWaterfallChart(String, String, String, CategoryDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a waterfall chart.
- createWindPlot(String, String, String, WindDataset, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a wind plot with default settings.
- createXYAreaChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates an area chart using an org.jfree.data.xy.XYDataset.
- createXYBarChart(String, String, boolean, String, IntervalXYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates and returns a default instance of an XY bar chart.
- createXYLineChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a line chart (based on an org.jfree.data.xy.XYDataset) with default settings.
- createXYStepAreaChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a filled stepped XY plot with default settings.
- createXYStepChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean) - Static method in class org.jfree.chart.ChartFactory
- Creates a stepped XY plot with default settings.
D
- DARK_BLUE - Static variable in class org.jfree.chart.ChartColor
- A dark blue color.
- DARK_CYAN - Static variable in class org.jfree.chart.ChartColor
- A dark cyan color.
- DARK_GREEN - Static variable in class org.jfree.chart.ChartColor
- A dark green color.
- DARK_MAGENTA - Static variable in class org.jfree.chart.ChartColor
- A dark magenta color.
- DARK_RED - Static variable in class org.jfree.chart.ChartColor
- A dark red color.
- DARK_YELLOW - Static variable in class org.jfree.chart.ChartColor
- A dark yellow color.
- DEFAULT_BACKGROUND_IMAGE - Static variable in class org.jfree.chart.JFreeChart
- The default background image.
- DEFAULT_BACKGROUND_IMAGE_ALIGNMENT - Static variable in class org.jfree.chart.JFreeChart
- The default background image alignment.
- DEFAULT_BACKGROUND_IMAGE_ALPHA - Static variable in class org.jfree.chart.JFreeChart
- The default background image alpha.
- DEFAULT_BACKGROUND_PAINT - Static variable in class org.jfree.chart.DefaultOldLegend
- The default background paint.
- DEFAULT_BACKGROUND_PAINT - Static variable in class org.jfree.chart.JFreeChart
- The default background color.
- DEFAULT_BACKGROUND_PAINT - Static variable in class org.jfree.chart.StandardLegend
- The default background paint.
- DEFAULT_BUFFER_USED - Static variable in class org.jfree.chart.ChartPanel
- Default setting for buffer usage.
- DEFAULT_BUFFER_USED - Static variable in interface org.jfree.chart.ChartPanelConstants
- Default setting for buffer usage.
- DEFAULT_HEIGHT - Static variable in class org.jfree.chart.ChartPanel
- The default panel height.
- DEFAULT_HEIGHT - Static variable in interface org.jfree.chart.ChartPanelConstants
- The default panel height.
- DEFAULT_INNER_GAP - Static variable in class org.jfree.chart.StandardLegend
- The default inner gap.
- DEFAULT_ITEM_FONT - Static variable in class org.jfree.chart.DefaultOldLegend
- The default item font.
- DEFAULT_ITEM_FONT - Static variable in class org.jfree.chart.StandardLegend
- The default item font.
- DEFAULT_MARGIN - Static variable in class org.jfree.chart.DefaultOldLegend
- The default margin (space around the outside of the legend).
- DEFAULT_MAXIMUM_DRAW_HEIGHT - Static variable in class org.jfree.chart.ChartPanel
- The default limit below which chart scaling kicks in.
- DEFAULT_MAXIMUM_DRAW_HEIGHT - Static variable in interface org.jfree.chart.ChartPanelConstants
- The default limit below which chart scaling kicks in.
- DEFAULT_MAXIMUM_DRAW_WIDTH - Static variable in class org.jfree.chart.ChartPanel
- The default limit below which chart scaling kicks in.
- DEFAULT_MAXIMUM_DRAW_WIDTH - Static variable in interface org.jfree.chart.ChartPanelConstants
- The default limit below which chart scaling kicks in.
- DEFAULT_MINIMUM_DRAW_HEIGHT - Static variable in class org.jfree.chart.ChartPanel
- The default limit below which chart scaling kicks in.
- DEFAULT_MINIMUM_DRAW_HEIGHT - Static variable in interface org.jfree.chart.ChartPanelConstants
- The default limit below which chart scaling kicks in.
- DEFAULT_MINIMUM_DRAW_WIDTH - Static variable in class org.jfree.chart.ChartPanel
- The default limit below which chart scaling kicks in.
- DEFAULT_MINIMUM_DRAW_WIDTH - Static variable in interface org.jfree.chart.ChartPanelConstants
- The default limit below which chart scaling kicks in.
- DEFAULT_OUTER_GAP - Static variable in class org.jfree.chart.StandardLegend
- The default outer gap.
- DEFAULT_OUTLINE_PAINT - Static variable in class org.jfree.chart.DefaultOldLegend
- The default outline paint.
- DEFAULT_OUTLINE_PAINT - Static variable in class org.jfree.chart.StandardLegend
- The default outline paint.
- DEFAULT_OUTLINE_STROKE - Static variable in class org.jfree.chart.DefaultOldLegend
- The default outline stroke.
- DEFAULT_OUTLINE_STROKE - Static variable in class org.jfree.chart.StandardLegend
- The default outline stroke.
- DEFAULT_PADDING - Static variable in class org.jfree.chart.DefaultOldLegend
- The default inner gap.
- DEFAULT_TITLE_FONT - Static variable in class org.jfree.chart.DefaultOldLegend
- The default title font.
- DEFAULT_TITLE_FONT - Static variable in class org.jfree.chart.JFreeChart
- The default font for titles.
- DEFAULT_TITLE_FONT - Static variable in class org.jfree.chart.StandardLegend
- The default title font.
- DEFAULT_WIDTH - Static variable in class org.jfree.chart.ChartPanel
- The default panel width.
- DEFAULT_WIDTH - Static variable in interface org.jfree.chart.ChartPanelConstants
- The default panel width.
- DEFAULT_ZOOM_TRIGGER_DISTANCE - Static variable in class org.jfree.chart.ChartPanel
- The minimum size required to perform a zoom on a rectangle
- DEFAULT_ZOOM_TRIGGER_DISTANCE - Static variable in interface org.jfree.chart.ChartPanelConstants
- The minimum size required to perform a zoom on a rectangle
- DefaultOldLegend - class org.jfree.chart.DefaultOldLegend.
- A chart legend shows the names and visual representations of the series that are plotted in a chart.
- DefaultOldLegend() - Constructor for class org.jfree.chart.DefaultOldLegend
- Constructs a new legend with default settings.
- DefaultShapeFactory - class org.jfree.chart.DefaultShapeFactory.
- Deprecated. No longer used. Shapes are supplied by the DrawingSupplier if necessary.
- DefaultShapeFactory() - Constructor for class org.jfree.chart.DefaultShapeFactory
- Deprecated.
- DrawableLegendItem - class org.jfree.chart.DrawableLegendItem.
- This class contains a single legend item along with position details for drawing the item on a particular chart.
- DrawableLegendItem(LegendItem) - Constructor for class org.jfree.chart.DrawableLegendItem
- Create a legend item.
- description - Variable in class org.jfree.chart.LegendItem
- The description (not currently used - could be displayed as a tool tip).
- dimension - Variable in class org.jfree.chart.StandardLegendItemLayout
- A constraint on one of the dimesions in the layout.
- displayPopupMenu(int, int) - Method in class org.jfree.chart.ChartPanel
- The idea is to modify the zooming options depending on the type of chart being displayed by the panel.
- displaySeriesLines - Variable in class org.jfree.chart.StandardLegend
- A flag that controls whether the legend displays the series line
- displaySeriesShapes - Variable in class org.jfree.chart.StandardLegend
- A flag that controls whether the legend displays the series shapes.
- doHorizontalLayout(LegendItemCollection) - Method in class org.jfree.chart.StandardLegendItemLayout
- Lays out the items horizontally, with a constraint on the width.
- doSaveAs() - Method in class org.jfree.chart.ChartPanel
- Opens a file chooser and gives the user an opportunity to save the chart in PNG format.
- doVerticalLayout(LegendItemCollection) - Method in class org.jfree.chart.StandardLegendItemLayout
- Lays out the items vertically, with a constraint on the height.
- domainZoomable - Variable in class org.jfree.chart.ChartPanel
- A flag that controls whether or not domain zooming is enabled.
- draw(Graphics2D, Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.ClipPath
- Draws the clip path.
- draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.DefaultOldLegend
- Draws the legend on a Java 2D graphics device (such as the screen or a printer).
- draw(Graphics2D, Rectangle2D, boolean, boolean, ChartRenderingInfo) - Method in class org.jfree.chart.DefaultOldLegend
- Draws the legend.
- draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.JFreeChart
- Draws the chart on a Java 2D graphics device (such as the screen or a printer).
- draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
- Draws the chart on a Java 2D graphics device (such as the screen or a printer).
- draw(Graphics2D, Rectangle2D, Point2D, ChartRenderingInfo) - Method in class org.jfree.chart.JFreeChart
- Draws the chart on a Java 2D graphics device (such as the screen or a printer).
- draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.Legend
- Draws the legend on a Java 2D graphics device (such as the screen or a printer).
- draw(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.MeterLegend
- Draws the legend.
- draw(Graphics2D, Rectangle2D, boolean, boolean) - Method in class org.jfree.chart.MeterLegend
- Draws the legend.
- draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.OldLegend
- Draws the legend on a Java 2D graphics device (such as the screen or a printer).
- draw(Graphics2D, Rectangle2D, ChartRenderingInfo) - Method in class org.jfree.chart.StandardLegend
- Draws the legend on a Java 2D graphics device (such as the screen or a printer).
- draw(Graphics2D, Rectangle2D, boolean, boolean, ChartRenderingInfo) - Method in class org.jfree.chart.StandardLegend
- Draws the legend.
- drawHorizontalAxisTrace(int) - Method in class org.jfree.chart.ChartPanel
- Draws a vertical line used to trace the mouse position to the horizontal axis.
- drawLegendBox(Graphics2D, RectangularShape) - Method in class org.jfree.chart.DefaultOldLegend
- Draws the bounding box for the legend.
- drawLegendBox(Graphics2D, RectangularShape) - Method in class org.jfree.chart.StandardLegend
- Draws the bounding box for the legend.
- drawLegendTitle(Graphics2D, DrawableLegendItem) - Method in class org.jfree.chart.DefaultOldLegend
- Draws the legend title.
- drawLegendTitle(Graphics2D, DrawableLegendItem) - Method in class org.jfree.chart.StandardLegend
- Draws the legend title.
- drawPaint - Variable in class org.jfree.chart.ClipPath
- The draw paint.
- drawPath - Variable in class org.jfree.chart.ClipPath
- Controls whether the path is drawn as an outline.
- drawSeriesElements(Graphics2D, List, Point2D, ChartRenderingInfo) - Method in class org.jfree.chart.DefaultOldLegend
- Draws the series elements.
- drawSeriesElements(Graphics2D, List, Point2D, ChartRenderingInfo) - Method in class org.jfree.chart.StandardLegend
- Draws the series elements.
- drawStroke - Variable in class org.jfree.chart.ClipPath
- The draw stroke.
- drawTitle(Title, Graphics2D, Rectangle2D, boolean) - Method in class org.jfree.chart.JFreeChart
- Draws a title.
- drawVerticalAxisTrace(int) - Method in class org.jfree.chart.ChartPanel
- Draws a horizontal line used to trace the mouse position to the vertical axis.
E
- EAST - Static variable in class org.jfree.chart.Legend
- Constant anchor value for legend position EAST.
- EAST - Static variable in class org.jfree.chart.OldLegend
- Constant anchor value for legend position EAST.
- EAST_NORTHEAST - Static variable in class org.jfree.chart.Legend
- Constant anchor value for legend position EAST_NORTHEAST.
- EAST_NORTHEAST - Static variable in class org.jfree.chart.OldLegend
- Constant anchor value for legend position EAST_NORTHEAST.
- EAST_SOUTHEAST - Static variable in class org.jfree.chart.Legend
- Constant anchor value for legend position EAST_SOUTHEAST.
- EAST_SOUTHEAST - Static variable in class org.jfree.chart.OldLegend
- Constant anchor value for legend position EAST_SOUTHEAST.
- Effect3D - interface org.jfree.chart.Effect3D.
- An interface that should be implemented by renderers that use a 3D effect.
- encodeAsPNG(BufferedImage) - Static method in class org.jfree.chart.ChartUtilities
- Encodes a java.awt.image.BufferedImage to PNG format.
- encodeAsPNG(BufferedImage, boolean, int) - Static method in class org.jfree.chart.ChartUtilities
- Encodes a java.awt.image.BufferedImage to PNG format.
- enforceFileExtensions - Variable in class org.jfree.chart.ChartPanel
- A flag that controls whether or not file extensions are enforced.
- entities - Variable in class org.jfree.chart.ChartRenderingInfo
- Storage for the chart entities.
- entity - Variable in class org.jfree.chart.ChartMouseEvent
- The chart entity (if any).
- equals(Object) - Method in class org.jfree.chart.ChartRenderingInfo
- Tests this object for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart.DefaultOldLegend
- Tests an object for equality with this legend.
- equals(Object) - Method in class org.jfree.chart.JFreeChart
- Tests this chart for equality with another object.
- equals(Object) - Method in class org.jfree.chart.Legend
- Tests this legend for equality with another object.
- equals(Object) - Method in class org.jfree.chart.LegendItem
- Tests this item for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart.LegendItemCollection
- Tests this collection for equality with an arbitrary object.
- equals(Object) - Method in class org.jfree.chart.LegendRenderingOrder
- Returns
trueif this object is equal to the specified object, andfalseotherwise. - equals(Object) - Method in class org.jfree.chart.OldLegend
- Tests this legend for equality with another object.
- equals(Object) - Method in class org.jfree.chart.StandardLegend
- Tests an object for equality with this legend.
F
- fillPaint - Variable in class org.jfree.chart.ClipPath
- The fill paint.
- fillPaint - Variable in class org.jfree.chart.LegendItem
- The paint.
- fillPath - Variable in class org.jfree.chart.ClipPath
- Controls whether the path is filled.
- fillZoomRectangle - Variable in class org.jfree.chart.ChartPanel
- Controls if the zoom rectangle is drawn as an outline or filled.
- fireChartChanged() - Method in class org.jfree.chart.JFreeChart
- Sends a default org.jfree.chart.event.ChartChangeEvent to all registered listeners.
G
- generateClipPath(Rectangle2D, ValueAxis, ValueAxis) - Method in class org.jfree.chart.ClipPath
- Generates the clip path.
- get(int) - Method in class org.jfree.chart.LegendItemCollection
- Returns a legend item from the collection.
- getAnchor() - Method in class org.jfree.chart.ChartPanel
- Returns the anchor point.
- getAnchor() - Method in class org.jfree.chart.Legend
- Returns the current anchor of this legend.
- getAnchor() - Method in class org.jfree.chart.OldLegend
- Returns the current anchor of this legend.
- getAntiAlias() - Method in class org.jfree.chart.JFreeChart
- Returns a flag that indicates whether or not anti-aliasing is used when the chart is drawn.
- getBackgroundImage() - Method in class org.jfree.chart.JFreeChart
- Returns the background image for the chart, or
nullif there is no image. - getBackgroundImageAlignment() - Method in class org.jfree.chart.JFreeChart
- Returns the background image alignment.
- getBackgroundImageAlpha() - Method in class org.jfree.chart.JFreeChart
- Returns the alpha-transparency for the chart's background image.
- getBackgroundPaint() - Method in class org.jfree.chart.DefaultOldLegend
- Returns the background paint for the legend.
- getBackgroundPaint() - Method in class org.jfree.chart.JFreeChart
- Returns the paint used for the chart background.
- getBackgroundPaint() - Method in class org.jfree.chart.StandardLegend
- Returns the background paint for the legend.
- getBorderPaint() - Method in class org.jfree.chart.JFreeChart
- Returns the paint used to draw the chart border (if visible).
- getBorderStroke() - Method in class org.jfree.chart.JFreeChart
- Returns the stroke used to draw the chart border (if visible).
- getBoundingBoxArcHeight() - Method in class org.jfree.chart.DefaultOldLegend
- Returns the height of the arc used to round off the corners of the bounding box.
- getBoundingBoxArcHeight() - Method in class org.jfree.chart.StandardLegend
- Returns the height of the arc used to round off the corners of the bounding box.
- getBoundingBoxArcWidth() - Method in class org.jfree.chart.DefaultOldLegend
- Returns the width of the arc used to round off the corners of the bounding box.
- getBoundingBoxArcWidth() - Method in class org.jfree.chart.StandardLegend
- Returns the width of the arc used to round off the corners of the bounding box.
- getCategoryPlot() - Method in class org.jfree.chart.JFreeChart
- Returns the plot cast as a org.jfree.chart.plot.CategoryPlot.
- getChart() - Method in class org.jfree.chart.ChartMouseEvent
- Returns the chart that the mouse event relates to.
- getChart() - Method in class org.jfree.chart.ChartPanel
- Returns the chart contained in the panel.
- getChart() - Method in class org.jfree.chart.Legend
- Returns the chart that this legend belongs to.
- getChart() - Method in class org.jfree.chart.OldLegend
- Returns the chart that this legend belongs to.
- getChartArea() - Method in class org.jfree.chart.ChartRenderingInfo
- Returns the area in which the chart was drawn.
- getChartPanel() - Method in class org.jfree.chart.ChartFrame
- Returns the chart panel for the frame.
- getChartRenderingInfo() - Method in class org.jfree.chart.ChartPanel
- Returns the chart rendering info from the most recent chart redraw.
- getComposite() - Method in class org.jfree.chart.ClipPath
- Returns the composite.
- getDescription() - Method in class org.jfree.chart.LegendItem
- Returns the description for the legend item.
- getDismissDelay() - Method in class org.jfree.chart.ChartPanel
- Returns the dismissal tooltip delay value used inside this chart panel.
- getDisplaySeriesLines() - Method in class org.jfree.chart.StandardLegend
- Returns a flag that controls whether or not the legend displays the series line stroke.
- getDisplaySeriesShapes() - Method in class org.jfree.chart.StandardLegend
- Returns a flag that controls whether or not the legend displays the series shapes.
- getDrawPaint() - Method in class org.jfree.chart.ClipPath
- Returns the drawPaint.
- getDrawStroke() - Method in class org.jfree.chart.ClipPath
- Returns the drawStroke.
- getEntity() - Method in class org.jfree.chart.ChartMouseEvent
- Returns the chart entity (if any) under the mouse point.
- getEntityCollection() - Method in class org.jfree.chart.ChartRenderingInfo
- Returns the collection of entities maintained by this instance.
- getEntityForPoint(int, int) - Method in class org.jfree.chart.ChartPanel
- Returns the chart entity at a given point.
- getFillPaint() - Method in class org.jfree.chart.ClipPath
- Returns the fillPaint.
- getFillPaint() - Method in class org.jfree.chart.LegendItem
- Returns the fill paint.
- getFillZoomRectangle() - Method in class org.jfree.chart.ChartPanel
- Returns the flag that controls whether or not the zoom rectangle is filled when drawn.
- getHeight() - Method in class org.jfree.chart.DrawableLegendItem
- Get the height of this item.
- getHorizontalAxisTrace() - Method in class org.jfree.chart.ChartPanel
- Returns the flag that controls whether or not a horizontal axis trace line is drawn over the plot area at the current mouse location.
- getHorizontalTraceLine() - Method in class org.jfree.chart.ChartPanel
- Returns the horizontal trace line.
- getImageMap(String, ChartRenderingInfo) - Static method in class org.jfree.chart.ChartUtilities
- Creates an HTML image map.
- getImageMap(String, ChartRenderingInfo, ToolTipTagFragmentGenerator, URLTagFragmentGenerator) - Static method in class org.jfree.chart.ChartUtilities
- Creates an HTML image map.
- getInitialDelay() - Method in class org.jfree.chart.ChartPanel
- Returns the initial tooltip delay value used inside this chart panel.
- getInnerGap() - Method in class org.jfree.chart.StandardLegend
- Returns the inner gap for the legend.
- getItem() - Method in class org.jfree.chart.DrawableLegendItem
- Returns the legend item.
- getItemCount() - Method in class org.jfree.chart.LegendItemCollection
- Returns the number of legend items in the collection.
- getItemFont() - Method in class org.jfree.chart.DefaultOldLegend
- Returns the series label font.
- getItemFont() - Method in class org.jfree.chart.StandardLegend
- Returns the series label font.
- getItemPaint() - Method in class org.jfree.chart.DefaultOldLegend
- Returns the series label paint.
- getItemPaint() - Method in class org.jfree.chart.StandardLegend
- Returns the series label paint.
- getLabel() - Method in class org.jfree.chart.LegendItem
- Returns the label.
- getLabelPosition() - Method in class org.jfree.chart.DrawableLegendItem
- Returns the label position.
- getLegend() - Method in class org.jfree.chart.JFreeChart
- Returns the legend for the chart, if there is one.
- getLegend(int) - Method in class org.jfree.chart.JFreeChart
- Returns the nth legend for a chart, or
null. - getLegendItems() - Method in interface org.jfree.chart.LegendItemSource
- Returns a (possibly empty) collection of legend items.
- getLegendText() - Method in class org.jfree.chart.MeterLegend
- Returns the legend text.
- getLine() - Method in class org.jfree.chart.DrawableLegendItem
- Returns the list.
- getLine() - Method in class org.jfree.chart.LegendItem
- Returns the line.
- getLinePaint() - Method in class org.jfree.chart.LegendItem
- Returns the paint used for lines.
- getLineStroke() - Method in class org.jfree.chart.LegendItem
- Returns the line stroke for the series.
- getLogo() - Method in class org.jfree.chart.JFreeChartInfo
- Returns the JFreeChart logo (a picture of a gorilla).
- getMargin() - Method in class org.jfree.chart.DefaultOldLegend
- Returns the margin for the legend.
- getMarker() - Method in class org.jfree.chart.DrawableLegendItem
- Get the marker.
- getMaxX() - Method in class org.jfree.chart.DrawableLegendItem
- Returns the largest X coordinate of the framing rectangle of this legend item.
- getMaxY() - Method in class org.jfree.chart.DrawableLegendItem
- Returns the largest Y coordinate of the framing rectangle of this legend item.
- getMaximumDrawHeight() - Method in class org.jfree.chart.ChartPanel
- Returns the maximum drawing height for charts.
- getMaximumDrawWidth() - Method in class org.jfree.chart.ChartPanel
- Returns the maximum drawing width for charts.
- getMinimumDrawHeight() - Method in class org.jfree.chart.ChartPanel
- Returns the minimum drawing height for charts.
- getMinimumDrawWidth() - Method in class org.jfree.chart.ChartPanel
- Returns the minimum drawing width for charts.
- getOldLegend() - Method in class org.jfree.chart.JFreeChart
- Returns the chart legend.
- getOuterGap() - Method in class org.jfree.chart.StandardLegend
- Returns the outer gap for the legend.
- getOutlinePaint() - Method in class org.jfree.chart.DefaultOldLegend
- Returns the outline paint.
- getOutlinePaint() - Method in class org.jfree.chart.LegendItem
- Returns the outline paint.
- getOutlinePaint() - Method in class org.jfree.chart.StandardLegend
- Returns the outline paint.
- getOutlineShapes() - Method in class org.jfree.chart.StandardLegend
- Returns the flag that indicates whether or not outlines are drawn around shapes.
- getOutlineStroke() - Method in class org.jfree.chart.DefaultOldLegend
- Returns the outline stroke.
- getOutlineStroke() - Method in class org.jfree.chart.LegendItem
- Returns the outline stroke.
- getOutlineStroke() - Method in class org.jfree.chart.StandardLegend
- Returns the outline stroke.
- getPadding() - Method in class org.jfree.chart.DefaultOldLegend
- Returns the padding for the legend.
- getPlot() - Method in class org.jfree.chart.JFreeChart
- Returns the plot for the chart.
- getPlotArea() - Method in class org.jfree.chart.ChartRenderingInfo
- Returns the area in which the plot (and axes, if any) were drawn.
- getPlotInfo() - Method in class org.jfree.chart.ChartRenderingInfo
- Returns the rendering info for the chart's plot.
- getPointInRectangle(int, int, Rectangle2D) - Method in class org.jfree.chart.ChartPanel
- Returns a point based on (x, y) but constrained to be within the bounds of the given rectangle.
- getPopupMenu() - Method in class org.jfree.chart.ChartPanel
- Returns the popup menu.
- getPopupMenuItem(JPopupMenu, String) - Method in class org.jfree.chart.PolarChartPanel
- Returns the index of an item in a popup menu.
- getPreferredWidth() - Method in class org.jfree.chart.DefaultOldLegend
- Returns the preferred width of the legend bounding box if such width
has been defined; otherwise returns
NO_PREFERRED_WIDTH. - getPreferredWidth() - Method in class org.jfree.chart.StandardLegend
- Returns the preferred width of the legend bounding box if such width
has been defined; otherwise returns
NO_PREFERRED_WIDTH. - getRefreshBuffer() - Method in class org.jfree.chart.ChartPanel
- Returns the flag that controls whether or not the offscreen buffer needs to be refreshed.
- getRenderingHints() - Method in class org.jfree.chart.JFreeChart
- Returns the collection of rendering hints for the chart.
- getRenderingOrder() - Method in class org.jfree.chart.DefaultOldLegend
- Returns the legend rendering order.
- getRenderingOrder() - Method in class org.jfree.chart.StandardLegend
- Returns the legend rendering order.
- getReshowDelay() - Method in class org.jfree.chart.ChartPanel
- Returns the reshow tooltip delay value used inside this chart panel.
- getScaleX() - Method in class org.jfree.chart.ChartPanel
- Returns the X scale factor for the chart.
- getScaleY() - Method in class org.jfree.chart.ChartPanel
- Returns the Y scale factory for the chart.
- getScreenDataArea() - Method in class org.jfree.chart.ChartPanel
- Returns the data area for the chart (the area inside the axes) with the current scaling applied (that is, the area as it appears on screen).
- getScreenDataArea(int, int) - Method in class org.jfree.chart.ChartPanel
- Returns the data area (the area inside the axes) for the plot or subplot, with the current scaling applied.
- getShape(int, int, double, double, double) - Method in class org.jfree.chart.DefaultShapeFactory
- Deprecated. Returns a Shape that can be used in plotting data.
- getShape(int, Object, double, double, double) - Method in class org.jfree.chart.DefaultShapeFactory
- Deprecated. Returns a Shape that can be used in plotting data.
- getShape() - Method in class org.jfree.chart.LegendItem
- Returns the shape used to label the series represented by this legend item.
- getShape(int, int, double, double, double) - Method in class org.jfree.chart.SeriesShapeFactory
- Deprecated. Returns a Shape that can be used in plotting data.
- getShape(int, Object, double, double, double) - Method in class org.jfree.chart.SeriesShapeFactory
- Deprecated. Returns a Shape that can be used in plotting data.
- getShape(int, int, double, double, double) - Method in interface org.jfree.chart.ShapeFactory
- Deprecated. Returns a Shape that can be used in plotting data.
- getShape(int, Object, double, double, double) - Method in interface org.jfree.chart.ShapeFactory
- Deprecated. Returns a Shape that can be used in plotting data.
- getShapeOutlinePaint() - Method in class org.jfree.chart.StandardLegend
- Returns the paint used to outline shapes.
- getShapeOutlineStroke() - Method in class org.jfree.chart.StandardLegend
- Returns the stroke used to outline shapes.
- getShapeScaleX() - Method in class org.jfree.chart.DefaultOldLegend
- Returns the x scale factor for shapes displayed in the legend.
- getShapeScaleX() - Method in class org.jfree.chart.StandardLegend
- Returns the x scale factor for shapes displayed in the legend.
- getShapeScaleY() - Method in class org.jfree.chart.DefaultOldLegend
- Returns the y scale factor for shapes displayed in the legend.
- getShapeScaleY() - Method in class org.jfree.chart.StandardLegend
- Returns the y scale factor for shapes displayed in the legend.
- getSubtitle(int) - Method in class org.jfree.chart.JFreeChart
- Returns a chart subtitle.
- getSubtitleCount() - Method in class org.jfree.chart.JFreeChart
- Returns the number of titles for the chart.
- getSubtitles() - Method in class org.jfree.chart.JFreeChart
- Returns the list of subtitles for the chart.
- getTitle() - Method in class org.jfree.chart.DefaultOldLegend
- Gets the title for the legend.
- getTitle() - Method in class org.jfree.chart.JFreeChart
- Returns the main chart title.
- getTitle() - Method in class org.jfree.chart.StandardLegend
- Gets the title for the legend.
- getTitleFont() - Method in class org.jfree.chart.DefaultOldLegend
- Returns the title font.
- getTitleFont() - Method in class org.jfree.chart.StandardLegend
- Returns the title font.
- getToolTipText(MouseEvent) - Method in class org.jfree.chart.ChartPanel
- Returns a string for the tooltip.
- getToolTipText() - Method in class org.jfree.chart.LegendItem
- Returns the tool tip text.
- getTrigger() - Method in class org.jfree.chart.ChartMouseEvent
- Returns the mouse event that triggered this event.
- getURLText() - Method in class org.jfree.chart.LegendItem
- Returns the URL text.
- getVerticalAxisTrace() - Method in class org.jfree.chart.ChartPanel
- Returns the flag that controls whether or not a vertical axis trace line is drawn over the plot area at the current mouse location.
- getVerticalTraceLine() - Method in class org.jfree.chart.ChartPanel
- Returns the vertical trace line.
- getWidth() - Method in class org.jfree.chart.DrawableLegendItem
- Get the width of this item.
- getX() - Method in class org.jfree.chart.DrawableLegendItem
- Get the x-coordinate for the item's location.
- getXOffset() - Method in interface org.jfree.chart.