Class FieldStyle

  • All Implemented Interfaces:
    java.io.Serializable

    public class FieldStyle
    extends java.lang.Object
    implements java.io.Serializable
    Field style
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String m_icon
      Icon
      java.lang.String m_maxValue
      Maximal value
      java.lang.String m_minValue
      Minimal value
      java.lang.String m_style
      Style
      java.lang.String m_value
      Value
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldStyle()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • m_value

        public java.lang.String m_value
        Value
      • m_style

        public java.lang.String m_style
        Style
      • m_icon

        public java.lang.String m_icon
        Icon
      • m_minValue

        public java.lang.String m_minValue
        Minimal value
      • m_maxValue

        public java.lang.String m_maxValue
        Maximal value
    • Constructor Detail

      • FieldStyle

        public FieldStyle()