Deprecated API

Deprecated Classes
org.jfree.util.ArrayUtils
          Use ArrayUtilities. 
org.jfree.xml.parser.Base64ReadHandler
          base64 encoded elements are no longer supported ... 
org.jfree.util.BooleanUtils
          Use BooleanUtilities. 
org.jfree.ui.BoundsAnchor
          No longer required (see also RectangleAnchor). 
org.jfree.ui.about.Library
          shadow class for deprecation 
org.jfree.util.NumberTable
          No longer used. 
org.jfree.util.NumberUtils
          To be removed. 
org.jfree.util.PaintUtils
          Use PaintUtilities. 
org.jfree.util.ShapeUtils
          Use ShapeUtilities. 
org.jfree.ui.TextAnchorTable
          No longer used. 
 

Deprecated Methods
org.jfree.ui.RefineryUtilities.calculateRotatedStringBounds(String, Graphics2D, float, float, double, float, float)
          Moved to the TextUtilities class. 
org.jfree.ui.RefineryUtilities.calculateRotatedStringBounds(String, Graphics2D, float, float, TextAnchor, TextAnchor, double)
          Moved to the TextUtilities class (note also the change in the order of the parameters). 
org.jfree.ui.RefineryUtilities.drawAlignedString(String, Graphics2D, float, float, TextAnchor)
          Use TextUtilities.drawAlignedString(). 
org.jfree.ui.RefineryUtilities.drawRotatedShape(Shape, Graphics2D, float, float, double)
          Moved to the ShapeUtilities class (note also that the order of the parameters has changed). 
org.jfree.ui.RefineryUtilities.drawRotatedString(String, Graphics2D, float, float, double)
          Moved to the TextUtilities class (note also the order of the parameters has been changed). 
org.jfree.ui.RefineryUtilities.drawRotatedString(String, Graphics2D, float, float, double, float, float)
          Moved to the TextUtilities class. 
org.jfree.ui.RefineryUtilities.drawRotatedString(String, Graphics2D, float, float, TextAnchor, float, float, double)
          Moved to the TextUtilities class (note also the order of the parameters has changed). 
org.jfree.ui.RefineryUtilities.drawRotatedString(String, Graphics2D, float, float, TextAnchor, TextAnchor, double)
          Moved to the TextUtilities class (note also the order of the parameters has changed). 
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.RefineryUtilities.getPointInRectangle(double, double, Rectangle2D)
          Moved to ShapeUtilities. 
org.jfree.ui.TextAnchor.getVerticalOpposite(TextAnchor)
          Renderers now have positive and negative item label text anchors. 
org.jfree.ui.RefineryUtilities.setUseDrawRotatedStringWorkaround(boolean)
          Moved to the TextUtilities class. 
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. 
 

Deprecated Constructors
org.jfree.xml.factory.objects.DecimalFormatObjectDescription(Class, boolean)
          should no longer be used...