|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisual.statik.sampled.BufferedImageOpFactory
public class BufferedImageOpFactory
A class that can be used to construct BufferedImageOp objects that can then be used to operate on static sampled visual content
Method Summary | |
---|---|
java.awt.image.ConvolveOp |
createBlurOp(int size)
Create a blur operation |
java.awt.image.RescaleOp |
createBrightenOp()
Create a brighten operation |
java.awt.image.RescaleOp |
createDarkenOp()
Create a darken operation |
java.awt.image.ConvolveOp |
createEdgeDetectionOp(int size)
Create an edge detection operation |
java.awt.image.ConvolveOp |
createEmbossOp(int size)
Create an embossing operation |
static BufferedImageOpFactory |
createFactory()
Create a BufferedImageOpFactory object |
GrayExceptOp |
createGrayExceptOp(int r,
int g,
int b)
Create an operation that converts "all colors but one" to gray Note: This method actually leaves all colors that are close to the specified color |
java.awt.image.ColorConvertOp |
createGrayOp()
Create an operation that converts to a gray colorspace |
java.awt.image.ConvolveOp |
createIdentityOp(int size)
Create an operation that does not change the image (i.e., an identity) |
java.awt.image.RescaleOp |
createMetalOp()
Create a "metal" operation |
java.awt.image.LookupOp |
createNegativeOp()
Create a photo-negative operation |
java.awt.image.LookupOp |
createNightVisionOp()
Create a night-vision operation (i.e., an operation that makes eveything appear green) |
java.awt.image.AffineTransformOp |
createRotateOp(double theta,
double width,
double height)
Create a rotation operation that rotates an image around it's center |
java.awt.image.AffineTransformOp |
createScaleOp(double xScale,
double yScale)
Create a scaling operation |
java.awt.image.ConvolveOp |
createSharpenOp(int size)
Create a sharpen operation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static BufferedImageOpFactory createFactory()
public java.awt.image.ConvolveOp createBlurOp(int size)
size
- The size of the convolution kernelpublic java.awt.image.RescaleOp createBrightenOp()
public java.awt.image.RescaleOp createDarkenOp()
public java.awt.image.ConvolveOp createEdgeDetectionOp(int size)
size
- The size of the convolution kernelpublic java.awt.image.ConvolveOp createEmbossOp(int size)
size
- The size of the convolution kernelpublic java.awt.image.ColorConvertOp createGrayOp()
public GrayExceptOp createGrayExceptOp(int r, int g, int b)
public java.awt.image.ConvolveOp createIdentityOp(int size)
size
- The size of the convolution kernelpublic java.awt.image.RescaleOp createMetalOp()
public java.awt.image.LookupOp createNegativeOp()
public java.awt.image.LookupOp createNightVisionOp()
public java.awt.image.AffineTransformOp createRotateOp(double theta, double width, double height)
theta
- The anglewidth
- The width of the imageheight
- The height of the imagepublic java.awt.image.AffineTransformOp createScaleOp(double xScale, double yScale)
xScale
- The horizontal scaling factoryScale
- The vertical scaling factorpublic java.awt.image.ConvolveOp createSharpenOp(int size)
size
- The size of the convolution kernel
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |