Class States

    • Constructor Detail

      • States

        public States()
    • Method Detail

      • getHover

        public State getHover()
        Returns the hover state. If null, it will create a new one.
      • setHover

        public void setHover​(State hover)
        Sets the hover state.
      • getInactive

        public State getInactive()
        Returns the opposite state of a hover for series. If null, it will create a new one.
        Since:
        7.2.1.0
      • setInactive

        public void setInactive​(State inactive)
        Sets the opposite state of a hover for series.
        Since:
        7.2.1.0
      • getNormal

        public State getNormal()
        Returns the normal state of a series, or for point items in column, pie and similar series. If null, it will create a new one. Currently only used for setting animation when returning to normal state from hover.
        Since:
        7.2.1.0
      • setNormal

        public void setNormal​(State normal)
        Sets the normal state of a series, or for point items in column, pie and similar series. Currently only used for setting animation when returning to normal state from hover.
        Since:
        7.2.1.0