org.sourceforge.jxutil.net.xfs
Class XFSErrors.FontErr
java.lang.Object
|
+--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSData
|
+--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSError
|
+--org.sourceforge.jxutil.net.xfs.XFSErrors.FontErr
- Enclosing class:
- XFSErrors
- public static class XFSErrors.FontErr
- extends XFSPackets.XFSError
This error is generated by an invalid FONTID in the QueryXInfo,
QueryXExtents8, QueryXExtents16, QueryXBitmaps8, QueryXBitmaps16,
and CloseFont requests.
The value that caused the error is included as extra data.
bad_fontid
public final int bad_fontid
- bad font identifier.
ERROR_CODE
public static final int ERROR_CODE
- See Also:
- Constant Field Values
XFSErrors.FontErr
public XFSErrors.FontErr(DataConverter conv,
byte[] data)
XFSErrors.FontErr
public XFSErrors.FontErr(int timestamp,
byte major_opcode,
byte minor_opcode,
int bad_fontid)
toString
public final String toString()
- Overrides:
toString
in class XFSPackets.XFSError
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.