Class BooleanAttributeHandler

java.lang.Object
org.jfree.xml.attributehandlers.BooleanAttributeHandler
All Implemented Interfaces:
AttributeHandler

public class BooleanAttributeHandler extends Object implements AttributeHandler
A class that handles the conversion of Boolean attributes to and from their String representation.
  • Constructor Details

    • BooleanAttributeHandler

      public BooleanAttributeHandler()
      Creates a new attribute handler.
  • Method Details