jxUtil 0.6

org.sourceforge.jxutil.net.xfs
Class XFSResponses.ListFontsWithXInfoResA

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSData
        |
        +--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSResponse
              |
              +--org.sourceforge.jxutil.net.xfs.XFSResponses.ListFontsWithXInfoResA
Enclosing class:
XFSResponses

public static class XFSResponses.ListFontsWithXInfoResA
extends XFSPackets.XFSResponse


Field Summary
 XFSDataTypes.XFONTINFO fontinfo
           
 String name
           
 int replies_following_hint
           
 
Constructor Summary
XFSResponses.ListFontsWithXInfoResA(DataConverter conv, int stype, byte[] data)
           
XFSResponses.ListFontsWithXInfoResA(String[] names)
           
 
Method Summary
 byte[] getBuf(DataConverter conv)
           
 String toString()
           
 
Methods inherited from class org.sourceforge.jxutil.net.xfs.XFSPackets.XFSResponse
getSubType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fontinfo

public final XFSDataTypes.XFONTINFO fontinfo

name

public final String name

replies_following_hint

public final int replies_following_hint
Constructor Detail

XFSResponses.ListFontsWithXInfoResA

public XFSResponses.ListFontsWithXInfoResA(DataConverter conv,
                                           int stype,
                                           byte[] data)

XFSResponses.ListFontsWithXInfoResA

public XFSResponses.ListFontsWithXInfoResA(String[] names)
Method Detail

getBuf

public byte[] getBuf(DataConverter conv)
Specified by:
getBuf in class XFSPackets.XFSResponse

toString

public final String toString()
Overrides:
toString in class Object

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.