de.farafin.snEADy.communication
Class D_SnakePic

java.lang.Object
  extended by de.farafin.snEADy.communication.D_SnakePic

public final class D_SnakePic
extends java.lang.Object

class for the graphic, it should contains the pics of the own player, like the snake head and maybe something else for the overfiew of the playerscreen

Version:
$Revision: 1.5 $
Author:
roland, lars

Constructor Summary
D_SnakePic()
           
D_SnakePic(D_SnakePic pic)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

D_SnakePic

public D_SnakePic()

D_SnakePic

public D_SnakePic(D_SnakePic pic)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object