Class PlotContent_Category_Bar<ST extends CategoryStyler,​S extends CategorySeries>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doPaint​(java.awt.Graphics2D g)  
      private void drawLabels​(java.awt.Graphics2D g, java.lang.Number next, double xOffset, double yOffset, double zeroOffset, double barWidth, boolean showStackSum, boolean isTotalAnnotations, java.awt.Color seriesColor)  
      private void drawStepBar​(java.awt.Graphics2D g, S series, java.util.ArrayList<java.awt.geom.Point2D.Double> path, java.util.ArrayList<java.awt.geom.Point2D.Double> returnPath)  
      private void drawStepBarFill​(java.awt.Graphics2D g, S series, java.awt.geom.Path2D.Double path)  
      private void drawStepBarLine​(java.awt.Graphics2D g, S series, java.awt.geom.Path2D.Double path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlotContent_Category_Bar

        PlotContent_Category_Bar​(Chart<ST,​S> chart)
        Constructor
        Parameters:
        chart -
    • Method Detail

      • drawStepBarLine

        private void drawStepBarLine​(java.awt.Graphics2D g,
                                     S series,
                                     java.awt.geom.Path2D.Double path)
      • drawStepBarFill

        private void drawStepBarFill​(java.awt.Graphics2D g,
                                     S series,
                                     java.awt.geom.Path2D.Double path)
      • drawStepBar

        private void drawStepBar​(java.awt.Graphics2D g,
                                 S series,
                                 java.util.ArrayList<java.awt.geom.Point2D.Double> path,
                                 java.util.ArrayList<java.awt.geom.Point2D.Double> returnPath)
      • drawLabels

        private void drawLabels​(java.awt.Graphics2D g,
                                java.lang.Number next,
                                double xOffset,
                                double yOffset,
                                double zeroOffset,
                                double barWidth,
                                boolean showStackSum,
                                boolean isTotalAnnotations,
                                java.awt.Color seriesColor)