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 SummaryConstructors Constructor Description PictureNativeManager()
 - 
Method SummaryAll 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- 
resizePicturepublic byte[] resizePicture(long scomDataAddress, byte[] content, long width, long height)Description copied from interface:IPictureNativeManagerResizes picture content with stretch mode.- Specified by:
- resizePicturein 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
 
 
- 
 
-