|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.pearsoneduc.ip.op.StandardGreyOp | +--com.pearsoneduc.ip.op.GreyMapOp | +--com.pearsoneduc.ip.op.InvertOp
Inverts grey levels in a BufferedImage.
Fields inherited from class com.pearsoneduc.ip.op.GreyMapOp |
table |
Constructor Summary | |
InvertOp()
|
|
InvertOp(int low,
int high)
|
Method Summary | |
void |
computeMapping(int low,
int high)
|
Methods inherited from class com.pearsoneduc.ip.op.GreyMapOp |
computeMapping,
filter,
getTableEntry,
setTableEntry |
Methods inherited from class com.pearsoneduc.ip.op.StandardGreyOp |
checkImage,
createCompatibleDestImage,
getBounds2D,
getPoint2D,
getRenderingHints |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public InvertOp()
public InvertOp(int low, int high)
Method Detail |
public void computeMapping(int low, int high)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |