org.deken.game.component.layout
Class LayoutLocation

java.lang.Object
  extended by org.deken.game.component.layout.LayoutLocation

public class LayoutLocation
extends java.lang.Object

Title: LayoutLocation

Description:

Copyright: Copyright (c) Mar 11, 2015

Version:
1.0
Author:
Gary Deken

Constructor Summary
LayoutLocation(int x, int y)
           
 
Method Summary
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutLocation

public LayoutLocation(int x,
                      int y)
Method Detail

getX

public int getX()

getY

public int getY()