net.grelf.grip
Class Blob_.BlobRow

java.lang.Object
  extended by net.grelf.grip.Blob_.BlobRow
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Blob_

protected static class Blob_.BlobRow
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int x0
           
 int x1
           
 int y0
           
 
Constructor Summary
Blob_.BlobRow(int x0, int y0, int x1)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x0

public int x0

y0

public int y0

x1

public int x1
Constructor Detail

Blob_.BlobRow

public Blob_.BlobRow(int x0,
                     int y0,
                     int x1)