Uses of Class
com.storedobject.chart.GraphData.Category
Packages that use GraphData.Category
-
Uses of GraphData.Category in com.storedobject.chart
Methods in com.storedobject.chart that return GraphData.CategoryModifier and TypeMethodDescriptionGraphData.Node.getCategory()
Retrieves the category associated with this node.GraphData.getDefaultCategory()
Retrieves the default category associated with the graph data.Methods in com.storedobject.chart with parameters of type GraphData.CategoryModifier and TypeMethodDescriptionGraphData.defaultCategory
(GraphData.Category defaultCategory) Sets the default category for the graph and returns the current instance ofGraphData
.void
GraphData.Node.setCategory
(GraphData.Category category) Sets the category associated with this node.void
GraphData.setDefaultCategory
(GraphData.Category defaultCategory) Sets the default category for the graph data.Constructors in com.storedobject.chart with parameters of type GraphData.CategoryModifierConstructorDescriptionXYNode
(String name, double x, double y, GraphData.Category category) Constructs an instance of XYNode with the given name, x and y coordinates, and an optional category.XYNode
(String name, GraphData.Category category) Constructs anXYNode
with the specified name and category.