All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class figPac.fPsWrite

java.lang.Object
   |
   +----figPac.fPsWrite

public class fPsWrite
extends Object
implements fElement
Each instance of the class fPsWrite represents a string of raw PostScript code to be passed through to a ps file. It has no effect on the screen image.


Variable Index

 o psCode
The PostScript code.

Constructor Index

 o fPsWrite(String)
Creates a string of PostScript code.

Method Index

 o drawgfx(Figure, Hashtable, V2V)
 o drawps(Figure, Hashtable, V2V)

Variables

 o psCode
 public String psCode
The PostScript code.

Constructors

 o fPsWrite
 public fPsWrite(String psCode)
Creates a string of PostScript code.

Methods

 o drawgfx
 public void drawgfx(Figure fig,
                     Hashtable env,
                     V2V usr2pxl)
 o drawps
 public String drawps(Figure fig,
                      Hashtable env,
                      V2V usr2ps)

All Packages  Class Hierarchy  This Package  Previous  Next  Index