com.cosylab.vdct.db
Class DBView

java.lang.Object
  extended by com.cosylab.vdct.db.DBView

public class DBView
extends java.lang.Object

This type was created in VisualAge.


Field Summary
protected  int rx
           
protected  int ry
           
protected  double scale
           
 
Constructor Summary
DBView(int rx, int ry, double scale)
          FieldData constructor comment.
 
Method Summary
 int getRx()
           
 int getRy()
           
 double getScale()
           
 void setRx(int i)
           
 void setRy(int i)
           
 void setScale(double d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rx

protected int rx

ry

protected int ry

scale

protected double scale
Constructor Detail

DBView

public DBView(int rx,
              int ry,
              double scale)
FieldData constructor comment.

Method Detail

getRx

public int getRx()
Returns:

getRy

public int getRy()
Returns:

getScale

public double getScale()
Returns:

setRx

public void setRx(int i)
Parameters:
i -

setRy

public void setRy(int i)
Parameters:
i -

setScale

public void setScale(double d)
Parameters:
d -