org.freehep.postscript.types
Class PSType1Glyph
java.lang.Object
org.freehep.postscript.types.PSObject
org.freehep.postscript.types.PSSimple
org.freehep.postscript.types.PSGlyph
org.freehep.postscript.types.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: src/main/java/org/freehep/postscript/PSType1Glyph.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 |
PSType1Glyph
public PSType1Glyph(PSPackedArray proc,
double wx,
double lsb)
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()
throws CloneNotSupportedException
- Overrides:
clone
in class PSGlyph
- Throws:
CloneNotSupportedException
Copyright © 2001-2009 FreeHEP. All Rights Reserved.