Class GlyphProperty


  • public class GlyphProperty
    extends Object
    Author:
    jfc173
    • Constructor Summary

      Constructors 
      Constructor Description
      GlyphProperty​(String s, Class<?> c, Object o)
      Creates a new instance of GlyphProperty
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getName()  
      Class<?> getType()  
      Object getValue()  
      void setValue​(Object v)  
      • Methods inherited from class Object

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

      • GlyphProperty

        public GlyphProperty​(String s,
                             Class<?> c,
                             Object o)
        Creates a new instance of GlyphProperty
    • Method Detail

      • getName

        public String getName()
      • getType

        public Class<?> getType()
      • getValue

        public Object getValue()
      • setValue

        public void setValue​(Object v)