Class ObjectField.Metrics

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ObjectField

    public class ObjectField.Metrics
    extends java.lang.Object
    implements java.io.Serializable
    Field metrics
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int formHeight
      Height of the form editor
      int formWidth
      Width of the form editor
      int listHeight
      Height of the list editor
      int listWidth
      Width of the list editor
    • Constructor Summary

      Constructors 
      Constructor Description
      Metrics()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • formWidth

        public int formWidth
        Width of the form editor
      • formHeight

        public int formHeight
        Height of the form editor
      • listWidth

        public int listWidth
        Width of the list editor
      • listHeight

        public int listHeight
        Height of the list editor
    • Constructor Detail

      • Metrics

        public Metrics()