j2d.border
Class BorderProcessor
java.lang.Object
j2d.border.BorderProcessor
- All Implemented Interfaces:
- ImageProcessorInterface, java.io.Serializable
public class BorderProcessor
- extends java.lang.Object
- implements ImageProcessorInterface
Created by IntelliJ IDEA.
User: Dahiana M
Date: Mar 23, 2005
Time: 8:17:14 PM
To change this template use File | Settings | File Templates.
- See Also:
- Serialized Form
Constructor Summary |
BorderProcessor(int top,
int bottom,
int left,
int right,
int borderType)
|
Method Summary |
java.awt.Image |
process(java.awt.Image img)
a basic garbage in, garbage out processor. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BorderProcessor
public BorderProcessor(int top,
int bottom,
int left,
int right,
int borderType)
process
public java.awt.Image process(java.awt.Image img)
- Description copied from interface:
ImageProcessorInterface
- a basic garbage in, garbage out processor.
- Specified by:
process
in interface ImageProcessorInterface
- Parameters:
img
- input image
- Returns:
- output image