FreeHEP API
Version current

org.freehep.postscript
Class PSJavaGlyph

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

public class PSJavaGlyph
extends PSGlyph

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

Version:
$Id: PSJavaGlyph.java,v 1.1 2001/09/13 06:06:36 duns Exp $
Author:
Mark Donszelmann
Source Code:
PSJavaGlyph.java

Field Summary
 
Fields inherited from class org.freehep.postscript.PSObject
name
 
Constructor Summary
PSJavaGlyph(GlyphVector gv)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object o)
           
 GlyphVector getGlyph()
           
 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

PSJavaGlyph

public PSJavaGlyph(GlyphVector gv)
Method Detail

getGlyph

public GlyphVector getGlyph()

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.