gggt.eg.set
Class Map

java.lang.Object
  extended by gggt.eg.set.Map

public class Map
extends java.lang.Object

The Maps class corresponds to the maps tag into the setting file.


Method Summary
 java.lang.String getGround()
          To get the background.
 double getHeight()
          To get the height.
 double getScale()
          To get the scale.
 int getSize()
          To get the size.
 double getWidth()
          To get the width.
 boolean includes(gom.std.ORectangle r)
          Test if the map includes the parametter bounding box.
 void print()
          The print method.
 void setScale(double v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getScale

public double getScale()
To get the scale.


setScale

public void setScale(double v)

getWidth

public double getWidth()
To get the width.


getHeight

public double getHeight()
To get the height.


getSize

public int getSize()
To get the size.


getGround

public java.lang.String getGround()
To get the background.


includes

public boolean includes(gom.std.ORectangle r)
Test if the map includes the parametter bounding box.


print

public void print()
The print method.