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.
-
colour
- The colour of the line 1=black, 2=red, 3=lightGray.
-
x1
- Coordinate.
-
x2
- Coordinate.
-
y1
- Coordinate.
-
y2
- Coordinate.
-
Line(int, int, int, int, byte)
- Default constructor.
x1
public int x1
- Coordinate.
x2
public int x2
- Coordinate.
y1
public int y1
- Coordinate.
y2
public int y2
- Coordinate.
colour
public byte colour
- The colour of the line 1=black, 2=red, 3=lightGray.
Line
public Line(int x1,
int y1,
int x2,
int y2,
byte colour)
- Default constructor.
All Packages Class Hierarchy This Package Previous Next Index
|