List of usage examples for org.jfree.chart.labels PieToolTipGenerator interface-usage
From source file lucee.runtime.chart.PieToolTipGeneratorImpl.java
public class PieToolTipGeneratorImpl implements PieToolTipGenerator { private int labelFormat; /** * Constructor of the class
From source file gchisto.jfreechart.extensions.ChangingPieDatasetWithTTG.java
/** * * @author tony */ public interface ChangingPieDatasetWithTTG extends ChangingPieDataset, PieToolTipGenerator {
From source file org.openfaces.component.chart.impl.generators.DynamicPieGenerator.java
/** * @author Ekaterina Shliakhovetskaya */ public class DynamicPieGenerator implements PieToolTipGenerator, PieURLGenerator, PieSectionLabelGenerator, Serializable { private static final String SECTOR = "sector";
From source file org.pentaho.plugin.jfreereport.reportcharts.FormulaPieTooltipGenerator.java
public class FormulaPieTooltipGenerator implements PieToolTipGenerator { private FormulaExpression formulaExpression; private GenericExpressionRuntime runtime; private static final String[] ADDITIONAL_COLUMN_KEYS = new String[] { "chart::key", "chart::keys", "chart::item", "chart::items", "chart::pie-index" };
From source file com.twocents.report.charts.StandardPieItemLabelGenerator.java
/**
* A standard item label generator for plots that use data from a
* {@link PieDataset}.
* <p>
* For the label format, use {0} where the pie section key should be inserted,
* {1} for the absolute section value and {2} for the percent amount of the pie