org.freehep.postscript.types
Class PSJavaGlyph
java.lang.Object
  
org.freehep.postscript.types.PSObject
      
org.freehep.postscript.types.PSSimple
          
org.freehep.postscript.types.PSGlyph
              
org.freehep.postscript.types.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: src/main/java/org/freehep/postscript/PSJavaGlyph.java
          17245790f2a9 2006/09/12 21:44:14 duns $
 
- Author:
 
  - Mark Donszelmann
 
 
| Fields inherited from class org.freehep.postscript.types.PSSimple | 
log | 
 
| Fields inherited from class org.freehep.postscript.types.PSObject | 
name | 
 
 
 
| Methods inherited from class org.freehep.postscript.types.PSGlyph | 
cvs, execute, getBounds2D, getLLx, getLLy, getLSB, getRSB, getType, getURx, getURy, getWidth, getWx, getWy, setLLx, setLLy, setURx, setURy, setWx, setWy, toString | 
 
| Methods inherited from class org.freehep.postscript.types.PSSimple | 
copy | 
 
 
 
PSJavaGlyph
public PSJavaGlyph(GlyphVector gv)
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()
             throws CloneNotSupportedException
- Overrides:
 clone in class PSGlyph
 
- Throws:
 CloneNotSupportedException
 
Copyright © 2001-2009 FreeHEP. All Rights Reserved.