Class PictureNativeManager

java.lang.Object
com.e1c.g5.v8.dt.picturenative.common.PictureNativeManager
All Implemented Interfaces:
IPictureNativeManager

public class PictureNativeManager extends Object implements IPictureNativeManager
Default implementation of IPictureNativeManager
  • Constructor Details

    • PictureNativeManager

      public PictureNativeManager()
  • Method Details

    • resizePicture

      public byte[] resizePicture(long scomDataAddress, byte[] content, long width, long height)
      Description copied from interface: IPictureNativeManager
      Resizes picture content with stretch mode.
      Specified by:
      resizePicture in interface IPictureNativeManager
      Parameters:
      scomDataAddress - address of SCOM process data with necessary components
      content - picture content, cannot be null
      width - new width
      height - new height
      Returns:
      resized picture content, never null