org.apache.fop.render.afp.modca

Class AbstractNamedAFPObject

Known Direct Subclasses:
AbstractPageObject, ActiveEnvironmentGroup, Document, 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 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(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

Field Details

name

protected String name
The actual name of the object

nameBytes

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

Constructor Details

AbstractNamedAFPObject

public AbstractNamedAFPObject(String name)
Constructor for the ActiveEnvironmentGroup, this takes a name parameter which should be 8 characters long.
Parameters:
name - the object name

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