Class Annotation

    • Field Detail

      • isVisible

        protected boolean isVisible
      • isValueInScreenSpace

        protected boolean isValueInScreenSpace
      • chart

        protected Chart chart
      • styler

        protected Styler styler
      • bounds

        protected java.awt.geom.Rectangle2D bounds
    • Constructor Detail

      • Annotation

        public Annotation​(boolean isValueInScreenSpace)
    • Method Detail

      • init

        public void init​(Chart chart)
      • getBounds

        public java.awt.geom.Rectangle2D getBounds()
        Specified by:
        getBounds in interface ChartPart
      • setVisible

        public void setVisible​(boolean visible)
      • getXAxisScreenValue

        protected int getXAxisScreenValue​(double chartSpaceValue)
      • getYAxisScreenValue

        protected int getYAxisScreenValue​(double chartSpaceValue)
      • getXAxisScreenValueForMax

        protected int getXAxisScreenValueForMax()
      • getXAxisScreenValueForMin

        protected int getXAxisScreenValueForMin()
      • getYAxisScreenValueForMax

        protected int getYAxisScreenValueForMax()
      • getYAxisScreenValueForMin

        protected int getYAxisScreenValueForMin()