com.supermap.ui
类 InternalBufferImage
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.ui.InternalBufferImage
-
- 所有已实现的接口:
- IDisposable
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()
-
-
-
构造器详细资料
-
InternalBufferImage
public InternalBufferImage(int width, int height)
-
InternalBufferImage
public InternalBufferImage(int width, int height, boolean isAlphaTrans)
-
InternalBufferImage
public InternalBufferImage(long handle, boolean isDisposable)
-
-
方法详细资料
-
getInternalImage
public Image getInternalImage()
-
resize
public void resize(int width, int height, Color fillColor)
-
dispose
public void dispose()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getMemoryImage
public Image getMemoryImage()
-
getMemoryImage
public Image getMemoryImage(boolean isAlphaTrans)
-
setMemoryImageToUGC
public void setMemoryImageToUGC()
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.