All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class figPac.fTranslate

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

public class fTranslate
extends Object
implements fElement, lblFiler

Variable Index

 o x
 o y

Constructor Index

 o fTranslate(double, double)
Translates by the arguments.
 o fTranslate(double[])
Translates by the argument.

Method Index

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

Variables

 o x
 public double x
 o y
 public double y

Constructors

 o fTranslate
 public fTranslate(double x,
                   double y)
Translates by the arguments.

 o fTranslate
 public fTranslate(double xy[])
Translates by the argument.

Methods

 o drawgfx
 public void drawgfx(Figure fig,
                     Hashtable env,
                     V2V usr2dvc)
 o drawps
 public String drawps(Figure fig,
                      Hashtable env,
                      V2V usr2dvc)
 o writeLbl
 public String writeLbl(Figure fig,
                        Hashtable env,
                        V2V usr2dvc)

All Packages  Class Hierarchy  This Package  Previous  Next  Index