Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cxtable.xtable_chess
Class xKnightMoves  view xKnightMoves download xKnightMoves.java

java.lang.Object
  extended bycxtable.xtable_chess.xKnightMoves

public class xKnightMoves
extends java.lang.Object


Field Summary
private  int x
           
private  int y
           
 
Constructor Summary
xKnightMoves()
           
 
Method Summary
 java.util.Vector lmove(int _x, int _y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

private int x

y

private int y
Constructor Detail

xKnightMoves

public xKnightMoves()
Method Detail

lmove

public java.util.Vector lmove(int _x,
                              int _y)