|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opengts.war.tools.MapDimension
public class MapDimension
Constructor Summary | |
---|---|
MapDimension()
Consructor |
|
MapDimension(int width,
int height)
Consructor |
Method Summary | |
---|---|
int |
getHeight()
Gets the dimension height |
int |
getWidth()
Gets the dimension width |
boolean |
isValid()
Returns true if this MapDimension defines a valid dimension |
java.lang.String |
toString()
Returns a String representation of this MapDimension |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MapDimension()
public MapDimension(int width, int height)
width
- The dimension widthheight
- The dimension heightMethod Detail |
---|
public int getWidth()
public int getHeight()
public boolean isValid()
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 |