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

        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.