org.freehep.postscript.dsc
Class DSC
java.lang.Object
org.freehep.postscript.dsc.DSC
public class DSC
- extends Object
DCS (Document Structuring Conventions) level 3.0 for PostScript Processor
as specified in PostScript Language Document Structuring Conventions
Specification, version 3.0, 25 September 1992.
- Author:
- Mark Donszelmann
Constructor Summary |
DSC()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSC
public DSC()
addDSCComment
public final Object addDSCComment(String comment,
Object parse)
addDSCEventListener
public final void addDSCEventListener(DSCEventListener listener)
removeDSCEventListener
public final void removeDSCEventListener(DSCEventListener listener)
parse
public final boolean parse(String line,
OperandStack os)
get
public final Object get(String key)
text
public static String text(String s)
Copyright © 2001-2009 FreeHEP. All Rights Reserved.