net.sourceforge.hatbox
Class Entry

java.lang.Object
  extended by net.sourceforge.hatbox.Envelope
      extended by net.sourceforge.hatbox.Entry

public class Entry
extends Envelope


Field Summary
 
Fields inherited from class net.sourceforge.hatbox.Envelope
area, maxX, maxY, minX, minY
 
Constructor Summary
Entry()
           
Entry(double minX, double maxX, double minY, double maxY, long id)
           
Entry(double minX, double maxX, double minY, double maxY, long id, int level)
           
Entry(long id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 double getD1()
           
 double getD2()
           
 long getId()
           
 int getLevel()
           
 int hashCode()
           
 boolean isIdAllocated()
           
 void setD1(double d1)
           
 void setD2(double d2)
           
 void setId(long id)
           
 void setLevel(int level)
           
 java.lang.String toString()
           
 
Methods inherited from class net.sourceforge.hatbox.Envelope
expandToFit, expandToFit, getArea, getMaxX, getMaxY, getMinX, getMinY, isNullGeometry, populate, populate, reset
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Entry

public Entry()

Entry

public Entry(long id)

Entry

public Entry(double minX,
             double maxX,
             double minY,
             double maxY,
             long id)

Entry

public Entry(double minX,
             double maxX,
             double minY,
             double maxY,
             long id,
             int level)
Method Detail

getD1

public double getD1()

setD1

public void setD1(double d1)

getD2

public double getD2()

setD2

public void setD2(double d2)

getId

public long getId()

setId

public void setId(long id)

getLevel

public int getLevel()

setLevel

public void setLevel(int level)

isIdAllocated

public boolean isIdAllocated()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Envelope

hashCode

public int hashCode()
Overrides:
hashCode in class Envelope

toString

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


Copyright © 2010. All Rights Reserved.