net.aerith.misao.image.filter
Class StreakCancelFilter.EdgePixel

java.lang.Object
  |
  +--net.aerith.misao.image.filter.StreakCancelFilter.EdgePixel
Enclosing class:
StreakCancelFilter

protected class StreakCancelFilter.EdgePixel
extends java.lang.Object

The EdgePixel is a set of the flag and the subtracted value.


Field Summary
 byte flag
          The flag.
 double value
          The subtracted value.
 
Constructor Summary
StreakCancelFilter.EdgePixel()
          Constructs an empty EdgePixel.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

flag

public byte flag
The flag.

value

public double value
The subtracted value.
Constructor Detail

StreakCancelFilter.EdgePixel

public StreakCancelFilter.EdgePixel()
Constructs an empty EdgePixel.