Class Size

java.lang.Object
com.orchestranetworks.ui.base.Size

public final class Size extends Object
The size object is used to specify the size of a few form components.

Many units are available.

Since:
5.3.0
  • Constructor Details

    • Size

      public Size(int aValue, Size.Unit aUnit)
      Parameters:
      aValue - the value of the size (must be positive).
      aUnit - the unit of the size.