Class Halo

    • Constructor Detail

      • Halo

        public Halo()
    • Method Detail

      • getHaloAttributes

        public HaloAttributes getHaloAttributes()
        Returns the attribute of a Halo options

        Default: an instance of HaloAttributes.

      • setHaloAttributes

        public void setHaloAttributes​(HaloAttributes attributes)
        Sets the attribute of a Halo options
        Parameters:
        attributes - The attribute of a Halo options
      • getOpacity

        public Number getOpacity()
        Returns the opacity for the halo.

        Default: 0.25.

      • setOpacity

        public void setOpacity​(Number opacity)
        Sets the opacity for the halo.
        Parameters:
        opacity - The opacity for the halo. Defaults to 0.25.
      • getSize

        public Number getSize()
        Returns the pixel size of the halo. For point markers this is the radius of the halo. For pie slices it is the width of the halo outside the slice. For bubbles it is the width of the halo outside the bubble.

        Default: null.

      • setSize

        public void setSize​(Number size)
        Sets the pixel size of the halo. For point markers this is the radius of the halo. For pie slices it is the width of the halo outside the slice. For bubbles it is the width of the halo outside the bubble.
        Parameters:
        size - the pixel size of the halo. For point markers this is the radius of the halo. For pie slices it is the width of the halo outside the slice. For bubbles it is the width of the halo outside the bubble.