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
-
xfactor
-
-
yfactor
-
-
fScale(double, double)
- Scales by the arguments.
-
fScale(double[])
- Scales by the argument.
-
drawgfx(Figure, Hashtable, V2V)
-
-
drawps(Figure, Hashtable, V2V)
-
-
writeLbl(Figure, Hashtable, V2V)
-
xfactor
public double xfactor
yfactor
public double yfactor
fScale
public fScale(double xfactor,
double yfactor)
- Scales by the arguments.
fScale
public fScale(double xyfactors[])
- Scales by the argument.
drawgfx
public void drawgfx(Figure fig,
Hashtable env,
V2V usr2dvc)
drawps
public String drawps(Figure fig,
Hashtable env,
V2V usr2dvc)
writeLbl
public String writeLbl(Figure fig,
Hashtable env,
V2V usr2dvc)
All Packages Class Hierarchy This Package Previous Next Index