Uses of Class
org.opennms.web.svclayer.model.Graph
-
Packages that use Graph Package Description org.opennms.web.svclayer.model org.opennms.web.svclayer.support -
-
Uses of Graph in org.opennms.web.svclayer.model
Methods in org.opennms.web.svclayer.model that return types with arguments of type Graph Modifier and Type Method Description List<Graph>
GraphResults.GraphResultSet. getGraphs()
Methods in org.opennms.web.svclayer.model with parameters of type Graph Modifier and Type Method Description int
Graph. compareTo(Graph other)
compareToMethod parameters in org.opennms.web.svclayer.model with type arguments of type Graph Modifier and Type Method Description void
GraphResults.GraphResultSet. setGraphs(List<Graph> graphs)
-
Uses of Graph in org.opennms.web.svclayer.support
Methods in org.opennms.web.svclayer.support with parameters of type Graph Modifier and Type Method Description protected String
DefaultRrdGraphService. createPrefabCommand(Graph graph, String commandPrefix, String reportName, Integer width, Integer height)
createPrefabCommand
-