Class LegendAttribute.LegendAttributeValue

  • Enclosing class:
    LegendAttribute

    public static final class LegendAttribute.LegendAttributeValue
    extends java.lang.Object
    The data required to render a map legend.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      LegendAttribute.LegendAttributeValue[] classes
      Other embedded classes.
      java.lang.Double dpi
      DPI of the legend icons.
      java.net.URL[] icons
      Urls for downloading icons for each legend row.
      java.lang.String name
      Name of the legend class.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
        Name of the legend class.
      • dpi

        public java.lang.Double dpi
        DPI of the legend icons.
      • icons

        public java.net.URL[] icons
        Urls for downloading icons for each legend row.
    • Constructor Detail

      • LegendAttributeValue

        public LegendAttributeValue()