Class Unit4Prop

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

public class Unit4Prop extends MultiProp<GUnit>
Property used by UI styles that has 4 settings/values for a unit, such as the border size (top/bottom/left/right).
Author:
Christopher Mindus
  • Constructor Details

    • Unit4Prop

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

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