public class DotPlotBackend extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
private long |
swigCPtr |
Modifier | Constructor and Description |
---|---|
|
DotPlotBackend() |
protected |
DotPlotBackend(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
String |
getBounds() |
String |
getColors() |
protected static long |
getCPtr(DotPlotBackend obj) |
double |
getCurrentMax() |
double |
getCurrentMin() |
double |
getDefaultMax() |
double |
getDefaultMin() |
String |
getDotData(int i,
int j) |
String |
getDotDataByLocation(int x,
int y,
double scale) |
String |
getGridLine(int number) |
String |
getLegendData() |
int |
getLength() |
boolean |
readData(String file,
int strand) |
void |
setColors(int colors) |
void |
setRange(double minimum,
double maximum) |
void |
writePostscriptFile(String outFile) |
String |
writeStructuresFile(String file,
String outFile) |
void |
writeSVGFile(String outFile) |
void |
writeTextFile(String file) |
public DotPlotBackend()
protected DotPlotBackend(long cPtr, boolean cMemoryOwn)
public void delete()
public String getBounds()
public String getColors()
protected static long getCPtr(DotPlotBackend obj)
public double getCurrentMax()
public double getCurrentMin()
public double getDefaultMax()
public double getDefaultMin()
public String getDotData(int i, int j)
public String getDotDataByLocation(int x, int y, double scale)
public String getGridLine(int number)
public String getLegendData()
public int getLength()
public boolean readData(String file, int strand)
public void setColors(int colors)
public void setRange(double minimum, double maximum)
public void writePostscriptFile(String outFile)
public void writeSVGFile(String outFile)
public void writeTextFile(String file)