org.kalmeo.kuix.util
Class Gap

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

public class Gap
extends java.lang.Object

Author:
bbeaulant

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

Field Detail

horizontalGap

public int horizontalGap

verticalGap

public int verticalGap
Constructor Detail

Gap

public Gap()
Construct a Gap


Gap

public Gap(int horizontalGap,
           int verticalGap)
Construct a Gap

Parameters:
horizontalGap -
verticalGap -


Copyright © 2007-2008 Kalmeo. All Rights Reserved.