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 ofIPictureNativeManager
-
-
Constructor Summary
Constructors Constructor Description PictureNativeManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]resizePicture(long scomDataAddress, byte[] content, long width, long height)Resizes picture content with stretch mode.
-
-
-
Method Detail
-
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
-
-