All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.SubSet.HandleBox

java.lang.Object
   |
   +----IMSWG.IW.SubSet.HandleBox

public class HandleBox
extends Object

Constructor Index

 o HandleBox(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, float, float, float, float, float)

Method Index

 o beginRow()
 o boxit(Graphics)
 o draw(Graphics)
 o drawhandles(Graphics)
 o endRow()
 o getPaddedSelection(int[], int[])
 o getSelection(int[], int[])
 o mouseDown(Graphics, int, int)
 o mouseDrag(Graphics, int, int)
 o sizeRow()

Constructors

 o HandleBox
 public HandleBox(int X1,
                  int Y1,
                  int X2,
                  int Y2,
                  int X3,
                  int Y3,
                  int X4,
                  int Y4,
                  int Xp1,
                  int Yp1,
                  int Xp2,
                  int Yp2,
                  int Xp3,
                  int Yp3,
                  int Xp4,
                  int Yp4,
                  float maxScene,
                  float minScene,
                  float tscene,
                  float frow,
                  float lrow)

Methods

 o draw
 public void draw(Graphics g)
 o drawhandles
 public void drawhandles(Graphics g)
 o boxit
 public void boxit(Graphics g)
 o mouseDown
 public void mouseDown(Graphics g,
                       int xClick,
                       int yClick)
 o mouseDrag
 public void mouseDrag(Graphics g,
                       int xDrag,
                       int yDrag)
 o beginRow
 public float beginRow()
 o endRow
 public float endRow()
 o getSelection
 public void getSelection(int selX[],
                          int selY[])
 o getPaddedSelection
 public void getPaddedSelection(int selX[],
                                int selY[])
 o sizeRow
 public float sizeRow()

All Packages  Class Hierarchy  This Package  Previous  Next  Index