mapnik
Class Box2d
java.lang.Object
mapnik.Box2d
public class Box2d
- extends java.lang.Object
Mirros the mapnik::box2d<double> class.
This is a pure java class that can be converted to a native box2d when needed.
- Author:
- stella
Constructor Summary |
Box2d()
|
Box2d(Box2d other)
|
Box2d(double minx,
double miny,
double maxx,
double maxy)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
minx
public double minx
miny
public double miny
maxx
public double maxx
maxy
public double maxy
Box2d
public Box2d()
Box2d
public Box2d(double minx,
double miny,
double maxx,
double maxy)
Box2d
public Box2d(Box2d other)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object