|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ens.transcriptome.doelan.DoelanChart
This class allow to generate a plot.
Constructor Summary | |
DoelanChart()
|
Method Summary | |
int |
getBins()
Set the number of bins |
double[] |
getData()
Get the data to plot |
int |
getHeight()
Get the height of the image. |
java.lang.String |
getHistCaption()
Get the caption of the histogram |
java.awt.Image |
getImage()
Get the image |
double |
getThreshold()
Get the value of the threshold. |
java.lang.String |
getTitle()
Set the title of the plot. |
int |
getWidth()
Get the width of the image. |
java.lang.String |
getXAxisLegend()
Get the x axis legend |
java.lang.String |
getYAxisLegend()
Get the y axis legend |
boolean |
isThresholdCaptionRight()
Test if the position of the caption for the threshold is on the right. |
boolean |
isYLogAxis()
Test if the Y axis is in log scale |
void |
setBins(int bins)
Set the number of bins |
void |
setData(double[] data)
set the data |
void |
setHeight(int height)
Set the height of the image. |
void |
setHistCaption(java.lang.String histCaption)
Set the histogram caption |
void |
setThreshold(double threshold)
Set the threshold |
void |
setThresholdCaptionRight(boolean thresholdCaptionRight)
Set the position of the caption for the threshold. |
void |
setTitle(java.lang.String title)
Set the title of the plot. |
void |
setWidth(int width)
Set the width of the image. |
void |
setXAxisLegend(java.lang.String axisLegend)
Set the x axis legend |
void |
setYAxisLegend(java.lang.String axisLegend)
Get the y axis legend |
void |
setYLogAxis(boolean logAxis)
Set the log scale for the y axis |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DoelanChart()
Method Detail |
public int getBins()
public double[] getData()
public java.lang.String getTitle()
public double getThreshold()
public boolean isThresholdCaptionRight()
public java.lang.String getHistCaption()
public java.lang.String getXAxisLegend()
public java.lang.String getYAxisLegend()
public int getHeight()
public int getWidth()
public void setHeight(int height)
height
- The height to setpublic void setWidth(int width)
width
- The width to setpublic boolean isYLogAxis()
public void setYLogAxis(boolean logAxis)
logAxis
- The yLogAxis to setpublic void setBins(int bins)
bins
- The bins to setpublic void setData(double[] data)
data
- The data to setpublic void setTitle(java.lang.String title)
title
- The title to setpublic void setThreshold(double threshold)
threshold
- The threshold to setpublic void setThresholdCaptionRight(boolean thresholdCaptionRight)
thresholdCaptionRight
- The thresholdCaptionRight to setpublic void setHistCaption(java.lang.String histCaption)
histCaption
- The histCaption to setpublic void setXAxisLegend(java.lang.String axisLegend)
axisLegend
- The xAxisLegend to setpublic void setYAxisLegend(java.lang.String axisLegend)
axisLegend
- The yAxisLegend to setpublic java.awt.Image getImage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |