All Packages Class Hierarchy This Package Previous Next Index
Class PairwiseComparativeMap.PairwiseRectangle
java.lang.Object
|
+----PairwiseComparativeMap.PairwiseRectangle
- public class PairwiseRectangle
- extends Object
This is a class used internally to represent the rectangles drawn to screen
as vector grphics.
- Version:
- 1.0
- Author:
- Written by Jeremy Dickson for the UK Crop Plant Bioinformatics Network, October 1998.
-
height
- Coordinate.
-
onLHS
- Whether the rectanlgle is on the LHS map.
-
width
- Coordinate.
-
x
- Coordinate.
-
y
- Coordinate.
-
PairwiseRectangle(boolean, int, int, int, int)
- Default constructor.
onLHS
public boolean onLHS
- Whether the rectanlgle is on the LHS map.
x
public int x
- Coordinate.
y
public int y
- Coordinate.
width
public int width
- Coordinate.
height
public int height
- Coordinate.
PairwiseRectangle
public PairwiseRectangle(boolean onLHS,
int x,
int y,
int width,
int height)
- Default constructor.
- Parameters:
- onLHS - Whether the rectanlgle is on the LHS map.
- x - Coordinate.
- y - Coordinate.
- width - Coordinate.
- height - Coordinate.
All Packages Class Hierarchy This Package Previous Next Index
|