Class CoordManager
- java.lang.Object
-
- org.biojava.nbio.structure.gui.util.CoordManager
-
public class CoordManager extends Object
a class that manages the conversion of sequence coordinate system to JPanel drawing coordinates- Since:
- 1.7
- Version:
- %I% %G%
- Author:
- Andreas Prlic
-
-
Constructor Summary
Constructors Constructor Description CoordManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetPanelPos(int seqPos)protected intgetSeqPos(int panelPos)start counting at 0...voidsetLength(int length)voidsetScale(float scale)
-