zombie.iso
Class SliceY

java.lang.Object
  extended by zombie.iso.SliceY

public class SliceY
extends java.lang.Object

Author:
LEMMY

Field Summary
static java.nio.ByteBuffer SliceBuffer
           
static java.nio.ByteBuffer SliceBuffer2
           
 ObjectGrid<IsoGridSquare> Squares
           
 
Constructor Summary
SliceY(IsoCell cell, int width, int tall, int y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Squares

public ObjectGrid<IsoGridSquare> Squares

SliceBuffer

public static java.nio.ByteBuffer SliceBuffer

SliceBuffer2

public static java.nio.ByteBuffer SliceBuffer2
Constructor Detail

SliceY

public SliceY(IsoCell cell,
              int width,
              int tall,
              int y)