Class BackgroundImageReference

All Implemented Interfaces:
EventListener, IFontConsumer, IGProp<ReferenceString>, IPropReference, IReferencingGProp, Cloneable

public class BackgroundImageReference extends ImageReference
The Background Image Reference extends normal Image Reference and only allows bitmap images, i.e. not font icons. It is used along with the URL for e.g. CSS 'background-image' with an URL.
Author:
Christopher Mindus
  • Constructor Details

    • BackgroundImageReference

      public BackgroundImageReference()
      Creates a Action Reference property with no name and with a null value.
    • BackgroundImageReference

      public BackgroundImageReference(Atom propertyAtom)
      Creates a Image Reference property with the specified name with a null value.
      Parameters:
      propertyAtom - the property atom.
    • BackgroundImageReference

      public BackgroundImageReference(Atom propertyAtom, String newValue)
      Creates a Image Reference property with the specified name and value.
      Parameters:
      propertyAtom - the property atom.
      newValue - the new string value for the property.
  • Method Details