public class JRobinRrdGraphDetails extends Object implements RrdGraphDetails
| Constructor and Description | 
|---|
JRobinRrdGraphDetails(org.jrobin.graph.RrdGraph rrdGraph,
                     String graphCommand)
Constructor for JRobinRrdGraphDetails. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getGraphCommand()
getGraphCommand 
 | 
int | 
getHeight()
getHeight 
 | 
InputStream | 
getInputStream()
getInputStream 
 | 
String[] | 
getPrintLines()
getPrintLines 
 | 
org.jrobin.graph.RrdGraph | 
getRrdGraph()
getRrdGraph 
 | 
int | 
getWidth()
getWidth 
 | 
public org.jrobin.graph.RrdGraph getRrdGraph()
getRrdGraph
RrdGraph object.public InputStream getInputStream() throws RrdException
getInputStream
getInputStream in interface RrdGraphDetailsInputStream object.RrdException - if any.public String[] getPrintLines()
getPrintLines
getPrintLines in interface RrdGraphDetailsString objects.public int getHeight()
              throws RrdException
getHeight
getHeight in interface RrdGraphDetailsRrdException - if any.public int getWidth()
             throws RrdException
getWidth
getWidth in interface RrdGraphDetailsRrdException - if any.Copyright © 2021. All rights reserved.