public class InternalBufferImage
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
InternalBufferImage(int width,
int height) |
InternalBufferImage(int width,
int height,
boolean isAlphaTrans) |
InternalBufferImage(long handle,
boolean isDisposable) |
限定符和类型 | 方法和说明 |
---|---|
void |
dispose() |
int |
getHeight() |
Image |
getInternalImage() |
Image |
getMemoryImage() |
Image |
getMemoryImage(boolean isAlphaTrans) |
int |
getWidth() |
void |
resize(int width,
int height,
Color fillColor) |
static void |
setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
boolean disposable) |
void |
setMemoryImageToUGC() |
public InternalBufferImage(int width, int height)
public InternalBufferImage(int width, int height, boolean isAlphaTrans)
public InternalBufferImage(long handle, boolean isDisposable)
public Image getInternalImage()
public void resize(int width, int height, Color fillColor)
public void dispose()
public int getWidth()
public int getHeight()
public Image getMemoryImage()
public Image getMemoryImage(boolean isAlphaTrans)
public void setMemoryImageToUGC()
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
Copyright © 2021–2024 SuperMap. All rights reserved.