pairwise-logo.gif (1266 bytes)

All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PairwiseComparativeMap.Line

java.lang.Object
   |
   +----PairwiseComparativeMap.Line

public class Line
extends Object
This is a class used internally to represent the lines 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 colour
The colour of the line 1=black, 2=red, 3=lightGray.
 o x1
Coordinate.
 o x2
Coordinate.
 o y1
Coordinate.
 o y2
Coordinate.

Constructor Index

 o Line(int, int, int, int, byte)
Default constructor.

Variables

 o x1
 public int x1
Coordinate.

 o x2
 public int x2
Coordinate.

 o y1
 public int y1
Coordinate.

 o y2
 public int y2
Coordinate.

 o colour
 public byte colour
The colour of the line 1=black, 2=red, 3=lightGray.

Constructors

 o Line
 public Line(int x1,
             int y1,
             int x2,
             int y2,
             byte colour)
Default constructor.


All Packages  Class Hierarchy  This Package  Previous  Next  Index