com.lowagie.text

Class ZapfDingbatsList

public class ZapfDingbatsList extends List

A special-version of LIST which use zapfdingbats-letters.

Author: Michael Niedermair and Bruno Lowagie

See Also: List

Field Summary
protected intzn
char-number in zapfdingbats
Constructor Summary
ZapfDingbatsList(int zn)
Creates a ZapfDingbatsList
ZapfDingbatsList(int zn, int symbolIndent)
Creates a ZapfDingbatsList
Method Summary
booleanadd(Object o)
Adds an Object to the List.
intgetCharNumber()
get the char-number
voidsetCharNumber(int zn)
set the char-number

Field Detail

zn

protected int zn
char-number in zapfdingbats

Constructor Detail

ZapfDingbatsList

public ZapfDingbatsList(int zn)
Creates a ZapfDingbatsList

Parameters: zn a char-number

ZapfDingbatsList

public ZapfDingbatsList(int zn, int symbolIndent)
Creates a ZapfDingbatsList

Parameters: zn a char-number symbolIndent indent

Method Detail

add

public boolean add(Object o)
Adds an Object to the List.

Parameters: o the object to add.

Returns: true if adding the object succeeded

getCharNumber

public int getCharNumber()
get the char-number

Returns: char-number

setCharNumber

public void setCharNumber(int zn)
set the char-number

Parameters: zn a char-number