com.lowagie.text

Class ZapfDingbatsNumberList

public class ZapfDingbatsNumberList extends List

A special-version of LIST which use zapfdingbats-numbers (1..10).

Author: Michael Niedermair and Bruno Lowagie

See Also: List

Field Summary
protected inttype
which type
Constructor Summary
ZapfDingbatsNumberList(int type)
Creates a ZapdDingbatsNumberList
ZapfDingbatsNumberList(int type, int symbolIndent)
Creates a ZapdDingbatsNumberList
Method Summary
booleanadd(Object o)
Adds an Object to the List.
intgetType()
get the type
voidsetType(int type)
set the type

Field Detail

type

protected int type
which type

Constructor Detail

ZapfDingbatsNumberList

public ZapfDingbatsNumberList(int type)
Creates a ZapdDingbatsNumberList

Parameters: type the type of list

ZapfDingbatsNumberList

public ZapfDingbatsNumberList(int type, int symbolIndent)
Creates a ZapdDingbatsNumberList

Parameters: type the type of list 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

getType

public int getType()
get the type

Returns: char-number

setType

public void setType(int type)
set the type

Parameters: type