All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class figPac.fScale

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

public class fScale
extends Object
implements fElement, lblFiler

Variable Index

 o xfactor
 o yfactor

Constructor Index

 o fScale(double, double)
Scales by the arguments.
 o fScale(double[])
Scales by the argument.

Method Index

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

Variables

 o xfactor
 public double xfactor
 o yfactor
 public double yfactor

Constructors

 o fScale
 public fScale(double xfactor,
               double yfactor)
Scales by the arguments.

 o fScale
 public fScale(double xyfactors[])
Scales 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