pairwise-logo.gif (1266 bytes)

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.


Variable Index

 o height
Coordinate.
 o onLHS
Whether the rectanlgle is on the LHS map.
 o width
Coordinate.
 o x
Coordinate.
 o y
Coordinate.

Constructor Index

 o PairwiseRectangle(boolean, int, int, int, int)
Default constructor.

Variables

 o onLHS
 public boolean onLHS
Whether the rectanlgle is on the LHS map.

 o x
 public int x
Coordinate.

 o y
 public int y
Coordinate.

 o width
 public int width
Coordinate.

 o height
 public int height
Coordinate.

Constructors

 o 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