org.apache.xmlgraphics.ps.dsc.events
Class DSCCommentHiResBoundingBox
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
- All Implemented Interfaces:
- DSCParserConstants, DSCComment, DSCEvent
- Direct Known Subclasses:
- DSCCommentPageHiResBoundingBox
public class DSCCommentHiResBoundingBox
- extends DSCCommentBoundingBox
Represents a %%HiResBoundingBox DSC comment.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSCCommentHiResBoundingBox
public DSCCommentHiResBoundingBox()
- Creates a new instance.
DSCCommentHiResBoundingBox
public DSCCommentHiResBoundingBox(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)
generate
public void generate(PSGenerator gen)
throws IOException
- Writes the event to the given PSGenerator.
- Specified by:
generate
in interface DSCComment
- Specified by:
generate
in interface DSCEvent
- Overrides:
generate
in class DSCCommentBoundingBox
- Parameters:
gen
- the PSGenerator to write to
- Throws:
IOException
- In case of an I/O error- See Also:
DSCEvent.generate(
org.apache.xmlgraphics.ps.PSGenerator)
Copyright 1999-2015 The Apache Software Foundation. All Rights Reserved.