Class GlyphPropertiesList


  • public class GlyphPropertiesList
    extends Object
    Author:
    jfc173
    • Constructor Detail

      • GlyphPropertiesList

        public GlyphPropertiesList()
        Creates a new instance of GlyphPropertiesList
    • Method Detail

      • addProperty

        public void addProperty​(String name,
                                Class<?> type,
                                Object value)
      • getPropertyName

        public String getPropertyName​(int i)
        the index i starts counting at 0, not 1. A list with two properties has property 0 and property 1.
      • getPropertyIndex

        public int getPropertyIndex​(String name)
      • getPropertyType

        public Class getPropertyType​(int i)
        the index i starts counting at 0, not 1. A list with two properties has property 0 and property 1.
      • getPropertyType

        public Class getPropertyType​(String name)
      • hasProperty

        public boolean hasProperty​(String name)
      • getPropertyValue

        public Object getPropertyValue​(int i)
        the index i starts counting at 0, not 1. A list with two properties has property 0 and property 1.
      • getPropertyValue

        public Object getPropertyValue​(String name)
      • setPropertyValue

        public void setPropertyValue​(String name,
                                     int value)
      • setPropertyValue

        public void setPropertyValue​(String name,
                                     double value)
      • setPropertyValue

        public void setPropertyValue​(String name,
                                     Object value)