Class Int4Prop

All Implemented Interfaces:
EventListener, IGProp<Object[]>, Cloneable

public class Int4Prop extends MultiProp<Integer>
Property used by UI styles that has 4 settings/values for an integer, such as the border style (top/bottom/left/right).
Author:
Christopher Mindus
  • Constructor Details

    • Int4Prop

      public Int4Prop()
      Creates a new 4-unit property without name.
    • Int4Prop

      public Int4Prop(Atom propertyAtom)
      Creates a new 4-unit property with a name.
      Parameters:
      propertyAtom - the property atom.
  • Method Details