|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lizardtech.djvu.DjVuObject
com.lizardtech.djvu.JB2Dict
public class JB2Dict
DOCUMENT ME!
| Field Summary | |
|---|---|
java.lang.String |
comment
Comment string coded by JB2 file. |
| Fields inherited from class com.lizardtech.djvu.DjVuObject |
|---|
hasReferences |
| Constructor Summary | |
|---|---|
JB2Dict()
Creates a new JB2Dict object. |
|
| Method Summary | |
|---|---|
int |
add_shape(com.lizardtech.djvu.JB2Shape shape)
DOCUMENT ME! |
java.lang.Object |
clone()
DOCUMENT ME! |
static JB2Dict |
createJB2Dict(DjVuInterface ref)
Creates an instance of JB2Dict with the options interherited from the specified reference. |
void |
decode(CachedInputStream pool)
DOCUMENT ME! |
void |
decode(java.io.InputStream gbs,
JB2Dict zdict)
DOCUMENT ME! |
JB2Dict |
get_inherited_dict()
Returns the inherited dictionary. |
int |
get_inherited_shapes()
Returns the number of inherited shapes. |
int |
get_shape_count()
DOCUMENT ME! |
com.lizardtech.djvu.JB2Shape |
get_shape(int shapeno)
DOCUMENT ME! |
void |
init()
DOCUMENT ME! |
boolean |
isImageData()
Query if this is image data. |
void |
set_inherited_dict(JB2Dict dict)
DOCUMENT ME! |
void |
set_inherited_dict(JB2Dict dict,
boolean force)
Sets the inherited dictionary. |
| Methods inherited from class com.lizardtech.djvu.DjVuObject |
|---|
checkLockTime, create, create, createSoftReference, createWeakReference, getDjVuOptions, getFromReference, invoke, logError, printStackTrace, setDjVuOptions, verbose |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.lizardtech.djvu.DjVuInterface |
|---|
getDjVuOptions, setDjVuOptions |
| Field Detail |
|---|
public java.lang.String comment
| Constructor Detail |
|---|
public JB2Dict()
| Method Detail |
|---|
public boolean isImageData()
isImageData in interface Codecpublic static JB2Dict createJB2Dict(DjVuInterface ref)
ref - Object to interherit DjVuOptions from.
public java.lang.Object clone()
clone in class java.lang.Objectpublic final JB2Dict get_inherited_dict()
public final int get_inherited_shapes()
public final int get_shape_count()
public int add_shape(com.lizardtech.djvu.JB2Shape shape)
shape - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!
public final void decode(CachedInputStream pool)
throws java.io.IOException
decode in interface Codecpool - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!
public void decode(java.io.InputStream gbs,
JB2Dict zdict)
throws java.io.IOException
gbs - DOCUMENT ME!zdict - DOCUMENT ME!
java.io.IOException - DOCUMENT ME!public com.lizardtech.djvu.JB2Shape get_shape(int shapeno)
shapeno - DOCUMENT ME!
java.lang.IllegalStateException - DOCUMENT ME!public void init()
public void set_inherited_dict(JB2Dict dict)
dict - DOCUMENT ME!
public void set_inherited_dict(JB2Dict dict,
boolean force)
dict - DOCUMENT ME!force - DOCUMENT ME!
java.lang.IllegalStateException - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||