Class ImageDefinition

All Implemented Interfaces:
EventListener, IAssetReferenceListener, IGProp<GProp<?>[]>, IImageTarget, IPropCnr, Cloneable
Direct Known Subclasses:
EditorImageDefinition

public class ImageDefinition extends AbstractImageDefinition implements IImageTarget, IAssetReferenceListener
Single image definition property container.
Author:
Christopher Mindus
  • Constructor Details

    • ImageDefinition

      public ImageDefinition()
      Creates the single image definition property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • ImageDefinition

      public ImageDefinition(Atom propertyAtom)
      Creates the single image definition property container with the specified name. All system-reserved names for components begins with "$".
      Parameters:
      propertyAtom - the name of the component, unique within it's parent.
  • Method Details