|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.layout.LayoutCacheKey
A layout cache key. Does not expect subclasses except the search key class. Dont try to subclass this class (or be doomed once again).
Constructor Summary | |
protected |
LayoutCacheKey()
Default constructor. |
|
LayoutCacheKey(Element e,
java.awt.geom.Dimension2D parentDim)
Creates a new key. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Tests this object for equality with another object. |
java.awt.geom.Dimension2D |
getParentDim()
Returns the parent dimensions. |
int |
hashCode()
Returns a hash code. |
boolean |
isSearchKey()
Returns true if this is a search key, and false otherwise. |
protected void |
setElement(Element e)
Sets the element. |
protected void |
setParentDim(java.awt.geom.Dimension2D parentDim)
Sets the parent dimensions. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected LayoutCacheKey()
public LayoutCacheKey(Element e, java.awt.geom.Dimension2D parentDim)
e
- the element.parentDim
- the parent dimensions.Method Detail |
public boolean isSearchKey()
protected void setElement(Element e)
e
- the element.protected void setParentDim(java.awt.geom.Dimension2D parentDim)
parentDim
- the parent dimensions.public java.awt.geom.Dimension2D getParentDim()
public final boolean equals(java.lang.Object o)
o
- the other object.
public final int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |