Example usage for org.jfree.chart.imagemap URLTagFragmentGenerator interface-usage

List of usage examples for org.jfree.chart.imagemap URLTagFragmentGenerator interface-usage

Introduction

In this page you can find the example usage for org.jfree.chart.imagemap URLTagFragmentGenerator interface-usage.

Usage

From source file lucee.runtime.chart.EmptyURLTagFragmentGenerator.java

public class EmptyURLTagFragmentGenerator implements URLTagFragmentGenerator {

    /**
      * Generates a URL string to go in an HTML image map.
      * @param urlText  the URL text (fully escaped).
      * @return The formatted text

From source file net.sf.jsfcomp.chartcreator.renderkit.ChartRenderer.java

class URLTagFragmentGenerator implements org.jfree.chart.imagemap.URLTagFragmentGenerator {

    private String chartId = null;

    public URLTagFragmentGenerator(String chartId) {
        this.chartId = chartId;