org.freehep.postscript
Class DSC
java.lang.Object
org.freehep.postscript.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.
- Version:
- $Id: DSC.java,v 1.2 2004/01/16 23:05:09 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- DSC.java
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 Object addDSCComment(String comment,
Object parse)
addDSCEventListener
public void addDSCEventListener(DSCEventListener listener)
removeDSCEventListener
public void removeDSCEventListener(DSCEventListener listener)
parse
public boolean parse(String line,
OperandStack os)
get
public Object get(String key)
text
public static String text(String s)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.