KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > imageio > plugins > bmp > BMPImageWriteParam

javax.imageio.plugins.bmp
Class BMPImageWriteParam

java.lang.Object
  extended by javax.imageio.IIOParam
      extended by javax.imageio.ImageWriteParam
          extended by javax.imageio.plugins.bmp.BMPImageWriteParam
See Also:
Source Code

public BMPImageWriteParam()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BMPImageWriteParam(Locale locale)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isTopDown()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setTopDown(boolean topDown)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags