genomicsnpanalyzer.gui
Class PlotSNP
java.lang.Object
genomicsnpanalyzer.gui.PlotSNP
public class PlotSNP
- extends java.lang.Object
|
Constructor Summary |
PlotSNP(Main parent)
Creates a new instance of plotP |
|
Method Summary |
java.awt.Rectangle[] |
getCoords()
|
java.awt.image.BufferedImage |
GetImage(int start,
int end,
int w,
int h,
int lineh,
java.awt.Font f,
java.util.ArrayList snps)
|
java.awt.image.BufferedImage |
GetImageFromCoord(int start,
int end,
int w,
int h,
int lineh,
java.awt.Font f,
java.util.ArrayList snploci)
|
void |
setBackground(java.awt.Color newbg)
|
void |
setForeground(java.awt.Color newc)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlotSNP
public PlotSNP(Main parent)
- Creates a new instance of plotP
setBackground
public void setBackground(java.awt.Color newbg)
setForeground
public void setForeground(java.awt.Color newc)
GetImage
public java.awt.image.BufferedImage GetImage(int start,
int end,
int w,
int h,
int lineh,
java.awt.Font f,
java.util.ArrayList snps)
GetImageFromCoord
public java.awt.image.BufferedImage GetImageFromCoord(int start,
int end,
int w,
int h,
int lineh,
java.awt.Font f,
java.util.ArrayList snploci)
getCoords
public java.awt.Rectangle[] getCoords()