Class PlotPanelFreeChart.PointOfInterest

  • Enclosing class:
    PlotPanelFreeChart

    public class PlotPanelFreeChart.PointOfInterest
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.awt.Color color
      Color for the point of interes
      boolean drawLine  
      java.lang.String label  
      boolean showLabel  
      java.lang.Double value
      The value of the point.
      java.lang.Float width
      should be around 1-4 pixels
    • Constructor Summary

      Constructors 
      Constructor Description
      PointOfInterest()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • drawLine

        public boolean drawLine
      • showLabel

        public boolean showLabel
      • label

        public java.lang.String label
      • value

        public java.lang.Double value
        The value of the point.
      • color

        public java.awt.Color color
        Color for the point of interes
      • width

        public java.lang.Float width
        should be around 1-4 pixels
    • Constructor Detail

      • PointOfInterest

        public PointOfInterest()