All Packages Class Hierarchy This Package Previous Next Index
Class PairwiseComparativeMap.ScreenString
java.lang.Object
|
+----PairwiseComparativeMap.ScreenString
- public class ScreenString
- extends Object
This is a class used internally to represent the strings drawn to screen
as vector grphics.
- Version:
- 1.0
- Author:
- Written by Jeremy Dickson for the UK Crop Plant Bioinformatics Network, October 1998.
-
highlighted
- Whether the string is to be highlighted.
-
locusFont
- Whether the same font is used to draw the string as is for the loci labels
-
string
- The string
-
x
- The x coordinates
-
y
- The y coordinate.
-
ScreenString(String, int, int, boolean, boolean)
- Default constructor.
x
public int x
- The x coordinates
y
public int y
- The y coordinate.
string
public String string
- The string
locusFont
public boolean locusFont
- Whether the same font is used to draw the string as is for the loci labels
highlighted
public boolean highlighted
- Whether the string is to be highlighted.
ScreenString
public ScreenString(String string,
int x,
int y,
boolean locusFont,
boolean highlighted)
- Default constructor.
- Parameters:
- string - The string.
- x - The x value.
- y - The y value.
- locusFont - Whether the same font is used to draw the string as is for the loci labels
- highlighted - Whether the string is to be highlighted.
All Packages Class Hierarchy This Package Previous Next Index
|