org.jfree.report.layout
Class LayoutSearchKey

java.lang.Object
  extended byorg.jfree.report.layout.LayoutCacheKey
      extended byorg.jfree.report.layout.LayoutSearchKey

public final class LayoutSearchKey
extends LayoutCacheKey

A layout search key.

Author:
Thomas Morgner.

Constructor Summary
LayoutSearchKey()
           
 
Method Summary
 boolean isSearchKey()
          Returns true to indicate that this is a search key.
 void setSearchConstraint(Element e, java.awt.geom.Dimension2D dim)
          Sets the search constraint.
 
Methods inherited from class org.jfree.report.layout.LayoutCacheKey
equals, getParentDim, hashCode, setElement, setParentDim
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSearchKey

public LayoutSearchKey()
Method Detail

isSearchKey

public boolean isSearchKey()
Returns true to indicate that this is a search key.

Overrides:
isSearchKey in class LayoutCacheKey
Returns:
true.

setSearchConstraint

public void setSearchConstraint(Element e,
                                java.awt.geom.Dimension2D dim)
Sets the search constraint.

Parameters:
e - the element.
dim - the dimension.