Class ChartItem

  • Direct Known Subclasses:
    ChartFont, ChartStroke

    public abstract class ChartItem
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.awt.Paint DEFAULT_PAINT  
      private java.awt.Paint paint  
    • Constructor Summary

      Constructors 
      Constructor Description
      ChartItem()  
      ChartItem​(java.awt.Paint paint)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Paint getPaint()  
      void setupGraphics2D​(java.awt.Graphics2D graphics2D)
      Sets the Paint and Stroke implementations on the Graphics2D Object
      • Methods inherited from class java.lang.Object

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

      • DEFAULT_PAINT

        private static final java.awt.Paint DEFAULT_PAINT
      • paint

        private java.awt.Paint paint
    • Constructor Detail

      • ChartItem

        public ChartItem()
      • ChartItem

        public ChartItem​(java.awt.Paint paint)
    • Method Detail

      • getPaint

        public java.awt.Paint getPaint()
      • setupGraphics2D

        public void setupGraphics2D​(java.awt.Graphics2D graphics2D)
        Sets the Paint and Stroke implementations on the Graphics2D Object
        Parameters:
        graphics2D -