Class EditorImagesStyle

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

public class EditorImagesStyle extends ImagesStyle implements IPropDesigner, ILastVerified, IEditorImage, IImagesBase
This Images Style property has a multiple-image file for a style.
  • Constructor Details

    • EditorImagesStyle

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

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