|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.afp.modca.AbstractAFPObject
org.apache.fop.afp.modca.AbstractStructuredObject
org.apache.fop.afp.modca.AbstractTripletStructuredObject
org.apache.fop.afp.modca.AbstractNamedAFPObject
org.apache.fop.afp.modca.ObjectEnvironmentGroup
public final class ObjectEnvironmentGroup
An Object Environment Group (OEG) may be associated with an object and is contained within the object's begin-end envelope. The object environment group defines the object's origin and orientation on the page, and can contain font and color attribute table information. The scope of an object environment group is the scope of its containing object. An application that creates a data-stream document may omit some of the parameters normally contained in the object environment group, or it may specify that one or more default values are to be used.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.fop.afp.modca.AbstractAFPObject |
---|
AbstractAFPObject.Category, AbstractAFPObject.Type |
Field Summary |
---|
Fields inherited from class org.apache.fop.afp.modca.AbstractNamedAFPObject |
---|
name |
Fields inherited from class org.apache.fop.afp.modca.AbstractTripletStructuredObject |
---|
triplets |
Fields inherited from class org.apache.fop.afp.modca.AbstractAFPObject |
---|
log, SF_CLASS, SF_HEADER |
Constructor Summary | |
---|---|
ObjectEnvironmentGroup(java.lang.String name)
Constructor for the ObjectEnvironmentGroup, this takes a name parameter which must be 8 characters long. |
Method Summary | |
---|---|
ObjectAreaDescriptor |
getObjectAreaDescriptor()
Returns the object area descriptor |
void |
setDataDescriptor(AbstractDescriptor dataDescriptor)
Sets the data descriptor |
void |
setMapContainerData(MapContainerData mapContainerData)
Sets the map container data |
void |
setMapDataResource(MapDataResource mapDataResource)
Sets the map data resource |
void |
setMapImageObject(MapImageObject mapImageObject)
Sets the Map Image Object (MIO). |
void |
setObjectAreaDescriptor(ObjectAreaDescriptor objectAreaDescriptor)
Sets the Object Area Descriptor |
void |
setObjectAreaPosition(ObjectAreaPosition objectAreaPosition)
Sets the Object Area Position |
void |
setPresentationEnvironmentControl(PresentationEnvironmentControl presentationEnvironmentControl)
Sets the presentation environment control |
protected void |
writeContent(java.io.OutputStream os)
Helper method to write the contents of the Object. |
protected void |
writeEnd(java.io.OutputStream os)
Helper method to write the end of the Object. |
protected void |
writeStart(java.io.OutputStream os)
Helper method to write the start of the Object. |
Methods inherited from class org.apache.fop.afp.modca.AbstractNamedAFPObject |
---|
copySF, getName, getNameBytes, getNameLength, setName, toString |
Methods inherited from class org.apache.fop.afp.modca.AbstractTripletStructuredObject |
---|
addTriplet, addTriplets, getFullyQualifiedName, getTripletDataLength, getTriplets, hasTriplet, hasTriplets, setComment, setFullyQualifiedName, setObjectClassification, writeTriplets |
Methods inherited from class org.apache.fop.afp.modca.AbstractStructuredObject |
---|
writeToStream |
Methods inherited from class org.apache.fop.afp.modca.AbstractAFPObject |
---|
copyChunks, copySF, truncate, writeChunksToStream, writeObjects |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjectEnvironmentGroup(java.lang.String name)
name
- the object environment group nameMethod Detail |
---|
public void setObjectAreaDescriptor(ObjectAreaDescriptor objectAreaDescriptor)
objectAreaDescriptor
- the object area descriptorpublic void setObjectAreaPosition(ObjectAreaPosition objectAreaPosition)
objectAreaPosition
- the object area positionpublic void setMapImageObject(MapImageObject mapImageObject)
mapImageObject
- the MIO structured fieldprotected void writeStart(java.io.OutputStream os) throws java.io.IOException
writeStart
in class AbstractStructuredObject
os
- The stream to write to
java.io.IOException
- throws an I/O exception if one occurredprotected void writeContent(java.io.OutputStream os) throws java.io.IOException
writeContent
in class AbstractStructuredObject
os
- The stream to write to
java.io.IOException
- throws an I/O exception if one occurredprotected void writeEnd(java.io.OutputStream os) throws java.io.IOException
writeEnd
in class AbstractStructuredObject
os
- The stream to write to
java.io.IOException
- an I/O exception if one occurredpublic void setPresentationEnvironmentControl(PresentationEnvironmentControl presentationEnvironmentControl)
presentationEnvironmentControl
- the presentation environment controlpublic void setDataDescriptor(AbstractDescriptor dataDescriptor)
dataDescriptor
- the data descriptorpublic void setMapDataResource(MapDataResource mapDataResource)
mapDataResource
- the map data resourcepublic void setMapContainerData(MapContainerData mapContainerData)
mapContainerData
- the map container datapublic ObjectAreaDescriptor getObjectAreaDescriptor()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |