org.kalmeo.kuix.util
Class Repeat

java.lang.Object
  extended by org.kalmeo.kuix.util.Repeat

public class Repeat
extends java.lang.Object

Author:
bbeaulant

Field Summary
 int repeatX
           
 int repeatY
           
 
Constructor Summary
Repeat()
          Construct a Repeat
Repeat(int repeatX, int repeatY)
          Construct a Repeat
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repeatX

public int repeatX

repeatY

public int repeatY
Constructor Detail

Repeat

public Repeat()
Construct a Repeat


Repeat

public Repeat(int repeatX,
              int repeatY)
Construct a Repeat

Parameters:
repeatX -
repeatY -


Copyright © 2007-2008 Kalmeo. All Rights Reserved.