mapnik
Class Box2d

java.lang.Object
  extended by 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

Field Summary
 double maxx
           
 double maxy
           
 double minx
           
 double miny
           
 
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
 

Field Detail

minx

public double minx

miny

public double miny

maxx

public double maxx

maxy

public double maxy
Constructor Detail

Box2d

public Box2d()

Box2d

public Box2d(double minx,
             double miny,
             double maxx,
             double maxy)

Box2d

public Box2d(Box2d other)
Method Detail

toString

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