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
-
x
-
-
y
-
-
fTranslate(double, double)
- Translates by the arguments.
-
fTranslate(double[])
- Translates by the argument.
-
drawgfx(Figure, Hashtable, V2V)
-
-
drawps(Figure, Hashtable, V2V)
-
-
writeLbl(Figure, Hashtable, V2V)
-
x
public double x
y
public double y
fTranslate
public fTranslate(double x,
double y)
- Translates by the arguments.
fTranslate
public fTranslate(double xy[])
- Translates 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