提交 3d452728 编写于 作者: K kohsuke

doc update.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4235 71c3de6d-444a-0410-be80-ed276b4c234a
上级 ea946bdd
......@@ -58,6 +58,11 @@ public class ChartUtil {
/**
* Generates the graph in PNG format and sends that to the response.
*
* @param defaultW
* @param defaultH
* The size of the picture to be generated. These values can be overridden
* by the query paramter 'width' and 'height' in the request.
*/
public static void generateGraph(StaplerRequest req, StaplerResponse rsp, JFreeChart chart, int defaultW, int defaultH) throws IOException {
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册