Class IntegerAttributeHandler

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

public class IntegerAttributeHandler extends Object implements AttributeHandler
A class that handles the conversion of Integer attributes to and from an appropriate String representation.
  • Constructor Details

    • IntegerAttributeHandler

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