Uses of Class
org.netxms.client.datacollection.GraphSettings
-
Packages that use GraphSettings Package Description org.netxms.client org.netxms.client.datacollection -
-
Uses of GraphSettings in org.netxms.client
Methods in org.netxms.client that return GraphSettings Modifier and Type Method Description GraphSettingsNXCSession. getPredefinedGraph(long graphId)Get predefined graph infromation by graph idMethods in org.netxms.client that return types with arguments of type GraphSettings Modifier and Type Method Description List<GraphSettings>NXCSession. getPredefinedGraphs(boolean graphTemplates)Get list of predefined graphs or graph templatesMethods in org.netxms.client with parameters of type GraphSettings Modifier and Type Method Description longNXCSession. saveGraph(GraphSettings graph, boolean overwrite)Checks if graph with specified name can be created/overwritten and creates/overwrites it in DB.Method parameters in org.netxms.client with type arguments of type GraphSettings Modifier and Type Method Description GraphFolderNXCSession. createGraphTree(List<GraphSettings> graphs)Create graph tree from list -
Uses of GraphSettings in org.netxms.client.datacollection
Methods in org.netxms.client.datacollection that return GraphSettings Modifier and Type Method Description static GraphSettingsGraphSettings. createFromXml(String xml)Create chart settings object from XML documentstatic GraphSettingsGraphSettings. createGraphSettings(org.netxms.base.NXCPMessage msg, long baseId)Create graph settings object from NXCP messageMethods in org.netxms.client.datacollection with parameters of type GraphSettings Modifier and Type Method Description voidGraphFolder. addGraph(GraphSettings g)Add graph to foldervoidGraphFolder. updateGraph(GraphSettings graph)Update graph in the treeConstructors in org.netxms.client.datacollection with parameters of type GraphSettings Constructor Description GraphSettings(GraphSettings src)Create copy of provided settingsGraphSettings(GraphSettings src, String name)Create copy of provided settings
-