jxUtil 0.6

org.sourceforge.jxutil.net.xfs
Class XLFD

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.xfs.XLFD

public class XLFD
extends Object


Field Summary
(package private) static int ADD_STYLE_NAME
           
(package private) static int AVERAGE_WIDTH
           
(package private) static int CHARSET_ENCODING
           
(package private) static int CHARSET_REGISTRY
           
(package private) static int FAMILY_NAME
           
(package private) static int FOUNDRY
           
(package private)  String[] pattern
           
(package private) static int PIXEL_SIZE
           
(package private) static int POINT_SIZE
           
(package private) static int RESOLUTION_X
           
(package private) static int RESOLUTION_Y
           
(package private) static int SETWIDTH_NAME
           
(package private) static int SLANT
           
(package private) static int SPACING
           
(package private) static int WEIGHT_NAME
           
 
Constructor Summary
(package private) XLFD(String pattern)
           
 
Method Summary
 String getFamily()
           
 String getFoundry()
           
 String getPointSize()
           
 String getSlant()
           
 String getWeight()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ADD_STYLE_NAME

static final int ADD_STYLE_NAME
See Also:
Constant Field Values

AVERAGE_WIDTH

static final int AVERAGE_WIDTH
See Also:
Constant Field Values

CHARSET_ENCODING

static final int CHARSET_ENCODING
See Also:
Constant Field Values

CHARSET_REGISTRY

static final int CHARSET_REGISTRY
See Also:
Constant Field Values

FAMILY_NAME

static final int FAMILY_NAME
See Also:
Constant Field Values

FOUNDRY

static final int FOUNDRY
See Also:
Constant Field Values

pattern

String[] pattern

PIXEL_SIZE

static final int PIXEL_SIZE
See Also:
Constant Field Values

POINT_SIZE

static final int POINT_SIZE
See Also:
Constant Field Values

RESOLUTION_X

static final int RESOLUTION_X
See Also:
Constant Field Values

RESOLUTION_Y

static final int RESOLUTION_Y
See Also:
Constant Field Values

SETWIDTH_NAME

static final int SETWIDTH_NAME
See Also:
Constant Field Values

SLANT

static final int SLANT
See Also:
Constant Field Values

SPACING

static final int SPACING
See Also:
Constant Field Values

WEIGHT_NAME

static final int WEIGHT_NAME
See Also:
Constant Field Values
Constructor Detail

XLFD

XLFD(String pattern)
Method Detail

getFamily

public String getFamily()

getFoundry

public String getFoundry()

getPointSize

public String getPointSize()

getSlant

public String getSlant()

getWeight

public String getWeight()

toString

public String toString()
Overrides:
toString in class Object

jxUtil 0.6

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