|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.plugins.covcomplplot.util.CustomGraph
hudson.plugins.covcomplplot.CovComplPlotTaget.GraphImpl
public class CovComplPlotTaget.GraphImpl
Implementation of scatter plot graph
Field Summary | |
---|---|
long |
timeInMillis
Timestamp |
Fields inherited from class hudson.plugins.covcomplplot.util.CustomGraph |
---|
defaultH, defaultW, graph, timestamp |
Constructor Summary | |
---|---|
protected |
CovComplPlotTaget.GraphImpl()
Default constructor |
Method Summary | |
---|---|
protected org.jfree.chart.JFreeChart |
createGraph()
Prepare JFreeChart instance to render image |
void |
doPng(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Renders a graph. |
String |
getMapString(String withBuildNo)
Create image map string. |
Methods inherited from class hudson.plugins.covcomplplot.util.CustomGraph |
---|
render |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final long timeInMillis
Constructor Detail |
---|
protected CovComplPlotTaget.GraphImpl()
Method Detail |
---|
public void doPng(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
CustomGraph
doPng
in class CustomGraph
req
- request from which the some attribute is extracted (width /
height)rsp
- response to which the image is written.
IOException
- occurs when there is IO problemspublic String getMapString(String withBuildNo)
withBuildNo
- "true" if URL should contains build NO.
protected org.jfree.chart.JFreeChart createGraph()
CustomGraph
JFreeChart
instance to render image
createGraph
in class CustomGraph
JFreeChart
instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |