net.sf.dynamicreports.report.base.style
Class DRConditionalStyle

java.lang.Object
  extended by net.sf.dynamicreports.report.base.style.DRBaseStyle
      extended by net.sf.dynamicreports.report.base.style.DRConditionalStyle
All Implemented Interfaces:
Serializable, DRIBaseStyle, DRIConditionalStyle

public class DRConditionalStyle
extends DRBaseStyle
implements DRIConditionalStyle

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRConditionalStyle(DRIExpression<Boolean> conditionExpression)
           
 
Method Summary
 DRIExpression<Boolean> getConditionExpression()
           
 
Methods inherited from class net.sf.dynamicreports.report.base.style.DRBaseStyle
getBackgroundColor, getBorder, getFont, getForegroundColor, getHorizontalAlignment, getImageScale, getLinePen, getMarkup, getPadding, getParagraph, getPattern, getRadius, getRotation, getVerticalAlignment, init, setBackgroundColor, setBorder, setFont, setForegroundColor, setHorizontalAlignment, setImageScale, setLinePen, setMarkup, setPadding, setParagraph, setPattern, setRadius, setRotation, setVerticalAlignment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.dynamicreports.report.definition.style.DRIBaseStyle
getBackgroundColor, getBorder, getFont, getForegroundColor, getHorizontalAlignment, getImageScale, getLinePen, getMarkup, getPadding, getParagraph, getPattern, getRadius, getRotation, getVerticalAlignment
 

Constructor Detail

DRConditionalStyle

public DRConditionalStyle(DRIExpression<Boolean> conditionExpression)
Method Detail

getConditionExpression

public DRIExpression<Boolean> getConditionExpression()
Specified by:
getConditionExpression in interface DRIConditionalStyle


Copyright © 2010-2014. All Rights Reserved.