Class EditorImageStyle

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

public class EditorImageStyle extends ImageStyle implements IPropDesigner, ILastVerified, IEditorImage
This Image Style property container has a style for a single image definition and an asset file reference.
  • Constructor Details

    • EditorImageStyle

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

      public EditorImageStyle(Atom propertyAtom)
      Creates the Image Style 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