Yazi Ekle
-
java
|
javax
|
org
javax
>
javax.imageio
>
javax.imageio.imageio
>
Class: javax.imageio.ImageIO
java.lang.Object
javax.imageio.ImageIO
public final class
ImageIO
extends
Object
FIELDS:
CONSTRUCTORS:
METHODS:
public static
ImageInputStream
createImageInputStream
(
Object
input)
Throws:
IllegalArgumentException
Throws:
IOException
public static
ImageOutputStream
createImageOutputStream
(
Object
output)
Throws:
IllegalArgumentException
Throws:
IOException
public static
File
getCacheDirectory
()
public static
ImageReader
getImageReader
(
ImageWriter
writer)
Throws:
IllegalArgumentException
public static
Iterator
getImageReaders
(
Object
input)
Throws:
IllegalArgumentException
public static
Iterator
getImageReadersByFormatName
(
String
formatName)
Throws:
IllegalArgumentException
public static
Iterator
getImageReadersByMIMEType
(
String
MIMEType)
Throws:
IllegalArgumentException
public static
Iterator
getImageReadersBySuffix
(
String
fileSuffix)
Throws:
IllegalArgumentException
public static
Iterator
getImageTranscoders
(
ImageReader
reader,
ImageWriter
writer)
Throws:
IllegalArgumentException
public static
ImageWriter
getImageWriter
(
ImageReader
reader)
Throws:
IllegalArgumentException
public static
Iterator
getImageWriters
(
ImageTypeSpecifier
type,
String
formatName)
Throws:
IllegalArgumentException
public static
Iterator
getImageWritersByFormatName
(
String
formatName)
Throws:
IllegalArgumentException
public static
Iterator
getImageWritersByMIMEType
(
String
MIMEType)
Throws:
IllegalArgumentException
public static
Iterator
getImageWritersBySuffix
(
String
fileSuffix)
Throws:
IllegalArgumentException
public static
String
[]
getReaderFileSuffixes
()
public static
String
[]
getReaderFormatNames
()
public static
String
[]
getReaderMIMETypes
()
public static
boolean
getUseCache
()
public static
String
[]
getWriterFileSuffixes
()
public static
String
[]
getWriterFormatNames
()
public static
String
[]
getWriterMIMETypes
()
public static
BufferedImage
read
(
File
input)
Throws:
IllegalArgumentException
Throws:
IOException
public static
BufferedImage
read
(
InputStream
input)
Throws:
IllegalArgumentException
Throws:
IOException
public static
BufferedImage
read
(
URL
input)
Throws:
IllegalArgumentException
Throws:
IOException
public static
BufferedImage
read
(
ImageInputStream
stream)
Throws:
IllegalArgumentException
Throws:
IOException
public static
void
scanForPlugins
()
public static
void
setCacheDirectory
(
File
cacheDirectory)
Throws:
SecurityException
Throws:
IllegalArgumentException
public static
void
setUseCache
(boolean useCache)
public static
boolean
write
(
RenderedImage
im,
String
formatName,
File
output)
Throws:
IllegalArgumentException
Throws:
IOException
public static
boolean
write
(
RenderedImage
im,
String
formatName,
OutputStream
output)
Throws:
IllegalArgumentException
Throws:
IOException
public static
boolean
write
(
RenderedImage
im,
String
formatName,
ImageOutputStream
output)
Throws:
IllegalArgumentException
Throws:
IOException
INHERITED METHODS:
getClass()
,
hashCode()
,
equals(java.lang.Object)
,
clone()
,
toString()
,
notify()
,
notifyAll()
,
wait(long)
,
wait(long, int)
,
wait()
,
finalize()
,
SUBCLASSES:
Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net