Class StandardMarkerProperty
- java.lang.Object
-
- net.sf.jasperreports.components.map.StandardMarkerProperty
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,ItemProperty,MarkerProperty,JRChangeEventsSupport,JRCloneable
public class StandardMarkerProperty extends java.lang.Object implements MarkerProperty, JRChangeEventsSupport, java.io.Serializable
Deprecated.Replaced byStandardItemProperty.- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_NAMEDeprecated.static java.lang.StringPROPERTY_VALUEDeprecated.static java.lang.StringPROPERTY_VALUE_EXPRESSIONDeprecated.
-
Constructor Summary
Constructors Constructor Description StandardMarkerProperty()Deprecated.StandardMarkerProperty(java.lang.String name, java.lang.String value, JRExpression valueExpression)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Objectclone()Deprecated.JRPropertyChangeSupportgetEventSupport()Deprecated.Returns the property change support object for this instance.java.lang.StringgetName()Deprecated.Returns the name of the item property (required).java.lang.StringgetValue()Deprecated.Returns thevalueattribute of the item property.JRExpressiongetValueExpression()Deprecated.Returns aJRExpressionrepresenting the value object for the item property.voidsetName(java.lang.String name)Deprecated.voidsetValue(java.lang.String value)Deprecated.voidsetValueExpression(JRExpression valueExpression)Deprecated.
-
-
-
Field Detail
-
PROPERTY_NAME
public static final java.lang.String PROPERTY_NAME
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_VALUE
public static final java.lang.String PROPERTY_VALUE
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_VALUE_EXPRESSION
public static final java.lang.String PROPERTY_VALUE_EXPRESSION
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StandardMarkerProperty
public StandardMarkerProperty()
Deprecated.
-
StandardMarkerProperty
public StandardMarkerProperty(java.lang.String name, java.lang.String value, JRExpression valueExpression)Deprecated.
-
-
Method Detail
-
getName
public java.lang.String getName()
Deprecated.Description copied from interface:ItemPropertyReturns the name of the item property (required).- Specified by:
getNamein interfaceItemProperty- Returns:
- the property name
-
setName
public void setName(java.lang.String name)
Deprecated.
-
getValue
public java.lang.String getValue()
Deprecated.Description copied from interface:ItemPropertyReturns thevalueattribute of the item property. Onlyjava.lang.Stringvalues are allowed for this attribute.- Specified by:
getValuein interfaceItemProperty- Returns:
- the
valueattribute
-
setValue
public void setValue(java.lang.String value)
Deprecated.
-
getValueExpression
public JRExpression getValueExpression()
Deprecated.Description copied from interface:ItemPropertyReturns aJRExpressionrepresenting the value object for the item property. If present, it overrides the value given by thevalueattribute.- Specified by:
getValueExpressionin interfaceItemProperty- Returns:
- the value expression
-
setValueExpression
public void setValueExpression(JRExpression valueExpression)
Deprecated.
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
Deprecated.Description copied from interface:JRChangeEventsSupportReturns the property change support object for this instance.- Specified by:
getEventSupportin interfaceJRChangeEventsSupport- Returns:
- the property change support object for this instance
-
clone
public java.lang.Object clone()
Deprecated.- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classjava.lang.Object
-
-