public abstract class AbstractEvent extends Object implements DSCEvent
COMMENT, DSC_COMMENT, EOF, HEADER_COMMENT, LINE
构造器和说明 |
---|
AbstractEvent() |
限定符和类型 | 方法和说明 |
---|---|
DSCComment |
asDSCComment()
Casts this instance to a DSCComment if possible.
|
PostScriptLine |
asLine()
Casts this instance to a PostScriptLine if possible.
|
boolean |
isComment()
Indicates whether the instance is a PostScript comment.
|
boolean |
isDSCComment()
Indicates whether the instance is a DSC comment.
|
boolean |
isHeaderComment()
Indicates whether the instance is a header comment.
|
boolean |
isLine()
Indicates whether the instance is a PostScript line.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generate, getEventType
public boolean isComment()
DSCEvent
isComment
在接口中 DSCEvent
DSCEvent.isComment()
public boolean isDSCComment()
DSCEvent
isDSCComment
在接口中 DSCEvent
DSCEvent.isDSCComment()
public boolean isHeaderComment()
DSCEvent
isHeaderComment
在接口中 DSCEvent
DSCEvent.isHeaderComment()
public boolean isLine()
DSCEvent
isLine
在接口中 DSCEvent
DSCEvent.isLine()
public DSCComment asDSCComment()
DSCEvent
asDSCComment
在接口中 DSCEvent
DSCEvent.asDSCComment()
public PostScriptLine asLine()
DSCEvent
asLine
在接口中 DSCEvent
DSCEvent.asLine()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.