|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.stefanochizzolini.clown.documents.contents.objects.ContentObject
it.stefanochizzolini.clown.documents.contents.objects.CompositeObject
public abstract class CompositeObject
Composite object. It is made up of multiple content objects.
| Field Summary | |
|---|---|
protected List<ContentObject> |
objects
|
| Constructor Summary | |
|---|---|
protected |
CompositeObject()
|
protected |
CompositeObject(ContentObject... objects)
|
protected |
CompositeObject(ContentObject object)
|
protected |
CompositeObject(List<ContentObject> objects)
|
| Method Summary | |
|---|---|
void |
applyTo(ContentScanner.GraphicsState state)
Applies the object's state to the specified graphics state. |
List<ContentObject> |
getObjects()
Gets the list of inner objects. |
String |
toString()
|
void |
writeTo(IOutputStream stream)
Writes PDF representation of the object to the target buffer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<ContentObject> objects
| Constructor Detail |
|---|
protected CompositeObject()
protected CompositeObject(ContentObject object)
protected CompositeObject(ContentObject... objects)
protected CompositeObject(List<ContentObject> objects)
| Method Detail |
|---|
public void applyTo(ContentScanner.GraphicsState state)
ContentObject
applyTo in class ContentObjectstate - Content scanner graphics state.public List<ContentObject> getObjects()
public String toString()
toString in class Objectpublic void writeTo(IOutputStream stream)
ContentObject
writeTo in class ContentObject
|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||