org.apache.xmlgraphics.ps.dsc.events
Class DSCCommentPageHiResBoundingBox
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.DSCCommentHiResBoundingBox
org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageHiResBoundingBox
- All Implemented Interfaces:
- DSCParserConstants, DSCComment, DSCEvent
public class DSCCommentPageHiResBoundingBox
- extends DSCCommentHiResBoundingBox
Represents a %%PageHiResBoundingBox 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 |
DSCCommentPageHiResBoundingBox
public DSCCommentPageHiResBoundingBox()
- Creates a new instance.
DSCCommentPageHiResBoundingBox
public DSCCommentPageHiResBoundingBox(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 DSCCommentHiResBoundingBox
- Returns:
- the name of the DSC comment (without the "%%" prefix)
Copyright 1999-2015 The Apache Software Foundation. All Rights Reserved.