Documentation of 'org.opengis.go.display.style.Halo' Java class
Halo
org.opengis.go.display.style

Interface Halo



  • public interface Halo
    TEncapsulates the halo radius that can be applied to any text Graphic.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String RADIUS
      Halo radius attribute name.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      float getRadius()
      Returns the halo radius value.
      boolean isRadiusSet()
      Returns whether the halo radius value has been set.
      void setRadius(float haloRadius)
      Sets the halo radius value.
      void setRadiusSet(boolean flag)
      Sets the fact that the halo radius value has been set.
    • Field Detail

      • RADIUS

        static final java.lang.String RADIUS
        Halo radius attribute name.
        See Also:
        Constant Field Values
    • Method Detail

      • getRadius

        float getRadius()
        Returns the halo radius value.
        Returns:
        the value of the halo radius.
      • isRadiusSet

        boolean isRadiusSet()
        Returns whether the halo radius value has been set.
        Returns:
        true if the halo radius value has been set, false otherwise.
      • setRadius

        void setRadius(float haloRadius)
        Sets the halo radius value.
        Parameters:
        haloRadius - the value of the halo radius.
      • setRadiusSet

        void setRadiusSet(boolean flag)
        Sets the fact that the halo radius value has been set.
        Parameters:
        flag - true if the halo radius value has been set, false otherwise.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.