|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pdfclown.documents.contents.objects.ContentObject org.pdfclown.documents.contents.objects.CompositeObject
@PDF(value=PDF10) 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 | |
---|---|
protected Shape |
createRenderObject()
Creates the rendering object corresponding to this container. |
Operation |
getHeader()
Gets the object header. |
List<ContentObject> |
getObjects()
Gets the list of inner objects. |
protected boolean |
render(ContentScanner.GraphicsState state)
Renders this container. |
void |
scan(ContentScanner.GraphicsState state)
Applies this object to the specified graphics context, updating the specified graphics state. |
void |
setHeader(Operation value)
|
String |
toString()
|
void |
writeTo(IOutputStream stream,
Document context)
Serializes this object to the specified stream. |
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 Operation getHeader()
public List<ContentObject> getObjects()
public void scan(ContentScanner.GraphicsState state)
ContentObject
scan
in class ContentObject
state
- Graphics state.public void setHeader(Operation value)
getHeader()
public String toString()
toString
in class Object
public void writeTo(IOutputStream stream, Document context)
ContentObject
writeTo
in class ContentObject
stream
- Target stream.context
- Document context.protected Shape createRenderObject()
protected boolean render(ContentScanner.GraphicsState state)
state
- Graphics state.
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |