|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deken.game.images.Measurements
public class Measurements
Title: Measurements
Description: TODO
Copyright: Copyright (c) Oct 6, 2012
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 |
---|
public Measurements(int width, int height)
public Measurements(int width, int height, int xStart, int yStart)
Method Detail |
---|
public int getWidth()
public int getHeight()
public int getxStart()
public int getyStart()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |