JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.jivesoftware.smackx.jingleold.mediaimpl.sshare.api.AbstractBufferedImageOp
Packages that use
AbstractBufferedImageOp
Package
Description
org.jivesoftware.smackx.jingleold.mediaimpl.sshare.api
TODO describe me.
Uses of
AbstractBufferedImageOp
in
org.jivesoftware.smackx.jingleold.mediaimpl.sshare.api
Subclasses of
AbstractBufferedImageOp
in
org.jivesoftware.smackx.jingleold.mediaimpl.sshare.api
Modifier and Type
Class
Description
class
QuantizeFilter
A filter which quantizes an image to a set number of colors - useful for producing images which are to be encoded using an index color model.
class
WholeImageFilter
A filter which acts as a superclass for filters which need to have the whole image in memory to do their stuff.