| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.xml.attributehandlers.FloatAttributeHandlerFloat attributes to and from an appropriate
String representation.
Constructor Summary | |
| |
Method Summary | |
String |
|
Object |
|
public String toAttributeValue(Object o)
Converts the attribute to a string.
- Specified by:
- toAttributeValue in interface AttributeHandler
- Parameters:
o- the attribute (Floatexpected).
- Returns:
- A string representing the
Floatvalue.
public Object toPropertyValue(String s)
Converts a string to aFloat.
- Specified by:
- toPropertyValue in interface AttributeHandler
- Parameters:
s- the string.
- Returns:
- a
Float.