jm.jigl
Class ByteSize

java.lang.Object
  |
  +--jm.jigl.ByteSize
All Implemented Interfaces:
LevelOp

public class ByteSize
extends java.lang.Object
implements LevelOp

Performs a ByteSize operation on an signal. This class supports command line options in the following format Bytesize .

See Also:
jigl.image.LevelOps.ByteSize

Constructor Summary
ByteSize()
          Initilizes ByteSize for use with integers
 
Method Summary
 Signal apply(Signal signal)
          ByteSizes the range of this signal to an arbitrary min/max
static void main(java.lang.String[] argv)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteSize

public ByteSize()
Initilizes ByteSize for use with integers

Method Detail

apply

public Signal apply(Signal signal)
             throws SignalNotSupportedException
ByteSizes the range of this signal to an arbitrary min/max

Specified by:
apply in interface LevelOp
SignalNotSupportedException

main

public static void main(java.lang.String[] argv)
Method declaration

Parameters:
argv -
See Also: