Uses of Interface
org.jfree.chart.imagemap.URLTagFragmentGenerator
Packages that use URLTagFragmentGenerator
Package
Description
Core classes, including
JFreeChart and
ChartPanel.Classes representing components of (or entities in) a chart.
Classes, including
ImageMapUtils, for creating HTML image maps.-
Uses of URLTagFragmentGenerator in org.jfree.chart
Methods in org.jfree.chart with parameters of type URLTagFragmentGeneratorModifier and TypeMethodDescriptionstatic StringChartUtils.getImageMap(String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator) Creates an HTML image map.static voidChartUtils.writeImageMap(PrintWriter writer, String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator) Writes an image map to the specified writer. -
Uses of URLTagFragmentGenerator in org.jfree.chart.entity
Methods in org.jfree.chart.entity with parameters of type URLTagFragmentGeneratorModifier and TypeMethodDescriptionChartEntity.getImageMapAreaTag(ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator) Returns an HTML image map tag for this entity. -
Uses of URLTagFragmentGenerator in org.jfree.chart.imagemap
Classes in org.jfree.chart.imagemap that implement URLTagFragmentGeneratorModifier and TypeClassDescriptionclassGenerates URLs using the HTML href attribute for image map area tags.Methods in org.jfree.chart.imagemap with parameters of type URLTagFragmentGeneratorModifier and TypeMethodDescriptionstatic StringImageMapUtils.getImageMap(String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator) Creates an image map element that complies with the XHTML 1.0 specification.static voidImageMapUtils.writeImageMap(PrintWriter writer, String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator) Writes an image map to an output stream.