Ontimize 5.2072EN

com.ontimize.report
Class BooleanDrawableFunction

java.lang.Object
  extended byorg.jfree.report.function.AbstractFunction
      extended bycom.ontimize.report.BooleanDrawableFunction
All Implemented Interfaces:
java.lang.Cloneable, java.util.EventListener, org.jfree.report.function.Expression, org.jfree.report.function.Function, org.jfree.report.event.ReportListener, java.io.Serializable

public class BooleanDrawableFunction
extends org.jfree.report.function.AbstractFunction
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected static javax.swing.ImageIcon checkSelectedImage
           
protected static javax.swing.ImageIcon checkUnselectedImage
           
protected  java.lang.String fieldName
           
protected  java.lang.Object fieldValue
           
protected  int index
           
protected  java.util.Vector shownValueList
           
 
Fields inherited from interface org.jfree.report.function.Expression
AUTOACTIVATE_PROPERTY
 
Constructor Summary
BooleanDrawableFunction()
           
 
Method Summary
 void draw(java.awt.Graphics2D g2d, java.awt.geom.Rectangle2D r)
           
 java.lang.Object getValue()
           
 void itemsAdvanced(org.jfree.report.event.ReportEvent event)
           
 
Methods inherited from class org.jfree.report.function.AbstractFunction
clone, getDataRow, getDependencyLevel, getInstance, getName, getProperties, getProperty, getProperty, groupFinished, groupStarted, initialize, isActive, itemsFinished, itemsStarted, reportDone, reportFinished, reportInitialized, reportStarted, setDataRow, setDependencyLevel, setName, setProperties, setProperty
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checkUnselectedImage

protected static javax.swing.ImageIcon checkUnselectedImage

checkSelectedImage

protected static javax.swing.ImageIcon checkSelectedImage

shownValueList

protected java.util.Vector shownValueList

index

protected int index

fieldName

protected java.lang.String fieldName

fieldValue

protected java.lang.Object fieldValue
Constructor Detail

BooleanDrawableFunction

public BooleanDrawableFunction()
Method Detail

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface org.jfree.report.function.Expression

draw

public void draw(java.awt.Graphics2D g2d,
                 java.awt.geom.Rectangle2D r)

itemsAdvanced

public void itemsAdvanced(org.jfree.report.event.ReportEvent event)
Specified by:
itemsAdvanced in interface org.jfree.report.event.ReportListener

Ontimize