Package com.cosylab.vdct.db
Class DBView
- java.lang.Object
-
- com.cosylab.vdct.db.DBView
-
public class DBView extends Object
This type was created in VisualAge.
-
-
Constructor Summary
Constructors Constructor Description DBView(int rx, int ry, double scale)
FieldData constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRx()
int
getRy()
double
getScale()
void
setRx(int i)
void
setRy(int i)
void
setScale(double d)
-
-
-
Method Detail
-
getRx
public int getRx()
- Returns:
- something
-
getRy
public int getRy()
- Returns:
- something
-
getScale
public double getScale()
- Returns:
- something
-
setRx
public void setRx(int i)
- Parameters:
i
- i
-
setRy
public void setRy(int i)
- Parameters:
i
- i
-
setScale
public void setScale(double d)
- Parameters:
d
- d
-
-