org.freehep.postscript
Class PSJavaFont
java.lang.Object
org.freehep.postscript.PSObject
org.freehep.postscript.PSSimple
org.freehep.postscript.PSJavaFont
- All Implemented Interfaces:
- Cloneable
public class PSJavaFont
- extends PSSimple
Object is only for storage and lookup in Dictionaries and Arrays,
not to be executed.
- Version:
- $Id: PSJavaFont.java 8951 2006-09-12 21:44:14Z duns $
- Author:
- Mark Donszelmann
Fields inherited from class org.freehep.postscript.PSObject |
name |
Methods inherited from class org.freehep.postscript.PSSimple |
copy |
PSJavaFont
public PSJavaFont(Font f)
execute
public boolean execute(OperandStack os)
- Specified by:
execute
in class PSObject
getType
public String getType()
- Specified by:
getType
in class PSObject
getFont
public Font getFont()
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-2006 FreeHEP. All Rights Reserved.