All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CPGMap.MapAndLocusNumber

java.lang.Object
   |
   +----CPGMap.MapAndLocusNumber

public class MapAndLocusNumber
extends Object
This class is a very simple one for holding a map number and a locus number- It allows a particular locus on a map to be described by one object.


Constructor Index

 o MapAndLocusNumber()
 o MapAndLocusNumber(int, int)
 o MapAndLocusNumber(Point)

Method Index

 o resetMapAndLocus(int, int)
 o whichLocus()
 o whichMap()

Constructors

 o MapAndLocusNumber
 public MapAndLocusNumber()
 o MapAndLocusNumber
 public MapAndLocusNumber(int mapNo,
                          int locusNo)
 o MapAndLocusNumber
 public MapAndLocusNumber(Point mapLocusNo)

Methods

 o resetMapAndLocus
 public void resetMapAndLocus(int mapNo,
                              int locusNo)
 o whichMap
 public int whichMap()
 o whichLocus
 public int whichLocus()

All Packages  Class Hierarchy  This Package  Previous  Next  Index