public class DSCCommentBeginResource extends AbstractResourceDSCComment
COMMENT, DSC_COMMENT, EOF, HEADER_COMMENT, LINE| Constructor and Description |
|---|
DSCCommentBeginResource()
Creates a new instance
|
DSCCommentBeginResource(PSResource resource)
Creates a new instance for a given PSResource instance
|
DSCCommentBeginResource(PSResource resource,
int min,
int max)
Creates a new instance for a given PSResource instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
generate(PSGenerator gen)
Writes the event to the given PSGenerator.
|
Integer |
getMax()
Returns the maximum VM used by the resource.
|
Integer |
getMin()
Returns the minimum VM used by the resource.
|
String |
getName()
Returns the name of the DSC comment.
|
getResource, hasValues, parseValueasDSCComment, getEventType, isAtend, isDSCComment, splitParamsasLine, isComment, isHeaderComment, isLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasLine, isComment, isHeaderComment, isLinepublic DSCCommentBeginResource()
public DSCCommentBeginResource(PSResource resource)
resource - the resourcepublic DSCCommentBeginResource(PSResource resource, int min, int max)
resource - the resourcemin - Minimum VM used by the resourcemax - Maximum VM used by the resourcepublic Integer getMin()
public Integer getMax()
public String getName()
public void generate(PSGenerator gen) throws IOException
generate in interface DSCCommentgenerate in interface DSCEventgenerate in class AbstractResourceDSCCommentgen - the PSGenerator to write toIOException - In case of an I/O errorDSCEvent.generate(
org.apache.xmlgraphics.ps.PSGenerator)Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.