net.sourceforge.hatbox
Class Entry
java.lang.Object
net.sourceforge.hatbox.Envelope
net.sourceforge.hatbox.Entry
public class Entry
- extends Envelope
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)
|
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 |
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)
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.