Class BitmapDescriptor

    • Method Detail

      • getImage

        public abstract java.awt.image.BufferedImage getImage()
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • getWidth

        public final int getWidth()
      • getHeight

        public final int getHeight()
      • getColorCount

        protected final int getColorCount()
      • getBitCount

        protected final int getBitCount()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • setMask

        final void setMask​(BitmapMask mask)
      • hasMask

        public final boolean hasMask()