|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.xml.attributehandlers.BooleanAttributeHandler
public class BooleanAttributeHandler
A class that handles the conversion of Boolean attributes to and from their
String representation.
| Constructor Summary | |
|---|---|
BooleanAttributeHandler()
Creates a new attribute handler. |
|
| Method Summary | |
|---|---|
String |
toAttributeValue(Object o)
Converts the attribute to a string. |
Object |
toPropertyValue(String s)
Converts a string to a Boolean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BooleanAttributeHandler()
| Method Detail |
|---|
public String toAttributeValue(Object o)
toAttributeValue in interface AttributeHandlero - the attribute (Boolean expected).
Boolean value.public Object toPropertyValue(String s)
Boolean.
toPropertyValue in interface AttributeHandlers - the string.
Boolean.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||