|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.report.ext.barcode.filter.BarcodeFilter
Constructor Summary | |
BarcodeFilter()
|
Method Summary | |
java.lang.Object |
clone()
Clones this DataSource . |
Barcode |
getBarcode()
|
java.awt.Color |
getBarColor()
|
com.jrefinery.report.filter.DataSource |
getDataSource()
Returns the assigned DataSource for this Target. |
java.awt.Color |
getTextColor()
|
java.lang.Object |
getValue()
Returns the current value for the data source. |
void |
setBarcode(Barcode barcode)
|
void |
setBarColor(java.awt.Color barColor)
|
void |
setDataSource(com.jrefinery.report.filter.DataSource ds)
Assigns a DataSource for this Target. |
void |
setTextColor(java.awt.Color textColor)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BarcodeFilter()
Method Detail |
public java.awt.Color getBarColor()
public java.awt.Color getTextColor()
public void setBarColor(java.awt.Color barColor)
public void setTextColor(java.awt.Color textColor)
public Barcode getBarcode()
public void setBarcode(Barcode barcode)
public java.lang.Object getValue()
getValue
in interface com.jrefinery.report.filter.DataSource
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
DataSource
.
clone
in interface com.jrefinery.report.filter.DataSource
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- this should never happen.public com.jrefinery.report.filter.DataSource getDataSource()
getDataSource
in interface com.jrefinery.report.filter.DataTarget
public void setDataSource(com.jrefinery.report.filter.DataSource ds)
setDataSource
in interface com.jrefinery.report.filter.DataTarget
ds
- The data source.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |