Class EditorImageDefinition

All Implemented Interfaces:
IEditorImage, ILastVerified, IExtendsSelection, IPropDesigner, IPropUndoContext, EventListener, IAssetReferenceListener, IGProp<GProp<?>[]>, IImageTarget, IPropCnr, Cloneable, IAdaptable

public class EditorImageDefinition extends ImageDefinition implements IPropDesigner, IPropUndoContext, IExtendsSelection, ILastVerified, IEditorImage
This Image Definition part property container for the Editor.
 Single Image Definition:
 ------------------------

  EditorImageDefinition
      !
      +-- EditorImageStyle
 
  • Constructor Details

    • EditorImageDefinition

      public EditorImageDefinition()
      Creates the Image Definition property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • EditorImageDefinition

      public EditorImageDefinition(Atom propertyAtom)
      Creates the 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