Class DataLabelStyle

  • All Implemented Interfaces:
    Style

    public class DataLabelStyle
    extends java.lang.Object
    implements Style
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.awt.Color color  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Color getColor()  
      void paint​(Geometry geom, Viewport viewport, java.awt.Graphics2D g2d)  
      • Methods inherited from class java.lang.Object

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

      • color

        private java.awt.Color color
    • Constructor Detail

      • DataLabelStyle

        public DataLabelStyle​(java.awt.Color color)
      • DataLabelStyle

        public DataLabelStyle()
    • Method Detail

      • paint

        public void paint​(Geometry geom,
                          Viewport viewport,
                          java.awt.Graphics2D g2d)
        Specified by:
        paint in interface Style
      • getColor

        public java.awt.Color getColor()