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.
-
MapAndLocusNumber()
-
-
MapAndLocusNumber(int, int)
-
-
MapAndLocusNumber(Point)
-
-
resetMapAndLocus(int, int)
-
-
whichLocus()
-
-
whichMap()
-
MapAndLocusNumber
public MapAndLocusNumber()
MapAndLocusNumber
public MapAndLocusNumber(int mapNo,
int locusNo)
MapAndLocusNumber
public MapAndLocusNumber(Point mapLocusNo)
resetMapAndLocus
public void resetMapAndLocus(int mapNo,
int locusNo)
whichMap
public int whichMap()
whichLocus
public int whichLocus()
All Packages Class Hierarchy This Package Previous Next Index