Class JFreeChartBarDiagramObjectDrawer

java.lang.Object
com.openhtmltopdf.objects.jfreechart.JFreeChartBarDiagramObjectDrawer
All Implemented Interfaces:
FSObjectDrawer

public class JFreeChartBarDiagramObjectDrawer extends Object implements FSObjectDrawer
  • Constructor Details

    • JFreeChartBarDiagramObjectDrawer

      public JFreeChartBarDiagramObjectDrawer()
  • Method Details

    • buildShapeLinkMap

      static Map<Shape,String> buildShapeLinkMap(org.jfree.chart.ChartRenderingInfo renderingInfo, int dotsPerPixel)
    • drawObject

      public Map<Shape,String> drawObject(Element e, double x, double y, double width, double height, OutputDevice outputDevice, RenderingContext ctx, int dotsPerPixel)
      Description copied from interface: FSObjectDrawer
      Perform your drawing.
      Specified by:
      drawObject in interface FSObjectDrawer
      Returns:
      null or a map of Shape => URL-String to annotate the drawing with links. The shapes must be relative to (x,y), i.e. (0,0) is at the corner (x,y). Also they should not extend (width,height). The links are only exported into the PDF and also only respected by Acrobat Reader.