org.deken.game.images
Class Measurements

java.lang.Object
  extended by org.deken.game.images.Measurements

public class Measurements
extends java.lang.Object

Title: Measurements

Description: TODO

Copyright: Copyright (c) Oct 6, 2012

Version:
1.0
Author:
Gary Deken

Constructor Summary
Measurements(int width, int height)
           
Measurements(int width, int height, int xStart, int yStart)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 int getxStart()
           
 int getyStart()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Measurements

public Measurements(int width,
                    int height)

Measurements

public Measurements(int width,
                    int height,
                    int xStart,
                    int yStart)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

getxStart

public int getxStart()

getyStart

public int getyStart()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object