crayolon.portamod
Class DataCell

java.lang.Object
  extended by crayolon.portamod.DataCell

public class DataCell
extends java.lang.Object


Field Summary
 java.lang.String content
           
 int direction
           
 int high
           
 float speed
           
 int wide
           
 float x
           
 float y
           
 
Constructor Summary
DataCell(PApplet p, float xpos, float ypos, int iwide, int ihigh, java.lang.String icontent, float sp)
           
 
Method Summary
 void display(int i)
           
 void updateCell(java.lang.String update)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wide

public int wide

high

public int high

content

public java.lang.String content

speed

public float speed

direction

public int direction

x

public float x

y

public float y
Constructor Detail

DataCell

public DataCell(PApplet p,
                float xpos,
                float ypos,
                int iwide,
                int ihigh,
                java.lang.String icontent,
                float sp)
Method Detail

updateCell

public void updateCell(java.lang.String update)

display

public void display(int i)


processing library PortaMod by Brendan Ratliff. (c) 2009