Class EditorImagesResolution

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

public class EditorImagesResolution extends ImagesResolution implements IPropDesigner, ILastVerified, IEditorImage, IImagesBase
This Images Resolution hold a file reference for multiple images and a resolution in device pixel ratio.
  • Constructor Details

    • EditorImagesResolution

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

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