org.apache.batik.gvt.font.AWTGVTFont This is a wrapper class for a java.awt.Font instance. @author <a HREF="mailto:bella.robinson@cmis.csiro.au">Bella Robinson</a> @version $Id: AWTGVTFont.java,v 1.15 2004/08/18 07:14:35 vhardy Exp $
com.lutris.util.Convert Various conversion methods. These methods are mostly used to convert internal java data fields into byte arrays or strings for use over the network or in 8 bit ASCII fields. @deprecated Use HexEncoder or Base64Encoder. @see HexEncoder @see Base64Encoder