Deprecated API

Deprecated Classes
org.jfree.xml.util.Base64
          removing the need for this class should be the primary aim. 
org.jfree.xml.parser.Base64ReadHandler
          base64 encoded elements are no longer supported ... 
org.jfree.ui.BoundsAnchor
          No longer required (see also RectangleAnchor). 
org.jfree.util.NumberTable
          No longer used. 
org.jfree.ui.TextAnchorTable
          No longer used. 
 

Deprecated Methods
org.jfree.util.ObjectUtils.equalOrBothNull(Object, Object)
          Use ObjectUtils.equal(...). 
org.jfree.ui.TextAnchor.getHorizontalOpposite(TextAnchor)
          Renderers now have positive and negative item label text anchors. 
org.jfree.ui.TextAnchor.getVerticalOpposite(TextAnchor)
          Renderers now have positive and negative item label text anchors. 
org.jfree.xml.writer.XMLWriter.writeTag(String, Properties, boolean)
          use the attribute list instead ... 
org.jfree.xml.writer.XMLWriterSupport.writeTag(Writer, String, Properties, boolean)
          use the attribute list instead of the properties.