Uses of Class
com.storedobject.chart.GraphData
Packages that use GraphData
-
Uses of GraphData in com.storedobject.chart
Methods in com.storedobject.chart that return GraphDataModifier and TypeMethodDescriptionGraphData.autoCurveness
(boolean autoCurveness) Sets whether automatic curveness is enabled or not and returns the current instance for method chaining.Sets the center offset for the graph and returns the updated graph data instance.GraphData.defaultCategory
(GraphData.Category defaultCategory) Sets the default category for the graph and returns the current instance ofGraphData
.GraphData.draggable
(boolean draggable) Sets the draggable property of the GraphData object.GraphData.edgeEndSymbol
(PointSymbol symbol) Sets the symbol for the end of edges in the graph and returns the updated GraphData instance.GraphData.edgeStartSymbol
(PointSymbol symbol) Sets the start symbol for edges in the graph.GraphData.force
(GraphData.Force force) Sets the force layout configuration for the graph data.GraphData.layout
(GraphData.Layout layout) Sets the layout type for the graph data and returns the updated instance.Adds one or more nodes to the graph and returns the updated graph data.GraphData.roam
(boolean roam) Sets whether roaming is enabled or disabled for the graph data.Constructors in com.storedobject.chart with parameters of type GraphDataModifierConstructorDescriptionGraphChart
(GraphData<GraphData.XYNode> graphData) XYGraphChart
(AbstractDataProvider<?> xData, GraphData<GraphData.ValueNode> graphData) Constructs an XYGraphChart, a specialized chart type that uses graphical representation of data in an XY format.