org.freehep.postscript.dsc
Class DSC

java.lang.Object
  extended by 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

Nested Class Summary
static class DSC.Enumeration
           
static class DSC.NoArgs
           
static class DSC.Page
           
static class DSC.Rectangle
           
static class DSC.TextLine
           
static class DSC.UInt
           
static class DSC.Unparsed
           
static class DSC.Version
           
 
Constructor Summary
DSC()
           
 
Method Summary
 Object addDSCComment(String comment, Object parse)
           
 void addDSCEventListener(DSCEventListener listener)
           
 Object get(String key)
           
 boolean parse(String line, OperandStack os)
           
 void removeDSCEventListener(DSCEventListener listener)
           
static String text(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSC

public DSC()
Method Detail

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.