|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpdftron.SDF.ObjSet
public class ObjSet
ObjSet is a lightweight container that can hold a collection of SDF objects.
| Constructor Summary | |
|---|---|
ObjSet()
Instantiates a new obj set. |
|
| Method Summary | |
|---|---|
Obj |
createArray()
Creates a new array in ObjSet |
Obj |
createBool(boolean value)
Creates a new boolean object in ObjSet |
Obj |
createDict()
Creates a new Dictionary object in ObjSet |
Obj |
createName(java.lang.String name)
Creates a new Name object in ObjSet |
Obj |
createNull()
Creates a null object in ObjSet |
Obj |
createNumber(double value)
Creates a Number object in ObSet |
Obj |
createString(java.lang.String value)
Creates a string object in ObjSet |
void |
destroy()
Frees the native memory of the object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjSet()
| Method Detail |
|---|
public void destroy()
public Obj createName(java.lang.String name)
throws PDFNetException
name - string value of the Name object
PDFNetException
public Obj createArray()
throws PDFNetException
PDFNetException
public Obj createBool(boolean value)
throws PDFNetException
value - used to initialize boolean object
PDFNetException
public Obj createDict()
throws PDFNetException
PDFNetException
public Obj createNull()
throws PDFNetException
PDFNetException
public Obj createNumber(double value)
throws PDFNetException
value - of the Number object
PDFNetException
public Obj createString(java.lang.String value)
throws PDFNetException
value - of the string object
PDFNetException
|
© 2002-2011 PDFTron Systems Inc. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||