fop 0.94

org.apache.fop.render.afp.modca
Class AbstractNamedAFPObject

java.lang.Object
  extended by org.apache.fop.render.afp.modca.AbstractAFPObject
      extended by org.apache.fop.render.afp.modca.AbstractNamedAFPObject
Direct Known Subclasses:
AbstractPageObject, ActiveEnvironmentGroup, Document, EndPageGroup, ImageObject, IMImageObject, IncludeObject, IncludePageOverlay, IncludePageSegment, InvokeMediumMap, ObjectEnvironmentGroup, PageGroup, PresentationTextObject, ResourceGroup

public abstract class AbstractNamedAFPObject
extends AbstractAFPObject

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.
 
Method Summary
 
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

_name

protected java.lang.String _name
The actual name of the object


_nameBytes

protected byte[] _nameBytes
The name of the object in EBCIDIC bytes

Constructor Detail

AbstractNamedAFPObject

public AbstractNamedAFPObject(java.lang.String name)
Constructor for the ActiveEnvironmentGroup, this takes a name parameter which should be 8 characters long.

Parameters:
name - the object name

fop 0.94

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.