Class GeometryStylesModel

    • Constructor Detail

      • GeometryStylesModel

        public GeometryStylesModel()
    • Method Detail

      • add

        public void add(GeometryStyle style)
        Add this style.
        Parameters:
        style - the style to add.
      • getSize

        public int getSize()
      • removeListDataListener

        public void removeListDataListener(ListDataListener l)
      • getStyleByName

        public GeometryStyle getStyleByName(String name)
        Get the style by the denoted name.
        Parameters:
        name - the name to retrieve a style for.
        Returns:
        the style or null.