Class Captcha.Raw

java.lang.Object
overit.geocall.servlet.MultipartRaw
overit.geocall.servlet.Raw
overit.geocall.basic.ui.control.Captcha.Raw
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, Serializable
Enclosing class:
Captcha

public static class Captcha.Raw extends overit.geocall.servlet.Raw
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
    protected byte[]
     
    protected int
     

    Fields inherited from class overit.geocall.servlet.MultipartRaw

    _autoCache, _caches, _compression
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    int
     
    int
     
    protected void
     

    Methods inherited from class overit.geocall.servlet.Raw

    getContentType, output, output

    Methods inherited from class overit.geocall.servlet.MultipartRaw

    enableCompression, getAutoCache, getCompress, getCompression, output, read, setAutoCache, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • _img

      protected byte[] _img
    • _width

      protected int _width
    • _height

      protected int _height
  • Constructor Details

  • Method Details

    • getContentType

      protected String getContentType()
      Specified by:
      getContentType in class overit.geocall.servlet.Raw
    • output

      protected void output(OutputStream os) throws IOException
      Specified by:
      output in class overit.geocall.servlet.Raw
      Throws:
      IOException
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()