Uses of Enum Class
com.storedobject.chart.GraphData.Layout
Packages that use GraphData.Layout
-
Uses of GraphData.Layout in com.storedobject.chart
Methods in com.storedobject.chart that return GraphData.LayoutModifier and TypeMethodDescriptionGraphData.Force.getInitialLayout()Retrieves the initial layout configuration.GraphData.getLayout()Retrieves the layout configuration for the graph.static GraphData.LayoutReturns the enum constant of this class with the specified name.static GraphData.Layout[]GraphData.Layout.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.storedobject.chart with parameters of type GraphData.LayoutModifier and TypeMethodDescriptionGraphData.Force.initialLayout(GraphData.Layout initialLayout) Sets the initial layout for theForceinstance.GraphData.layout(GraphData.Layout layout) Sets the layout type for the graph data and returns the updated instance.voidGraphData.Force.setInitialLayout(GraphData.Layout initialLayout) Sets the initial layout of the force-directed graph.voidGraphData.setLayout(GraphData.Layout layout) Sets the layout for the graph.