|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.filter.AnchorFilter
public class AnchorFilter
The AnchorFilter converts arbitary objects into Anchors.
Anchor
,
Serialized FormConstructor Summary | |
---|---|
AnchorFilter()
Deprecated. DefaultConstructor. |
Method Summary | |
---|---|
Object |
clone()
Deprecated. Clones this DataSource . |
DataSource |
getDataSource()
Deprecated. Returns the assigned DataSource for this Target. |
Object |
getValue(ExpressionRuntime runtime,
Element element)
Deprecated. Returns the current value for the data source. |
void |
setDataSource(DataSource ds)
Deprecated. Assigns a DataSource for this Target. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnchorFilter()
Method Detail |
---|
public Object clone() throws CloneNotSupportedException
DataSource
.
clone
in interface DataSource
clone
in interface DataTarget
clone
in class Object
CloneNotSupportedException
- this should never happen.public Object getValue(ExpressionRuntime runtime, Element element)
getValue
in interface DataSource
runtime
- the expression runtime that is used to evaluate formulas and expressions when computing the value of
this filter.element
-
public DataSource getDataSource()
getDataSource
in interface DataTarget
public void setDataSource(DataSource ds)
setDataSource
in interface DataTarget
ds
- The data source.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |