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:IPictureNativeManager
Resizes picture content with stretch mode.- Specified by:
resizePicture
in interfaceIPictureNativeManager
- Parameters:
scomDataAddress
- address of SCOM process data with necessary componentscontent
- picture content, cannot benull
width
- new widthheight
- new height- Returns:
- resized picture content, never
null
-