org.freehep.postscript
Class PSType1Glyph

java.lang.Object
  extended by org.freehep.postscript.PSObject
      extended by org.freehep.postscript.PSSimple
          extended by org.freehep.postscript.PSGlyph
              extended by org.freehep.postscript.PSType1Glyph
All Implemented Interfaces:
Cloneable

public class PSType1Glyph
extends PSGlyph

Object is only for storage and lookup in Dictionaries and Arrays, not to be executed.

Version:
$Id: PSType1Glyph.java 8951 2006-09-12 21:44:14Z duns $
Author:
Mark Donszelmann

Field Summary
 
Fields inherited from class org.freehep.postscript.PSObject
name
 
Constructor Summary
PSType1Glyph(PSPackedArray proc, double wx, double lsb)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object o)
           
 PSPackedArray getProc()
           
 int hashCode()
           
 
Methods inherited from class org.freehep.postscript.PSGlyph
cvs, execute, getBounds2D, getLSB, getRSB, getType, getWidth, 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
 

Constructor Detail

PSType1Glyph

public PSType1Glyph(PSPackedArray proc,
                    double wx,
                    double lsb)
Method Detail

getProc

public PSPackedArray getProc()

hashCode

public int hashCode()
Overrides:
hashCode in class PSGlyph

equals

public boolean equals(Object o)
Overrides:
equals in class PSGlyph

clone

public Object clone()
Overrides:
clone in class PSGlyph


Copyright © 2000-2006 FreeHEP. All Rights Reserved.