org.freehep.postscript
Class PSGlyph
java.lang.Object
org.freehep.postscript.PSObject
org.freehep.postscript.PSSimple
org.freehep.postscript.PSGlyph
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- PSJavaGlyph, PSType1Glyph
- public class PSGlyph
- extends PSSimple
Object is only for storage and lookup in Dictionaries and Arrays,
not to be executed.
- Version:
- $Id: PSGlyph.java,v 1.4 2001/09/13 06:06:36 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- PSGlyph.java
Fields inherited from class org.freehep.postscript.PSObject |
name |
Methods inherited from class org.freehep.postscript.PSSimple |
copy |
PSGlyph
public PSGlyph()
execute
public boolean execute(OperandStack os)
- Specified by:
execute
in class PSObject
getType
public String getType()
- Specified by:
getType
in class PSObject
getWidth
public double getWidth()
getBounds2D
public Rectangle2D getBounds2D()
getLSB
public double getLSB()
getRSB
public double getRSB()
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
Copyright © 2000-2004 FreeHEP, All Rights Reserved.