Class PictureNativeManager
java.lang.Object
com.e1c.g5.v8.dt.picturenative.common.PictureNativeManager
- All Implemented Interfaces:
IPictureNativeManager
Default implementation of
IPictureNativeManager-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]resizePicture(long scomDataAddress, byte[] content, long width, long height) Resizes picture content with stretch mode.
-
Constructor Details
-
PictureNativeManager
public PictureNativeManager()
-
-
Method Details
-
resizePicture
public byte[] resizePicture(long scomDataAddress, byte[] content, long width, long height) Description copied from interface:IPictureNativeManagerResizes picture content with stretch mode.- Specified by:
resizePicturein interfaceIPictureNativeManager- Parameters:
scomDataAddress- address of SCOM process data with necessary componentscontent- picture content, cannot benullwidth- new widthheight- new height- Returns:
- resized picture content, never
null
-