this getter doesn't need to exist. By virtue of the fact that the client has
an instance of this object, it means they also have the
FOUserAgent
since this's
constructor is only used in
FOUserAgent
use getIDTracker().addUnresolvedIDRef(idref, res) instead
use getIDTracker().alreadyResolvedID(id) instead
use getIDTracker().associateIDWithPageViewport(id, pv) instead
use getIDTracker().getPageViewportsContainingID(id) instead
use getIDTracker().signalIDProcessed(id) instead
use getIDTracker().signalPendingID(id) instead
use getIDTracker().tryIDResolution(pv) instead
Call the other addBorders() method and addPadding separately.
use setGoToReference(Object) instead
Use getXObject instead (so forms are treated in the same way)
Use the variant with the Graphics2DImagePainter from XML Graphics Commons instead
use FontInfo.getFontInstanceForAWTFont(java.awt.Font awtFont) instead
use org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil directly
use org.apache.xmlgraphics.java2d.color.profile.ColorProfileUtil directly
use org.apache.xmlgraphics.util.UnitConv.in2mm(in) instead.
use org.apache.xmlgraphics.util.UnitConv.in2mpt(in) instead.
use org.apache.xmlgraphics.util.UnitConv.in2pt(in) instead.
use org.apache.xmlgraphics.util.UnitConv.pt2mm(pt) instead.
use org.apache.xmlgraphics.util.UnitConv.mm2mpt(mm) instead.
use org.apache.xmlgraphics.util.UnitConv.mm2pt(mm) instead.
use org.apache.xmlgraphics.util.UnitConv.mm2px(mm, resolution) instead.
use org.apache.xmlgraphics.util.UnitConv.mpt2in(mpt) instead.
use org.apache.xmlgraphics.util.UnitConv.mpt2px(mpt, resolution) instead.
use org.apache.xmlgraphics.util.UnitConv.mptToPt(at) instead.
use org.apache.xmlgraphics.util.UnitConv.pt2mm(pt) instead.
use org.apache.xmlgraphics.util.UnitConv.ptToMpt(at) instead.