Class EditorImageStylesResolution

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

public class EditorImageStylesResolution extends ImageStylesResolution implements IPropDesigner, ILastVerified, IEditorImage, IStyledImageBase
This Image Styles Resolution has the file reference and the device pixel ratio.
  • Constructor Details

    • EditorImageStylesResolution

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

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