Class Color4Prop

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

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

    • Color4Prop

      public Color4Prop()
      Creates a new 4-color property without name.
    • Color4Prop

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