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)
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 voiddispose()intgetHeight()ImagegetInternalImage()ImagegetMemoryImage()ImagegetMemoryImage(boolean isAlphaTrans)intgetWidth()voidresize(int width, int height, Color fillColor)static voidsetIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)voidsetMemoryImageToUGC()
-
-
-
构造器详细资料
-
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–2025 SuperMap. All rights reserved.