org.apache.fop.render.ps.extensions

Class PSCommentAfter

Implemented Interfaces:
ExtensionAttachment, XMLizable

public class PSCommentAfter
extends PSExtensionAttachment

Custom postscript comment after class

Field Summary

protected static String
ELEMENT
Element name

Fields inherited from class org.apache.fop.render.ps.extensions.PSExtensionAttachment

CATEGORY, content

Constructor Summary

PSCommentAfter()
Default constructor
PSCommentAfter(String content)
Constructor

Method Summary

protected String
getElement()

Methods inherited from class org.apache.fop.render.ps.extensions.PSExtensionAttachment

getCategory, getContent, getElement, getType, setContent, toSAX, toString

Field Details

ELEMENT

protected static final String ELEMENT
Element name

Constructor Details

PSCommentAfter

public PSCommentAfter()
Default constructor

PSCommentAfter

public PSCommentAfter(String content)
Constructor
Parameters:
content - comment

Method Details

getElement

protected String getElement()
Overrides:
getElement in interface PSExtensionAttachment
Returns:
the element name

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