pairwise-logo.gif (1266 bytes)

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.


Variable Index

 o highlighted
Whether the string is to be highlighted.
 o locusFont
Whether the same font is used to draw the string as is for the loci labels
 o string
The string
 o x
The x coordinates
 o y
The y coordinate.

Constructor Index

 o ScreenString(String, int, int, boolean, boolean)
Default constructor.

Variables

 o x
 public int x
The x coordinates

 o y
 public int y
The y coordinate.

 o string
 public String string
The string

 o locusFont
 public boolean locusFont
Whether the same font is used to draw the string as is for the loci labels

 o highlighted
 public boolean highlighted
Whether the string is to be highlighted.

Constructors

 o 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