FreeHEP API
Version current

org.freehep.postscript
Class PSDSC

java.lang.Object
  extended byorg.freehep.postscript.PSObject
      extended byorg.freehep.postscript.PSSimple
          extended byorg.freehep.postscript.PSDSC
All Implemented Interfaces:
Cloneable

public class PSDSC
extends PSSimple

Objects for PostScript Processor, for the Document Structure Conventions

Version:
$Id: PSDSC.java,v 1.1 2004/01/12 20:19:15 duns Exp $
Author:
Mark Donszelmann
Source Code:
PSDSC.java

Field Summary
protected  String comment
           
protected  DSC dsc
           
 
Fields inherited from class org.freehep.postscript.PSObject
name
 
Constructor Summary
PSDSC(String comment, DSC dsc)
           
 
Method Summary
 Object clone()
           
 String cvs()
           
 boolean equals(Object o)
           
 boolean execute(OperandStack os)
           
 String getType()
           
 String getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.freehep.postscript.PSSimple
copy
 
Methods inherited from class org.freehep.postscript.PSObject
checkAndExecute, error, isExecutable, isLiteral, setExecutable, setLiteral, setName, toPrint
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

comment

protected String comment

dsc

protected DSC dsc
Constructor Detail

PSDSC

public PSDSC(String comment,
             DSC dsc)
Method Detail

execute

public boolean execute(OperandStack os)
Specified by:
execute in class PSObject

getType

public String getType()
Specified by:
getType in class PSObject

getValue

public String getValue()

hashCode

public int hashCode()
Specified by:
hashCode in class PSObject

equals

public boolean equals(Object o)
Specified by:
equals in class PSObject

clone

public Object clone()
Specified by:
clone in class PSObject

cvs

public String cvs()
Specified by:
cvs in class PSObject

toString

public String toString()
Overrides:
toString in class PSObject

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.