org.apache.xmlgraphics.ps.dsc.events
Class DSCCommentPageBoundingBox
java.lang.Object
org.apache.xmlgraphics.ps.dsc.events.AbstractEvent
org.apache.xmlgraphics.ps.dsc.events.AbstractDSCComment
org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox
org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageBoundingBox
- All Implemented Interfaces:
- DSCParserConstants, DSCComment, DSCEvent
public class DSCCommentPageBoundingBox
- extends DSCCommentBoundingBox
Represents a %%PageBoundingBox DSC comment.
|
Method Summary |
String |
getName()
Returns the name of the DSC comment. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSCCommentPageBoundingBox
public DSCCommentPageBoundingBox()
- Creates a new instance.
DSCCommentPageBoundingBox
public DSCCommentPageBoundingBox(Rectangle2D bbox)
- Creates a new instance.
- Parameters:
bbox - the bounding box
getName
public String getName()
- Returns the name of the DSC comment.
- Specified by:
getName in interface DSCComment- Overrides:
getName in class DSCCommentBoundingBox
- Returns:
- the name of the DSC comment (without the "%%" prefix)
Copyright 1999-2015 The Apache Software Foundation. All Rights Reserved.