|
fop 0.95 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.afp.modca.AbstractAFPObject
org.apache.fop.render.afp.modca.AbstractNamedAFPObject
This is the base class for all named data stream objects. A named data stream object has an 8 byte EBCIDIC name.
Field Summary | |
protected java.lang.String |
name
The actual name of the object |
protected byte[] |
nameBytes
The name of the object in EBCIDIC bytes |
Fields inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject |
log |
Constructor Summary | |
AbstractNamedAFPObject(java.lang.String name)
Constructor for the ActiveEnvironmentGroup, this takes a name parameter which should be 8 characters long. |
Methods inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject |
writeDataStream, writeObjectList |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String name
protected byte[] nameBytes
Constructor Detail |
public AbstractNamedAFPObject(java.lang.String name)
name
- the object name
|
fop 0.95 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |