com.robrohan.ruin.display
Class ByteImage

java.lang.Object
  |
  +--com.robrohan.ruin.display.ByteImage
All Implemented Interfaces:
java.io.Serializable

public class ByteImage
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ByteImage(java.lang.String name, int xSize, int ySize, int xOffs, int yOffs)
           
 
Method Summary
 java.lang.String getName()
           
 byte[] getStrip(int x)
           
 int getxOffs()
           
 int getxSize()
           
 int getyOffs()
           
 int getySize()
           
 void setStrip(int x, byte[] strip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteImage

public ByteImage(java.lang.String name,
                 int xSize,
                 int ySize,
                 int xOffs,
                 int yOffs)
Method Detail

setStrip

public void setStrip(int x,
                     byte[] strip)

getStrip

public byte[] getStrip(int x)

getName

public java.lang.String getName()

getxSize

public int getxSize()

getySize

public int getySize()

getxOffs

public int getxOffs()

getyOffs

public int getyOffs()