Class EditorImageResolution

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

public class EditorImageResolution extends ImageResolution implements IPropDesigner, ILastVerified, IEditorImage
This Image Resolution has the file reference and the device pixel ratio.
  • Constructor Details

    • EditorImageResolution

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

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