Class FillStyleItem
- java.lang.Object
-
- net.sf.jasperreports.components.items.fill.FillItem
-
- net.sf.jasperreports.components.map.fill.FillStyleItem
-
- All Implemented Interfaces:
java.lang.Cloneable,Item,JRCloneable
public class FillStyleItem extends FillItem
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_COLORstatic java.lang.StringPROPERTY_NAME-
Fields inherited from class net.sf.jasperreports.components.items.fill.FillItem
evaluatedProperties, fillContextProvider, item
-
-
Constructor Summary
Constructors Constructor Description FillStyleItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetEvaluatedValue(ItemProperty property, JRFillExpressionEvaluator evaluator, byte evaluation)voidverifyValue(ItemProperty property, java.lang.Object value)voidverifyValues(java.util.Map<java.lang.String,java.lang.Object> result)-
Methods inherited from class net.sf.jasperreports.components.items.fill.FillItem
clone, evaluateProperties, getEvaluatedProperties, getProperties
-
-
-
-
Field Detail
-
PROPERTY_NAME
public static final java.lang.String PROPERTY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_COLOR
public static final java.lang.String PROPERTY_COLOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FillStyleItem
public FillStyleItem(FillContextProvider fillContextProvider, Item item, JRFillObjectFactory factory)
-
-
Method Detail
-
getEvaluatedValue
public java.lang.Object getEvaluatedValue(ItemProperty property, JRFillExpressionEvaluator evaluator, byte evaluation) throws JRException
- Overrides:
getEvaluatedValuein classFillItem- Throws:
JRException
-
verifyValue
public void verifyValue(ItemProperty property, java.lang.Object value) throws JRException
- Specified by:
verifyValuein classFillItem- Throws:
JRException
-
verifyValues
public void verifyValues(java.util.Map<java.lang.String,java.lang.Object> result) throws JRException- Specified by:
verifyValuesin classFillItem- Throws:
JRException
-
-