org.jfree.ui.RefineryUtilities.calculateRotatedStringBounds(String, Graphics2D, float, float, double, float, float)
|
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)
|
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)
|
org.jfree.ui.TextAnchor.getVerticalOpposite(TextAnchor)
Renderers now have positive and negative item label text anchors.
|
org.jfree.ui.RefineryUtilities.setUseDrawRotatedStringWorkaround(boolean)
|
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.
|