org.apache.poi.hssf.usermodel.EscherGraphics2d Translates Graphics2d calls into escher calls. The translation is lossy so many features are not supported and some just aren't implemented yet. If in doubt test the specific calls you wish to make. Graphics calls are always drawn into an EscherGroup so one will need to be created. <p> < ...
com.jgoodies.looks.common.ShadowPopupBorder A border with a drop shadow intended to be used as the outer border of popups. Can paint the screen background if used with heavy-weight popup windows. @author Stefan Matthias Aust @author Karsten Lentzsch @author Andrej Golovnin @version $Revision: 1.5 $ @see ShadowPopup @see ShadowPopupFactory ...
org.pdfbox.pdmodel.font.PDType3Font This is implementation of the Type3 Font. @author Ben Litchfield (ben@csh.rit.edu) @version $Revision: 1.6 $
org.jfree.util.WaitingImageObserver This image observer blocks until the image is completely loaded. AWT defers the loading of images until they are painted on a graphic. While printing reports it is not very nice, not to know whether a image was completely loaded, so this observer forces the loading of the image until a final stat ...
org.jboss.test.webservice.attachment.AttachmentSAAJTestCase Test SOAP with Attachements (SwA) through the SAAJ layer. This tests the server side handling of Attachments. The JAXRPC client is not tested. [ 1039881 ] Cannot create multipart/mixed SOAP attachment @author Thomas.Diesler@jboss.org @since Nov 16, 2004
com.lowagie.text.Image An <CODE>Image</CODE> is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the document @see Element @see Rectangle