Class String4Prop

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

public class String4Prop extends MultiProp<String>
Property used by UI styles that has 4 settings/values for a String value that can be a combination of single unit or multiple, such as the border radius (corners) where the value in pixels is not used for calculations, thus only for HTML, and can therefore be stored as a pure String.
Author:
Christopher Mindus
  • Constructor Details

    • String4Prop

      public String4Prop()
      Creates a new 4-string property without name.
    • String4Prop

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