Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addAllResources(Head) - Static method in class com.oorian.echarts.ECharts
-
Adds all required ECharts resources to the page head.
- addBarSeries(EChartsBarSeries) - Method in class com.oorian.echarts.EChartsBarChart
-
Adds an existing bar series to this chart.
- addBoxplotSeries(EChartsBoxplotSeries) - Method in class com.oorian.echarts.EChartsBoxplotChart
-
Adds an existing boxplot series to this chart.
- addCategory(String) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Adds a category for node grouping.
- addChild(String) - Method in class com.oorian.echarts.options.EChartsTreeSeries.TreeNode
- addChild(String, Number) - Method in class com.oorian.echarts.options.EChartsTreeSeries.TreeNode
- addColor(String) - Method in class com.oorian.echarts.options.EChartsAreaStyle
-
Adds a color to the area fill color list.
- addData(Number, Number) - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Adds a coordinate pair for the scatter plot.
- addData(Number, Number, Number, Number) - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Adds a candlestick data point with OHLC values.
- addData(Number, Number, Number, Number, Number) - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Adds boxplot data point with the five summary values.
- addData(Number, Number, String) - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
-
Adds a data point with numeric x value.
- addData(Object) - Method in class com.oorian.echarts.options.EChartsSeries
-
Adds a data item to this series.
- addData(Object, Object, Number) - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Adds a heatmap data point with x, y coordinates and value.
- addData(String) - Method in class com.oorian.echarts.options.EChartsAxis
-
Adds a data item to this axis.
- addData(String) - Method in class com.oorian.echarts.options.EChartsLegend
-
Adds a data item to the legend.
- addData(String, Number) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Adds a funnel data point with name and value.
- addData(String, Number) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Adds a gauge data point with name and value.
- addData(String, Number) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Adds a data point for the pie chart with name and value.
- addData(String, Number) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Adds simple leaf data for the sunburst chart.
- addData(String, Number) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Adds simple leaf data for the treemap chart.
- addData(String, Number...) - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Adds radar data as an array of values.
- addData(String, Number, Number, Number, Number) - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Adds a named candlestick data point with OHLC values.
- addData(String, Number, Number, Number, Number, Number) - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Adds boxplot data point with name and the five summary values.
- addData(String, Number, String) - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
-
Adds a data point for the theme river.
- addData(String, Number, List<EChartsSunburstData>) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Adds hierarchical data for the sunburst chart.
- addData(String, Number, List<EChartsTreemapData>) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Adds hierarchical data for the treemap chart.
- addDataPoint(Number...) - Method in class com.oorian.echarts.options.EChartsParallelSeries
-
Adds a data point (array of values for each dimension).
- addEChartsJavascript(Head) - Static method in class com.oorian.echarts.ECharts
-
Adds the Apache ECharts JavaScript to the page head.
- addFunnelSeries(EChartsFunnelSeries) - Method in class com.oorian.echarts.EChartsFunnelChart
-
Adds an existing funnel series to this chart.
- addGraphSeries(EChartsGraphSeries) - Method in class com.oorian.echarts.EChartsGraphChart
-
Adds an existing graph series to this chart.
- addHeatmapSeries(EChartsHeatmapSeries) - Method in class com.oorian.echarts.EChartsHeatmapChart
-
Adds an existing heatmap series to this chart.
- addIndicator(String, Number) - Method in class com.oorian.echarts.options.EChartsRadar
-
Adds an indicator with name and maximum value.
- addIndicator(String, Number, Number) - Method in class com.oorian.echarts.options.EChartsRadar
-
Adds an indicator with name, minimum, and maximum values.
- addLegendItem(String) - Method in class com.oorian.echarts.EChartsThemeRiverChart
-
Adds a theme name to the legend.
- addLevel(EChartsLevels.Level) - Method in class com.oorian.echarts.options.EChartsLevels
-
Adds a level configuration to the list.
- addLineSeries(EChartsLineSeries) - Method in class com.oorian.echarts.EChartsLineChart
-
Adds an existing line series to this chart.
- addLink(String, String) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Adds a link between two nodes.
- addLink(String, String, Number) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Adds a link with value between two nodes.
- addLink(String, String, Number) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Adds a link between two nodes in the Sankey diagram.
- addNode(String) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Adds a node to the Sankey diagram.
- addNode(String, Number) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Adds a node to the graph.
- addNode(String, Number) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Adds a node with a specific value to the Sankey diagram.
- addNode(String, Number, int) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Adds a node with category to the graph.
- addNode(String, Number, Number, Number) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Adds a node with position to the graph.
- addOorianEChartsJavascript(Head) - Static method in class com.oorian.echarts.ECharts
-
Adds the Oorian ECharts bridge JavaScript to the page head.
- addParallelAxis(String) - Method in class com.oorian.echarts.EChartsParallelChart
-
Adds a parallel axis with the given name (for category data).
- addParallelAxis(String, Number, Number) - Method in class com.oorian.echarts.EChartsParallelChart
-
Adds a parallel axis with the given name and numeric range.
- addParallelSeries(EChartsParallelSeries) - Method in class com.oorian.echarts.EChartsParallelChart
-
Adds an existing parallel series to this chart.
- addPieSeries(EChartsPieSeries) - Method in class com.oorian.echarts.EChartsPieChart
-
Adds an existing pie series to this chart.
- addRadar(EChartsRadar) - Method in class com.oorian.echarts.EChartsRadarChart
-
Adds a radar configuration to the chart.
- addSankeySeries(EChartsSankeySeries) - Method in class com.oorian.echarts.EChartsSankeyChart
-
Adds an existing Sankey series to this chart.
- addScatterSeries(EChartsScatterSeries) - Method in class com.oorian.echarts.EChartsScatterChart
-
Adds an existing scatter series to this chart.
- addSeries(EChartsSeries) - Method in class com.oorian.echarts.EChartsChart
-
Adds a data series to the chart.
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsBarSeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsGraphSeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsLineSeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsParallelSeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsPieSeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsRadarSeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsSankeySeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsScatterSeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsSeries
-
Adds series-specific properties to a JSON object.
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
- addSpecificToJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsTreeSeries
- addThemeRiverSeries(EChartsThemeRiverSeries) - Method in class com.oorian.echarts.EChartsThemeRiverChart
-
Adds an existing theme river series to this chart.
- addTreemapSeries(EChartsTreemapSeries) - Method in class com.oorian.echarts.EChartsTreemapChart
-
Adds an existing treemap series to this chart.
- addTreeSeries(EChartsTreeSeries) - Method in class com.oorian.echarts.EChartsTreeChart
-
Adds an existing tree series to this chart.
- addXAxis(EChartsAxis) - Method in class com.oorian.echarts.EChartsChart
-
Adds an X-axis configuration to the chart.
- addYAxis(EChartsAxis) - Method in class com.oorian.echarts.EChartsChart
-
Adds a Y-axis configuration to the chart.
C
- com.oorian.echarts - package com.oorian.echarts
- com.oorian.echarts.options - package com.oorian.echarts.options
- configureForce(Number, Number) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Creates and configures the force layout.
- create() - Method in class com.oorian.echarts.EChartsChart
-
Creates the chart HTML and JavaScript elements.
- createBarSeries(String) - Method in class com.oorian.echarts.EChartsBarChart
-
Creates and adds a new bar series to this chart.
- createBoxplotSeries(String) - Method in class com.oorian.echarts.EChartsBoxplotChart
-
Creates and adds a new boxplot series to this chart.
- createCandlestickSeries(String) - Method in class com.oorian.echarts.EChartsCandlestickChart
-
Creates and adds a new candlestick series to this chart.
- createData(String, Number) - Static method in class com.oorian.echarts.EChartsSunburstChart
-
Helper method to create leaf data without children.
- createData(String, Number) - Static method in class com.oorian.echarts.EChartsTreemapChart
-
Helper method to create leaf data without children.
- createData(String, Number, List<EChartsSunburstData>) - Static method in class com.oorian.echarts.EChartsSunburstChart
-
Helper method to create hierarchical data structure with children.
- createData(String, Number, List<EChartsTreemapData>) - Static method in class com.oorian.echarts.EChartsTreemapChart
-
Helper method to create hierarchical data structure with children.
- createFunnelSeries(String) - Method in class com.oorian.echarts.EChartsFunnelChart
-
Creates and adds a new funnel series to this chart.
- createGaugeSeries(String) - Method in class com.oorian.echarts.EChartsGaugeChart
-
Creates and adds a new gauge series to this chart.
- createGraphSeries(String) - Method in class com.oorian.echarts.EChartsGraphChart
-
Creates and adds a new graph series to this chart.
- createHeatmapSeries(String) - Method in class com.oorian.echarts.EChartsHeatmapChart
-
Creates and adds a new heatmap series to this chart.
- createLineSeries(String) - Method in class com.oorian.echarts.EChartsLineChart
-
Creates and adds a new line series to this chart.
- createParallelSeries(String) - Method in class com.oorian.echarts.EChartsParallelChart
-
Creates and adds a new parallel series to this chart.
- createPieSeries(String) - Method in class com.oorian.echarts.EChartsPieChart
-
Creates and adds a new pie series to this chart.
- createRadar(Object...) - Method in class com.oorian.echarts.EChartsRadarChart
-
Helper method to create a radar with indicators.
- createRadarSeries(String) - Method in class com.oorian.echarts.EChartsRadarChart
-
Creates and adds a new radar series to this chart.
- createRootNode(String) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Creates and sets a root node with the given name.
- createSankeySeries(String) - Method in class com.oorian.echarts.EChartsSankeyChart
-
Creates and adds a new Sankey series to this chart.
- createScatterSeries(String) - Method in class com.oorian.echarts.EChartsScatterChart
-
Creates and adds a new scatter series to this chart.
- createSunburstSeries(String) - Method in class com.oorian.echarts.EChartsSunburstChart
-
Creates and adds a new sunburst series to this chart.
- createThemeRiverSeries(String) - Method in class com.oorian.echarts.EChartsThemeRiverChart
-
Creates and adds a new theme river series to this chart.
- createTreemapSeries(String) - Method in class com.oorian.echarts.EChartsTreemapChart
-
Creates and adds a new treemap series to this chart.
- createTreeSeries(String) - Method in class com.oorian.echarts.EChartsTreeChart
-
Creates and adds a new tree series to this chart.
D
- data - Variable in class com.oorian.echarts.options.EChartsSeries
E
- ECharts - Class in com.oorian.echarts
-
Entry point class for the ECharts wrapper library.
- ECharts() - Constructor for class com.oorian.echarts.ECharts
- EChartsAreaStyle - Class in com.oorian.echarts.options
-
Represents the area style configuration for ECharts series.
- EChartsAreaStyle() - Constructor for class com.oorian.echarts.options.EChartsAreaStyle
-
Constructs a new EChartsAreaStyle with an empty color list.
- EChartsAxis - Class in com.oorian.echarts.options
-
Represents an axis configuration for cartesian charts.
- EChartsAxis() - Constructor for class com.oorian.echarts.options.EChartsAxis
-
Constructs a new EChartsAxis with an empty data list.
- EChartsAxisLabel - Class in com.oorian.echarts.options
-
Represents the axis label configuration for ECharts axes.
- EChartsAxisLabel() - Constructor for class com.oorian.echarts.options.EChartsAxisLabel
-
Constructs a new EChartsAxisLabel with default settings.
- EChartsAxisLine - Class in com.oorian.echarts.options
-
Represents the axis line configuration for ECharts axes.
- EChartsAxisLine() - Constructor for class com.oorian.echarts.options.EChartsAxisLine
-
Constructs a new EChartsAxisLine with default settings.
- EChartsAxisName - Class in com.oorian.echarts.options
-
Represents the axis name text style configuration for ECharts axis components.
- EChartsAxisName() - Constructor for class com.oorian.echarts.options.EChartsAxisName
-
Default constructor.
- EChartsAxisPointer - Class in com.oorian.echarts.options
-
Represents the axis pointer configuration for ECharts tooltips.
- EChartsAxisPointer() - Constructor for class com.oorian.echarts.options.EChartsAxisPointer
-
Constructs a new EChartsAxisPointer with default settings.
- EChartsAxisTick - Class in com.oorian.echarts.options
-
Represents the axis tick configuration for ECharts axes.
- EChartsAxisTick() - Constructor for class com.oorian.echarts.options.EChartsAxisTick
-
Constructs a new EChartsAxisTick with default settings.
- EChartsBarChart - Class in com.oorian.echarts
-
A bar chart implementation for displaying data as vertical or horizontal bars.
- EChartsBarChart() - Constructor for class com.oorian.echarts.EChartsBarChart
-
Constructs a new EChartsBarChart.
- EChartsBarSeries - Class in com.oorian.echarts.options
-
Represents a bar series configuration for ECharts bar charts.
- EChartsBarSeries() - Constructor for class com.oorian.echarts.options.EChartsBarSeries
-
Constructs a new EChartsBarSeries with type set to "bar".
- EChartsBoxplotChart - Class in com.oorian.echarts
-
A boxplot (box-and-whisker) chart implementation for statistical data visualization.
- EChartsBoxplotChart() - Constructor for class com.oorian.echarts.EChartsBoxplotChart
-
Constructs a new EChartsBoxplotChart.
- EChartsBoxplotSeries - Class in com.oorian.echarts.options
-
Represents a boxplot series configuration for ECharts boxplot charts.
- EChartsBoxplotSeries() - Constructor for class com.oorian.echarts.options.EChartsBoxplotSeries
-
Constructs a new EChartsBoxplotSeries with type set to "boxplot".
- EChartsCandlestickChart - Class in com.oorian.echarts
-
A candlestick chart implementation for displaying financial OHLC (Open-High-Low-Close) data.
- EChartsCandlestickChart() - Constructor for class com.oorian.echarts.EChartsCandlestickChart
-
Constructs a new EChartsCandlestickChart.
- EChartsCandlestickSeries - Class in com.oorian.echarts.options
-
Represents a candlestick series configuration for ECharts candlestick/OHLC charts.
- EChartsCandlestickSeries() - Constructor for class com.oorian.echarts.options.EChartsCandlestickSeries
-
Constructs a new EChartsCandlestickSeries with type set to "candlestick".
- EChartsChart<T> - Class in com.oorian.echarts
-
Base abstract class for all ECharts chart types.
- EChartsChart() - Constructor for class com.oorian.echarts.EChartsChart
-
Constructs a new EChartsChart with empty axis and series lists.
- EChartsCrossStyle - Class in com.oorian.echarts.options
-
Represents the cross style configuration for ECharts tooltip axis pointer.
- EChartsCrossStyle() - Constructor for class com.oorian.echarts.options.EChartsCrossStyle
-
Default constructor.
- EChartsDetail - Class in com.oorian.echarts.options
-
Represents the detail configuration for ECharts gauge series.
- EChartsDetail() - Constructor for class com.oorian.echarts.options.EChartsDetail
-
Default constructor.
- EChartsEmphasis - Class in com.oorian.echarts.options
-
Represents the emphasis state configuration for ECharts elements.
- EChartsEmphasis() - Constructor for class com.oorian.echarts.options.EChartsEmphasis
-
Constructs a new EChartsEmphasis with default settings.
- EChartsFunnelChart - Class in com.oorian.echarts
-
A funnel chart implementation for displaying data as a funnel/pyramid shape.
- EChartsFunnelChart() - Constructor for class com.oorian.echarts.EChartsFunnelChart
-
Constructs a new EChartsFunnelChart.
- EChartsFunnelSeries - Class in com.oorian.echarts.options
-
Represents a funnel series configuration for ECharts funnel charts.
- EChartsFunnelSeries() - Constructor for class com.oorian.echarts.options.EChartsFunnelSeries
-
Constructs a new EChartsFunnelSeries with type set to "funnel".
- EChartsGaugeChart - Class in com.oorian.echarts
-
A gauge chart implementation for displaying single values within a defined range.
- EChartsGaugeChart() - Constructor for class com.oorian.echarts.EChartsGaugeChart
-
Constructs a new EChartsGaugeChart.
- EChartsGaugeSeries - Class in com.oorian.echarts.options
-
Represents a gauge series configuration for ECharts gauge charts.
- EChartsGaugeSeries() - Constructor for class com.oorian.echarts.options.EChartsGaugeSeries
-
Constructs a new EChartsGaugeSeries with type set to "gauge".
- EChartsGraphChart - Class in com.oorian.echarts
-
A graph/network chart implementation for displaying nodes and their relationships.
- EChartsGraphChart() - Constructor for class com.oorian.echarts.EChartsGraphChart
-
Constructs a new EChartsGraphChart.
- EChartsGraphSeries - Class in com.oorian.echarts.options
-
Represents a graph series configuration for ECharts graph/network charts.
- EChartsGraphSeries() - Constructor for class com.oorian.echarts.options.EChartsGraphSeries
-
Constructs a new EChartsGraphSeries with type set to "graph".
- EChartsGrid - Class in com.oorian.echarts.options
-
Represents the grid configuration for an ECharts chart.
- EChartsGrid() - Constructor for class com.oorian.echarts.options.EChartsGrid
-
Creates a new EChartsGrid instance with default settings.
- EChartsHeatmapChart - Class in com.oorian.echarts
-
A heatmap chart implementation for displaying data intensity as colored cells.
- EChartsHeatmapChart() - Constructor for class com.oorian.echarts.EChartsHeatmapChart
-
Constructs a new EChartsHeatmapChart.
- EChartsHeatmapSeries - Class in com.oorian.echarts.options
-
Represents a heatmap series configuration for ECharts heatmap charts.
- EChartsHeatmapSeries() - Constructor for class com.oorian.echarts.options.EChartsHeatmapSeries
-
Constructs a new EChartsHeatmapSeries with type set to "heatmap".
- EChartsItemStyle - Class in com.oorian.echarts.options
-
Represents the item style configuration for ECharts chart elements.
- EChartsItemStyle() - Constructor for class com.oorian.echarts.options.EChartsItemStyle
-
Creates a new EChartsItemStyle instance with default settings.
- EChartsLabel - Class in com.oorian.echarts.options
-
Represents the label configuration for ECharts elements.
- EChartsLabel() - Constructor for class com.oorian.echarts.options.EChartsLabel
-
Constructs a new EChartsLabel with default settings.
- EChartsLabelLine - Class in com.oorian.echarts.options
-
Represents the label line configuration for ECharts elements.
- EChartsLabelLine() - Constructor for class com.oorian.echarts.options.EChartsLabelLine
-
Constructs a new EChartsLabelLine with default settings.
- EChartsLegend - Class in com.oorian.echarts.options
-
Represents the legend configuration for an ECharts chart.
- EChartsLegend() - Constructor for class com.oorian.echarts.options.EChartsLegend
-
Creates a new EChartsLegend instance with an empty data list.
- EChartsLevels - Class in com.oorian.echarts.options
-
Represents the levels configuration for ECharts hierarchical series such as sunburst and treemap.
- EChartsLevels() - Constructor for class com.oorian.echarts.options.EChartsLevels
-
Default constructor.
- EChartsLevels.Level - Class in com.oorian.echarts.options
-
Represents a single level configuration within the levels hierarchy.
- EChartsLineChart - Class in com.oorian.echarts
-
A line chart implementation for displaying data trends over time or categories.
- EChartsLineChart() - Constructor for class com.oorian.echarts.EChartsLineChart
-
Constructs a new EChartsLineChart.
- EChartsLineSeries - Class in com.oorian.echarts.options
-
Represents a line series configuration for ECharts line charts.
- EChartsLineSeries() - Constructor for class com.oorian.echarts.options.EChartsLineSeries
-
Constructs a new EChartsLineSeries with type set to "line".
- EChartsLineStyle - Class in com.oorian.echarts.options
-
Represents the line style configuration for ECharts chart elements.
- EChartsLineStyle() - Constructor for class com.oorian.echarts.options.EChartsLineStyle
-
Creates a new EChartsLineStyle instance with default settings.
- EChartsParallelChart - Class in com.oorian.echarts
-
A parallel coordinates chart for multi-dimensional data visualization.
- EChartsParallelChart() - Constructor for class com.oorian.echarts.EChartsParallelChart
-
Constructs a new EChartsParallelChart.
- EChartsParallelSeries - Class in com.oorian.echarts.options
-
Represents a Parallel series configuration for ECharts parallel coordinates charts.
- EChartsParallelSeries() - Constructor for class com.oorian.echarts.options.EChartsParallelSeries
-
Constructs a new EChartsParallelSeries with type set to "parallel".
- EChartsPieChart - Class in com.oorian.echarts
-
A pie chart implementation for displaying data as proportional segments of a circle.
- EChartsPieChart() - Constructor for class com.oorian.echarts.EChartsPieChart
-
Constructs a new EChartsPieChart.
- EChartsPieSeries - Class in com.oorian.echarts.options
-
Represents a pie series configuration for ECharts pie charts.
- EChartsPieSeries() - Constructor for class com.oorian.echarts.options.EChartsPieSeries
-
Constructs a new EChartsPieSeries with type set to "pie".
- EChartsPointer - Class in com.oorian.echarts.options
-
Represents the pointer configuration for ECharts gauge series.
- EChartsPointer() - Constructor for class com.oorian.echarts.options.EChartsPointer
-
Default constructor.
- EChartsRadar - Class in com.oorian.echarts.options
-
Represents a radar coordinate system configuration for ECharts radar charts.
- EChartsRadar() - Constructor for class com.oorian.echarts.options.EChartsRadar
-
Constructs a new EChartsRadar with an empty indicator list.
- EChartsRadar.Indicator - Class in com.oorian.echarts.options
-
Represents a radar indicator that defines an axis on the radar chart.
- EChartsRadarChart - Class in com.oorian.echarts
-
A radar chart implementation for displaying multivariate data on axes starting from the same point.
- EChartsRadarChart() - Constructor for class com.oorian.echarts.EChartsRadarChart
-
Constructs a new EChartsRadarChart with an empty radar configuration list.
- EChartsRadarSeries - Class in com.oorian.echarts.options
-
Represents a radar series configuration for ECharts radar charts.
- EChartsRadarSeries() - Constructor for class com.oorian.echarts.options.EChartsRadarSeries
-
Constructs a new EChartsRadarSeries with type set to "radar".
- EChartsSankeyChart - Class in com.oorian.echarts
-
A Sankey diagram implementation for displaying flow/relationship data.
- EChartsSankeyChart() - Constructor for class com.oorian.echarts.EChartsSankeyChart
-
Constructs a new EChartsSankeyChart.
- EChartsSankeySeries - Class in com.oorian.echarts.options
-
Represents a Sankey diagram series configuration for ECharts.
- EChartsSankeySeries() - Constructor for class com.oorian.echarts.options.EChartsSankeySeries
-
Constructs a new EChartsSankeySeries with type set to "sankey".
- EChartsSankeySeries.SankeyLink - Class in com.oorian.echarts.options
-
Inner class representing a Sankey link.
- EChartsSankeySeries.SankeyNode - Class in com.oorian.echarts.options
-
Inner class representing a Sankey node.
- EChartsScatterChart - Class in com.oorian.echarts
-
A scatter chart implementation for displaying data points on a two-dimensional coordinate system.
- EChartsScatterChart() - Constructor for class com.oorian.echarts.EChartsScatterChart
-
Constructs a new EChartsScatterChart.
- EChartsScatterSeries - Class in com.oorian.echarts.options
-
Represents a scatter series configuration for ECharts scatter plots.
- EChartsScatterSeries() - Constructor for class com.oorian.echarts.options.EChartsScatterSeries
-
Constructs a new EChartsScatterSeries with type set to "scatter".
- EChartsSeries - Class in com.oorian.echarts.options
-
Abstract base class for all chart series types.
- EChartsSeries() - Constructor for class com.oorian.echarts.options.EChartsSeries
-
Constructs a new EChartsSeries with an empty data list.
- EChartsShadowStyle - Class in com.oorian.echarts.options
-
Represents the shadow style configuration for ECharts tooltip axis pointer.
- EChartsShadowStyle() - Constructor for class com.oorian.echarts.options.EChartsShadowStyle
-
Default constructor.
- EChartsSplitArea - Class in com.oorian.echarts.options
-
Represents the split area configuration for ECharts axis components.
- EChartsSplitArea() - Constructor for class com.oorian.echarts.options.EChartsSplitArea
-
Default constructor.
- EChartsSplitLine - Class in com.oorian.echarts.options
-
Represents the split line configuration for ECharts axis components.
- EChartsSplitLine() - Constructor for class com.oorian.echarts.options.EChartsSplitLine
-
Default constructor.
- EChartsSunburstChart - Class in com.oorian.echarts
-
A sunburst chart implementation for displaying hierarchical data as concentric rings.
- EChartsSunburstChart() - Constructor for class com.oorian.echarts.EChartsSunburstChart
-
Constructs a new EChartsSunburstChart.
- EChartsSunburstData - Class in com.oorian.echarts.options
-
Represents a data node for sunburst charts with hierarchical structure.
- EChartsSunburstData() - Constructor for class com.oorian.echarts.options.EChartsSunburstData
-
Constructs an empty EChartsSunburstData instance.
- EChartsSunburstData(String, Number) - Constructor for class com.oorian.echarts.options.EChartsSunburstData
-
Constructs a EChartsSunburstData with name and value.
- EChartsSunburstData(String, Number, List<EChartsSunburstData>) - Constructor for class com.oorian.echarts.options.EChartsSunburstData
-
Constructs a EChartsSunburstData with name, value, and children.
- EChartsSunburstSeries - Class in com.oorian.echarts.options
-
Represents a sunburst series configuration for ECharts sunburst charts.
- EChartsSunburstSeries() - Constructor for class com.oorian.echarts.options.EChartsSunburstSeries
-
Constructs a new EChartsSunburstSeries with type set to "sunburst".
- EChartsTextStyle - Class in com.oorian.echarts.options
-
Represents the text style configuration for ECharts chart elements.
- EChartsTextStyle() - Constructor for class com.oorian.echarts.options.EChartsTextStyle
-
Creates a new EChartsTextStyle instance with default settings.
- EChartsThemeRiverChart - Class in com.oorian.echarts
-
A theme river (streamgraph) chart for visualizing thematic changes over time.
- EChartsThemeRiverChart() - Constructor for class com.oorian.echarts.EChartsThemeRiverChart
-
Constructs a new EChartsThemeRiverChart.
- EChartsThemeRiverSeries - Class in com.oorian.echarts.options
-
Represents a ThemeRiver series configuration for ECharts theme river (streamgraph) charts.
- EChartsThemeRiverSeries() - Constructor for class com.oorian.echarts.options.EChartsThemeRiverSeries
-
Constructs a new EChartsThemeRiverSeries with type set to "themeRiver".
- EChartsTitle - Class in com.oorian.echarts.options
-
Represents the title configuration for an ECharts chart.
- EChartsTitle() - Constructor for class com.oorian.echarts.options.EChartsTitle
-
Creates a new EChartsTitle instance with no initial text.
- EChartsTitle(String) - Constructor for class com.oorian.echarts.options.EChartsTitle
-
Creates a new EChartsTitle instance with the specified main text.
- EChartsTitle(String, String) - Constructor for class com.oorian.echarts.options.EChartsTitle
-
Creates a new EChartsTitle instance with the specified main text and subtext.
- EChartsToolbox - Class in com.oorian.echarts.options
-
Represents the toolbox configuration for an ECharts chart.
- EChartsToolbox() - Constructor for class com.oorian.echarts.options.EChartsToolbox
-
Creates a new EChartsToolbox instance with default settings.
- EChartsToolbox.Feature - Class in com.oorian.echarts.options
-
Represents the feature configuration for the toolbox, containing various tool options.
- EChartsTooltip - Class in com.oorian.echarts.options
-
Represents the tooltip configuration for an ECharts chart.
- EChartsTooltip() - Constructor for class com.oorian.echarts.options.EChartsTooltip
-
Creates a new EChartsTooltip instance with default settings.
- EChartsTreeChart - Class in com.oorian.echarts
-
A tree diagram implementation for displaying hierarchical parent-child relationships.
- EChartsTreeChart() - Constructor for class com.oorian.echarts.EChartsTreeChart
-
Constructs a new EChartsTreeChart.
- EChartsTreemapChart - Class in com.oorian.echarts
-
A treemap chart implementation for displaying hierarchical data as nested rectangles.
- EChartsTreemapChart() - Constructor for class com.oorian.echarts.EChartsTreemapChart
-
Constructs a new EChartsTreemapChart.
- EChartsTreemapData - Class in com.oorian.echarts.options
-
Represents a data node for ECharts treemap series.
- EChartsTreemapData(String, Number) - Constructor for class com.oorian.echarts.options.EChartsTreemapData
-
Constructs a new EChartsTreemapData with name and value only.
- EChartsTreemapData(String, Number, List<EChartsTreemapData>) - Constructor for class com.oorian.echarts.options.EChartsTreemapData
-
Constructs a new EChartsTreemapData with name, value and optional children.
- EChartsTreemapSeries - Class in com.oorian.echarts.options
-
Represents a treemap series configuration for ECharts treemap charts.
- EChartsTreemapSeries() - Constructor for class com.oorian.echarts.options.EChartsTreemapSeries
-
Constructs a new EChartsTreemapSeries with type set to "treemap".
- EChartsTreeSeries - Class in com.oorian.echarts.options
-
Represents a Tree series configuration for ECharts tree diagrams.
- EChartsTreeSeries() - Constructor for class com.oorian.echarts.options.EChartsTreeSeries
-
Constructs a new EChartsTreeSeries with type set to "tree".
- EChartsTreeSeries.TreeNode - Class in com.oorian.echarts.options
-
Inner class representing a tree node.
F
- Feature() - Constructor for class com.oorian.echarts.options.EChartsToolbox.Feature
G
- getAlign() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the horizontal alignment of the axis name text.
- getAlignTicks() - Method in class com.oorian.echarts.options.EChartsAxis
-
Gets the align ticks option.
- getAlignWithLabel() - Method in class com.oorian.echarts.options.EChartsAxisTick
-
Gets whether the ticks are aligned with the labels.
- getAnimation() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the animation setting.
- getAnimationDelay() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the animation delay.
- getAnimationDelayUpdate() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the animation delay for updates.
- getAnimationDuration() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the animation duration.
- getAnimationDurationUpdate() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the animation duration for updates.
- getAnimationEasing() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the animation easing function.
- getAnimationEasingUpdate() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the animation easing function for updates.
- getAnimationThreshold() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the animation threshold.
- getApacheEChartsJs() - Static method in class com.oorian.echarts.ECharts
-
Gets the path to the Apache ECharts library JavaScript file.
- getAreaStyle() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the area style configuration.
- getAreaStyle() - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Gets the area style configuration.
- getAreaStyle() - Method in class com.oorian.echarts.options.EChartsSplitArea
-
Gets the area style configuration for the split area.
- getAvoidLabelOverlap() - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Gets the avoid label overlap setting.
- getAxisLabel() - Method in class com.oorian.echarts.options.EChartsAxis
-
Gets the axis label configuration.
- getAxisLabel() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the axis label configuration.
- getAxisLabel() - Method in class com.oorian.echarts.options.EChartsRadar
-
Gets the axis label configuration.
- getAxisLine() - Method in class com.oorian.echarts.options.EChartsAxis
-
Gets the axis line configuration.
- getAxisLine() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the axis line configuration.
- getAxisLine() - Method in class com.oorian.echarts.options.EChartsRadar
-
Gets the axis line configuration.
- getAxisName() - Method in class com.oorian.echarts.options.EChartsRadar
-
Gets the axis name configuration.
- getAxisPointer() - Method in class com.oorian.echarts.options.EChartsAxis
-
Gets the axis pointer configuration.
- getAxisPointer() - Method in class com.oorian.echarts.options.EChartsTooltip
-
Returns the axis pointer configuration for the tooltip.
- getAxisTick() - Method in class com.oorian.echarts.options.EChartsAxis
-
Gets the axis tick configuration.
- getAxisTick() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the axis tick configuration.
- getAxisTick() - Method in class com.oorian.echarts.options.EChartsRadar
-
Gets the axis tick configuration.
- getBackgroundColor() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the background color of the axis name area.
- getBackgroundColor() - Method in class com.oorian.echarts.options.EChartsDetail
-
Gets the background color of the detail area.
- getBarCategoryGap() - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Gets the bar category gap.
- getBarGap() - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Gets the bar gap.
- getBarMaxWidth() - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Gets the maximum bar width.
- getBarMaxWidth() - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Gets the maximum bar width.
- getBarMinWidth() - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Gets the minimum bar width.
- getBarMinWidth() - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Gets the minimum bar width.
- getBarWidth() - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Gets the bar width.
- getBarWidth() - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Gets the bar width.
- getBlurSize() - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Gets the blur size.
- getBorderColor() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the border color of the axis name area.
- getBorderColor() - Method in class com.oorian.echarts.options.EChartsDetail
-
Gets the border color of the detail area.
- getBorderColor() - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Returns the border color.
- getBorderRadius() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the border radius of the axis name area.
- getBorderRadius() - Method in class com.oorian.echarts.options.EChartsDetail
-
Gets the border radius of the detail area.
- getBorderRadius() - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Returns the border radius.
- getBorderType() - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Returns the border type.
- getBorderWidth() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the border width of the axis name area.
- getBorderWidth() - Method in class com.oorian.echarts.options.EChartsDetail
-
Gets the border width of the detail area.
- getBorderWidth() - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Returns the border width.
- getBottom() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the bottom position.
- getBottom() - Method in class com.oorian.echarts.options.EChartsGrid
-
Returns the bottom position of the grid.
- getBottom() - Method in class com.oorian.echarts.options.EChartsLegend
-
Returns the bottom position of the legend.
- getBottom() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getBottom() - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
- getBottom() - Method in class com.oorian.echarts.options.EChartsTitle
-
Returns the bottom position of the title.
- getBottom() - Method in class com.oorian.echarts.options.EChartsToolbox
-
Returns the bottom position of the toolbox.
- getBottom() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the bottom position.
- getBottom() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getBoundaryGap() - Method in class com.oorian.echarts.options.EChartsAxis
-
Gets the boundary gap option.
- getBoundaryGap() - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
- getBoxWidth() - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Gets the box width.
- getBreadcrumb() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the breadcrumb configuration.
- getCalendarIndex() - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Gets the calendar index.
- getCategories() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the categories.
- getCenter() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the center position.
- getCenter() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the center position.
- getCenter() - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Gets the center position.
- getCenter() - Method in class com.oorian.echarts.options.EChartsRadar
-
Gets the center position.
- getCenter() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the center position.
- getChartTitle() - Method in class com.oorian.echarts.EChartsChart
-
Gets the chart title configuration.
- getChildren() - Method in class com.oorian.echarts.options.EChartsSunburstData
-
Gets the children of this data node.
- getChildren() - Method in class com.oorian.echarts.options.EChartsTreemapData
-
Gets the children of this data node.
- getChildrenVisibleMin() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the children visible minimum.
- getCircular() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the circular setting.
- getClip() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the clip setting.
- getClockwise() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the clockwise setting.
- getClockwise() - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Gets the clockwise setting.
- getClockwise() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the clockwise setting.
- getColor() - Method in class com.oorian.echarts.options.EChartsAreaStyle
-
Gets the color list for the area fill.
- getColor() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the text color of the axis name.
- getColor() - Method in class com.oorian.echarts.options.EChartsCrossStyle
-
Gets the color of the cross style.
- getColor() - Method in class com.oorian.echarts.options.EChartsDetail
-
Gets the text color of the detail.
- getColor() - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Returns the item color.
- getColor() - Method in class com.oorian.echarts.options.EChartsLineStyle
-
Returns the line color.
- getColor() - Method in class com.oorian.echarts.options.EChartsRadar.Indicator
-
Gets the indicator color.
- getColor() - Method in class com.oorian.echarts.options.EChartsShadowStyle
-
Gets the color of the shadow style.
- getColor() - Method in class com.oorian.echarts.options.EChartsTextStyle
-
Returns the text color.
- getConnectNulls() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the connect nulls setting.
- getContainLabel() - Method in class com.oorian.echarts.options.EChartsGrid
-
Returns whether the grid region contains axis tick labels.
- getCoordinateSystem() - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Gets the coordinate system.
- getCoordinateSystem() - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Gets the coordinate system.
- getCoordinateSystem() - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
- getCrossStyle() - Method in class com.oorian.echarts.options.EChartsAxisPointer
-
Gets the cross style for cross-type axis pointers.
- getCursor() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the cursor style.
- getData() - Method in class com.oorian.echarts.options.EChartsAxis
-
Gets the data list for this axis.
- getData() - Method in class com.oorian.echarts.options.EChartsLegend
-
Returns the data items for the legend.
- getData() - Method in class com.oorian.echarts.options.EChartsSeries
-
Gets the data list for this series.
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsBarChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsBoxplotChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsCandlestickChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsChart
-
Returns the default series type for this chart.
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsFunnelChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsGaugeChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsGraphChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsHeatmapChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsLineChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsParallelChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsPieChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsRadarChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsSankeyChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsScatterChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsSunburstChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsThemeRiverChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsTreeChart
- getDefaultSeries() - Method in class com.oorian.echarts.EChartsTreemapChart
- getDetail() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the detail configuration.
- getDistance() - Method in class com.oorian.echarts.options.EChartsLabel
-
Gets the distance from the label to the host element.
- getDraggable() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the draggable setting.
- getDraggable() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getDrillDownIcon() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the drill down icon.
- getEdgeLabel() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the edge label configuration.
- getEdgeSymbol() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the edge symbol.
- getEdgeSymbolSize() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the edge symbol size.
- getEllipsis() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the ellipsis string when text overflows.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Gets the emphasis configuration.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Gets the emphasis configuration.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Gets the emphasis configuration.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the emphasis configuration.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the emphasis configuration.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the emphasis configuration.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Gets the emphasis configuration.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsLevels.Level
-
Gets the emphasis configuration for this level.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the emphasis configuration.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsParallelSeries
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Gets the emphasis configuration.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Gets the emphasis configuration.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Gets the emphasis configuration.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsSunburstData
-
Gets the emphasis configuration.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the emphasis configuration.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the emphasis configuration.
- getEmphasis() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getEndAngle() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the end angle.
- getExpandAndCollapse() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getFeature() - Method in class com.oorian.echarts.options.EChartsToolbox
-
Returns the feature configuration for the toolbox.
- getFontFamily() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the font family of the axis name text.
- getFontFamily() - Method in class com.oorian.echarts.options.EChartsDetail
-
Gets the font family of the detail text.
- getFontFamily() - Method in class com.oorian.echarts.options.EChartsTextStyle
-
Returns the font family.
- getFontSize() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the font size of the axis name text.
- getFontSize() - Method in class com.oorian.echarts.options.EChartsDetail
-
Gets the font size of the detail text.
- getFontSize() - Method in class com.oorian.echarts.options.EChartsTextStyle
-
Returns the font size in pixels.
- getFontStyle() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the font style of the axis name text.
- getFontStyle() - Method in class com.oorian.echarts.options.EChartsTextStyle
-
Returns the font style.
- getFontWeight() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the font weight of the axis name text.
- getFontWeight() - Method in class com.oorian.echarts.options.EChartsDetail
-
Gets the font weight of the detail text.
- getFontWeight() - Method in class com.oorian.echarts.options.EChartsTextStyle
-
Returns the font weight.
- getForce() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the force configuration.
- getFormatter() - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Gets the formatter for label content.
- getFormatter() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the formatter for the axis name.
- getFormatter() - Method in class com.oorian.echarts.options.EChartsDetail
-
Gets the formatter for the detail value.
- getFormatter() - Method in class com.oorian.echarts.options.EChartsLabel
-
Gets the formatter for the label content.
- getFormatter() - Method in class com.oorian.echarts.options.EChartsTooltip
-
Returns the formatter for the tooltip content.
- getFunnelAlign() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the funnel alignment.
- getGap() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the gap between segments.
- getGeoIndex() - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Gets the geo index.
- getGrid() - Method in class com.oorian.echarts.EChartsChart
-
Gets the chart grid configuration.
- getHeight() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the height of the axis name area.
- getHeight() - Method in class com.oorian.echarts.options.EChartsDetail
-
Gets the height of the detail area.
- getHeight() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the height.
- getHeight() - Method in class com.oorian.echarts.options.EChartsGrid
-
Returns the height of the grid.
- getHeight() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getHeight() - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
- getHeight() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the height.
- getHeight() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getHoverAnimation() - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Gets the hover animation setting.
- getIcon() - Method in class com.oorian.echarts.options.EChartsPointer
-
Gets the icon for the pointer.
- getIndicator() - Method in class com.oorian.echarts.options.EChartsRadar
-
Gets the list of indicators.
- getInitialTreeDepth() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getInside() - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Gets whether the labels are inside the axis area.
- getInside() - Method in class com.oorian.echarts.options.EChartsAxisTick
-
Gets whether the ticks are inside the axis area.
- getInterval() - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Gets the interval between labels.
- getInterval() - Method in class com.oorian.echarts.options.EChartsAxisTick
-
Gets the interval between ticks.
- getInterval() - Method in class com.oorian.echarts.options.EChartsSplitArea
-
Gets the interval between split areas.
- getInterval() - Method in class com.oorian.echarts.options.EChartsSplitLine
-
Gets the interval between split lines.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Gets the item style configuration.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Gets the item style configuration.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Gets the item style configuration.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsEmphasis
-
Gets the item style for the emphasis state.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the item style configuration.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the item style configuration.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the item style configuration.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Gets the item style configuration.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsLevels.Level
-
Gets the item style configuration for this level.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the item style configuration.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Gets the item style configuration.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsPointer
-
Gets the item style configuration for the pointer.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Gets the item style configuration.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Gets the item style configuration.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsSunburstData
-
Gets the item style configuration.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the item style configuration.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsTreemapData
-
Gets the item style for this data node.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the item style configuration.
- getItemStyle() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getLabel() - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Gets the label configuration.
- getLabel() - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Gets the label configuration.
- getLabel() - Method in class com.oorian.echarts.options.EChartsEmphasis
-
Gets the label configuration for the emphasis state.
- getLabel() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the label configuration.
- getLabel() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the label configuration.
- getLabel() - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Gets the label configuration.
- getLabel() - Method in class com.oorian.echarts.options.EChartsLevels.Level
-
Gets the label configuration for this level.
- getLabel() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the label configuration.
- getLabel() - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Gets the label configuration.
- getLabel() - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Gets the label configuration.
- getLabel() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getLabel() - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Gets the label configuration.
- getLabel() - Method in class com.oorian.echarts.options.EChartsSunburstData
-
Gets the label configuration.
- getLabel() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the label configuration.
- getLabel() - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
- getLabel() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the label configuration.
- getLabel() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getLabelLine() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the label line configuration.
- getLabelLine() - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Gets the label line configuration.
- getLarge() - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Gets the large data mode setting.
- getLarge() - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Gets the large data mode setting.
- getLargeThreshold() - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Gets the large threshold value.
- getLargeThreshold() - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Gets the large threshold value.
- getLayout() - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Gets the layout.
- getLayout() - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Gets the layout direction.
- getLayout() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the layout type.
- getLayout() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getLayoutIterations() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getLeafDepth() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the leaf depth.
- getLeft() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the left position.
- getLeft() - Method in class com.oorian.echarts.options.EChartsGrid
-
Returns the left position of the grid.
- getLeft() - Method in class com.oorian.echarts.options.EChartsLegend
-
Returns the left position of the legend.
- getLeft() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getLeft() - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
- getLeft() - Method in class com.oorian.echarts.options.EChartsTitle
-
Returns the left position of the title.
- getLeft() - Method in class com.oorian.echarts.options.EChartsToolbox
-
Returns the left position of the toolbox.
- getLeft() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the left position.
- getLeft() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getLegend() - Method in class com.oorian.echarts.EChartsChart
-
Gets the chart legend configuration.
- getLength() - Method in class com.oorian.echarts.options.EChartsAxisTick
-
Gets the length of the tick marks.
- getLength() - Method in class com.oorian.echarts.options.EChartsLabelLine
-
Gets the length of the first segment of the label line.
- getLength() - Method in class com.oorian.echarts.options.EChartsPointer
-
Gets the length of the pointer.
- getLength2() - Method in class com.oorian.echarts.options.EChartsLabelLine
-
Gets the length of the second segment of the label line.
- getLevels() - Method in class com.oorian.echarts.options.EChartsLevels
-
Gets the list of level configurations.
- getLevels() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the levels configuration.
- getLevels() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the levels configuration.
- getLineColor() - Method in class com.oorian.echarts.options.EChartsParallelSeries
- getLineHeight() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the line height of the axis name text.
- getLineStyle() - Method in class com.oorian.echarts.options.EChartsAxisLine
-
Gets the line style for the axis line.
- getLineStyle() - Method in class com.oorian.echarts.options.EChartsAxisPointer
-
Gets the line style for line-type axis pointers.
- getLineStyle() - Method in class com.oorian.echarts.options.EChartsAxisTick
-
Gets the line style for the tick marks.
- getLineStyle() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the line style configuration.
- getLineStyle() - Method in class com.oorian.echarts.options.EChartsLabelLine
-
Gets the line style for the label line.
- getLineStyle() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the line style configuration.
- getLineStyle() - Method in class com.oorian.echarts.options.EChartsParallelSeries
- getLineStyle() - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Gets the line style configuration.
- getLineStyle() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getLineStyle() - Method in class com.oorian.echarts.options.EChartsSplitLine
-
Gets the line style configuration for the split line.
- getLineStyle() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getLineWidth() - Method in class com.oorian.echarts.options.EChartsParallelSeries
- getLinks() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the links.
- getLinks() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getMargin() - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Gets the margin between the labels and the axis.
- getMax() - Method in class com.oorian.echarts.options.EChartsAxis
-
Gets the maximum value of the axis.
- getMax() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the maximum value.
- getMax() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the maximum value.
- getMax() - Method in class com.oorian.echarts.options.EChartsRadar.Indicator
-
Gets the maximum value.
- getMaxOpacity() - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Gets the maximum opacity.
- getMaxSize() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the maximum size.
- getMin() - Method in class com.oorian.echarts.options.EChartsAxis
-
Gets the minimum value of the axis.
- getMin() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the minimum value.
- getMin() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the minimum value.
- getMin() - Method in class com.oorian.echarts.options.EChartsRadar.Indicator
-
Gets the minimum value.
- getMinAngle() - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Gets the minimum angle.
- getMinAngle() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the minimum angle.
- getMinOpacity() - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Gets the minimum opacity.
- getMinShowLabelAngle() - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Gets the minimum show label angle.
- getMinSize() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the minimum size.
- getName() - Method in class com.oorian.echarts.options.EChartsAxis
-
Gets the axis name.
- getName() - Method in class com.oorian.echarts.options.EChartsRadar.Indicator
-
Gets the indicator name.
- getName() - Method in class com.oorian.echarts.options.EChartsSeries
-
Gets the series name.
- getName() - Method in class com.oorian.echarts.options.EChartsSunburstData
-
Gets the name of this data node.
- getName() - Method in class com.oorian.echarts.options.EChartsTreemapData
-
Gets the name of this data node.
- getNameLocation() - Method in class com.oorian.echarts.options.EChartsAxis
-
Gets the axis name location.
- getNameTextStyle() - Method in class com.oorian.echarts.options.EChartsAxis
-
Gets the axis name text style.
- getNodeAlign() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getNodeClick() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the node click behavior.
- getNodeClick() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the node click behavior.
- getNodeGap() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getNodes() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getNodeScaleRatio() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the node scale ratio.
- getNodeWidth() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getOffset() - Method in class com.oorian.echarts.options.EChartsLabel
-
Gets the offset of the label from its default position.
- getOffsetCenter() - Method in class com.oorian.echarts.options.EChartsDetail
-
Gets the offset from center for the detail.
- getOffsetCenter() - Method in class com.oorian.echarts.options.EChartsPointer
-
Gets the offset from center for the pointer.
- getOnZero() - Method in class com.oorian.echarts.options.EChartsAxisLine
-
Gets whether the axis line is on the zero position of the other axis.
- getOnZeroAxisIndex() - Method in class com.oorian.echarts.options.EChartsAxisLine
-
Gets the index of the axis to use for the onZero positioning.
- getOorianEChartsJs() - Static method in class com.oorian.echarts.ECharts
-
Gets the path to the Oorian ECharts bridge JavaScript file.
- getOpacity() - Method in class com.oorian.echarts.options.EChartsAreaStyle
-
Gets the opacity of the area fill.
- getOpacity() - Method in class com.oorian.echarts.options.EChartsCrossStyle
-
Gets the opacity of the cross style.
- getOpacity() - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Returns the item opacity.
- getOpacity() - Method in class com.oorian.echarts.options.EChartsLineStyle
-
Returns the line opacity.
- getOpacity() - Method in class com.oorian.echarts.options.EChartsParallelSeries
- getOpacity() - Method in class com.oorian.echarts.options.EChartsShadowStyle
-
Gets the opacity of the shadow style.
- getOrient() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the orientation.
- getOrient() - Method in class com.oorian.echarts.options.EChartsLegend
-
Returns the orientation of the legend.
- getOrient() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getOrient() - Method in class com.oorian.echarts.options.EChartsToolbox
-
Returns the orientation of the toolbox.
- getOrient() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getOverflow() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the overflow behavior of the axis name text.
- getPadding() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the padding of the axis name area.
- getParallelIndex() - Method in class com.oorian.echarts.options.EChartsParallelSeries
- getPointer() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the pointer configuration.
- getPointSize() - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Gets the point size.
- getPosition() - Method in class com.oorian.echarts.options.EChartsLabel
-
Gets the position of the label.
- getProgressive() - Method in class com.oorian.echarts.options.EChartsParallelSeries
- getProgressiveThreshold() - Method in class com.oorian.echarts.options.EChartsParallelSeries
- getRadar() - Method in class com.oorian.echarts.EChartsRadarChart
-
Gets the list of radar configurations.
- getRadarIndex() - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Gets the radar component index.
- getRadius() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the radius.
- getRadius() - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Gets the radius value.
- getRadius() - Method in class com.oorian.echarts.options.EChartsRadar
-
Gets the radius value.
- getRadius() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the radius value.
- getRenderLabelForZeroData() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the render label for zero data setting.
- getRight() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the right position.
- getRight() - Method in class com.oorian.echarts.options.EChartsGrid
-
Returns the right position of the grid.
- getRight() - Method in class com.oorian.echarts.options.EChartsLegend
-
Returns the right position of the legend.
- getRight() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getRight() - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
- getRight() - Method in class com.oorian.echarts.options.EChartsTitle
-
Returns the right position of the title.
- getRight() - Method in class com.oorian.echarts.options.EChartsToolbox
-
Returns the right position of the toolbox.
- getRight() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the right position.
- getRight() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getRoam() - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Gets the roam setting.
- getRoam() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the roam setting.
- getRoam() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getRootNode() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getRoseType() - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Gets the rose type setting.
- getRotate() - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Gets the rotation angle of the labels.
- getRotate() - Method in class com.oorian.echarts.options.EChartsLabel
-
Gets the rotation angle of the label.
- getSeries() - Method in class com.oorian.echarts.EChartsChart
-
Gets the list of data series.
- getShadowBlur() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the shadow blur of the axis name area.
- getShadowBlur() - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Returns the shadow blur amount.
- getShadowColor() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the shadow color of the axis name area.
- getShadowColor() - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Returns the shadow color.
- getShadowOffsetX() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the shadow X offset of the axis name area.
- getShadowOffsetX() - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Returns the shadow horizontal offset.
- getShadowOffsetY() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the shadow Y offset of the axis name area.
- getShadowOffsetY() - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Returns the shadow vertical offset.
- getShadowStyle() - Method in class com.oorian.echarts.options.EChartsAxisPointer
-
Gets the shadow style for shadow-type axis pointers.
- getShape() - Method in class com.oorian.echarts.options.EChartsRadar
-
Gets the shape type.
- getShow() - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Gets whether the axis labels are displayed.
- getShow() - Method in class com.oorian.echarts.options.EChartsAxisLine
-
Gets whether the axis line is displayed.
- getShow() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets whether to show the axis name.
- getShow() - Method in class com.oorian.echarts.options.EChartsAxisTick
-
Gets whether the axis ticks are displayed.
- getShow() - Method in class com.oorian.echarts.options.EChartsDetail
-
Gets whether to show the detail.
- getShow() - Method in class com.oorian.echarts.options.EChartsLabel
-
Gets whether the label is displayed.
- getShow() - Method in class com.oorian.echarts.options.EChartsLabelLine
-
Gets whether the label line is displayed.
- getShow() - Method in class com.oorian.echarts.options.EChartsPointer
-
Gets whether to show the pointer.
- getShow() - Method in class com.oorian.echarts.options.EChartsSplitArea
-
Gets whether to show the split area.
- getShow() - Method in class com.oorian.echarts.options.EChartsSplitLine
-
Gets whether to show the split line.
- getShow() - Method in class com.oorian.echarts.options.EChartsToolbox
-
Returns whether the toolbox is visible.
- getShow() - Method in class com.oorian.echarts.options.EChartsTooltip
-
Returns whether the tooltip is visible.
- getShowAllSymbol() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the show all symbol setting.
- getShowMaxLabel() - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Gets whether to show the label at the maximum value.
- getShowMinLabel() - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Gets whether to show the label at the minimum value.
- getShowSymbol() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the show symbol setting.
- getSmooth() - Method in class com.oorian.echarts.options.EChartsLabelLine
-
Gets whether the label line is rendered as a smooth curve.
- getSmooth() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the smooth curve setting.
- getSmooth() - Method in class com.oorian.echarts.options.EChartsParallelSeries
- getSort() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the sort order.
- getSplitArea() - Method in class com.oorian.echarts.options.EChartsAxis
-
Gets the split area configuration.
- getSplitArea() - Method in class com.oorian.echarts.options.EChartsRadar
-
Gets the split area configuration.
- getSplitLine() - Method in class com.oorian.echarts.options.EChartsAxis
-
Gets the split line configuration.
- getSplitLine() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the split line configuration.
- getSplitLine() - Method in class com.oorian.echarts.options.EChartsRadar
-
Gets the split line configuration.
- getSplitNumber() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the split number.
- getSplitNumber() - Method in class com.oorian.echarts.options.EChartsRadar
-
Gets the split number.
- getSquareRatio() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the square ratio.
- getStack() - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Gets the stack group name.
- getStack() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the stack group name.
- getStartAngle() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the start angle.
- getStartAngle() - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Gets the start angle.
- getStartAngle() - Method in class com.oorian.echarts.options.EChartsRadar
-
Gets the start angle.
- getStartAngle() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the start angle.
- getStep() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the step line type.
- getStillShowZeroSum() - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Gets the still show zero sum setting.
- getStillShowZeroSum() - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Gets the still show zero sum setting.
- getSubtext() - Method in class com.oorian.echarts.options.EChartsTitle
-
Returns the subtitle text.
- getSubtextStyle() - Method in class com.oorian.echarts.options.EChartsTitle
-
Returns the text style for the subtitle.
- getSymbol() - Method in class com.oorian.echarts.options.EChartsAxisLine
-
Gets the symbol at the end of the axis line.
- getSymbol() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the symbol type.
- getSymbol() - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Gets the symbol type.
- getSymbol() - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Gets the symbol type.
- getSymbol() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getSymbolKeepAspect() - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Gets the symbol keep aspect ratio setting.
- getSymbolKeepAspect() - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Gets the symbol keep aspect ratio setting.
- getSymbolOffset() - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Gets the symbol offset.
- getSymbolRotate() - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Gets the symbol rotation angle.
- getSymbolRotate() - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Gets the symbol rotation angle.
- getSymbolSize() - Method in class com.oorian.echarts.options.EChartsAxisLine
-
Gets the size of the symbol at the end of the axis line.
- getSymbolSize() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the symbol size.
- getSymbolSize() - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Gets the symbol size.
- getSymbolSize() - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Gets the symbol size.
- getSymbolSize() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getText() - Method in class com.oorian.echarts.options.EChartsTitle
-
Returns the main title text.
- getTextBorderColor() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the text border color of the axis name.
- getTextBorderWidth() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the text border width of the axis name.
- getTextShadowBlur() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the text shadow blur of the axis name.
- getTextShadowColor() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the text shadow color of the axis name.
- getTextShadowOffsetX() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the text shadow X offset of the axis name.
- getTextShadowOffsetY() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the text shadow Y offset of the axis name.
- getTextStyle() - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Gets the text style for the labels.
- getTextStyle() - Method in class com.oorian.echarts.options.EChartsLabel
-
Gets the text style for the label.
- getTextStyle() - Method in class com.oorian.echarts.options.EChartsLegend
-
Returns the text style for the legend.
- getTextStyle() - Method in class com.oorian.echarts.options.EChartsTitle
-
Returns the text style for the main title.
- getTextStyle() - Method in class com.oorian.echarts.options.EChartsTooltip
-
Returns the text style for the tooltip.
- getTitle() - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Gets the title configuration.
- getToolbox() - Method in class com.oorian.echarts.EChartsChart
-
Gets the chart toolbox configuration.
- getTooltip() - Method in class com.oorian.echarts.EChartsChart
-
Gets the chart tooltip configuration.
- getTop() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the top position.
- getTop() - Method in class com.oorian.echarts.options.EChartsGrid
-
Returns the top position of the grid.
- getTop() - Method in class com.oorian.echarts.options.EChartsLegend
-
Returns the top position of the legend.
- getTop() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getTop() - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
- getTop() - Method in class com.oorian.echarts.options.EChartsTitle
-
Returns the top position of the title.
- getTop() - Method in class com.oorian.echarts.options.EChartsToolbox
-
Returns the top position of the toolbox.
- getTop() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the top position.
- getTop() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getTrigger() - Method in class com.oorian.echarts.options.EChartsTooltip
-
Returns the trigger type for the tooltip.
- getTriggerOn() - Method in class com.oorian.echarts.options.EChartsTooltip
-
Returns the event that triggers the tooltip.
- getType() - Method in class com.oorian.echarts.options.EChartsAxis
-
Gets the axis type.
- getType() - Method in class com.oorian.echarts.options.EChartsAxisPointer
-
Gets the type of the axis pointer.
- getType() - Method in class com.oorian.echarts.options.EChartsCrossStyle
-
Gets the type of the cross style line.
- getType() - Method in class com.oorian.echarts.options.EChartsLegend
-
Returns the legend type.
- getType() - Method in class com.oorian.echarts.options.EChartsLineStyle
-
Returns the line type.
- getType() - Method in class com.oorian.echarts.options.EChartsSeries
-
Gets the series type (e.g., "bar", "line", "pie").
- getUpperLabel() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the upper label configuration.
- getValue() - Method in class com.oorian.echarts.options.EChartsSunburstData
-
Gets the value of this data node.
- getValue() - Method in class com.oorian.echarts.options.EChartsTreemapData
-
Gets the value of this data node.
- getValueFormatter() - Method in class com.oorian.echarts.options.EChartsTooltip
-
Returns the value formatter for tooltip values.
- getVerticalAlign() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the vertical alignment of the axis name text.
- getVisibleMin() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the visible minimum.
- getWidth() - Method in class com.oorian.echarts.options.EChartsAxisName
-
Gets the width of the axis name area.
- getWidth() - Method in class com.oorian.echarts.options.EChartsCrossStyle
-
Gets the width of the cross style line.
- getWidth() - Method in class com.oorian.echarts.options.EChartsDetail
-
Gets the width of the detail area.
- getWidth() - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Gets the width.
- getWidth() - Method in class com.oorian.echarts.options.EChartsGrid
-
Returns the width of the grid.
- getWidth() - Method in class com.oorian.echarts.options.EChartsLineStyle
-
Returns the line width in pixels.
- getWidth() - Method in class com.oorian.echarts.options.EChartsPointer
-
Gets the width of the pointer.
- getWidth() - Method in class com.oorian.echarts.options.EChartsSankeySeries
- getWidth() - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
- getWidth() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the width.
- getWidth() - Method in class com.oorian.echarts.options.EChartsTreeSeries
- getXAxis() - Method in class com.oorian.echarts.EChartsChart
-
Gets the list of X-axis configurations.
- getXAxisIndex() - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Gets the x-axis index.
- getXAxisIndex() - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Gets the x-axis index.
- getXAxisIndex() - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Gets the x-axis index.
- getXAxisIndex() - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Gets the x-axis index.
- getXAxisIndex() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the x-axis index.
- getXAxisIndex() - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Gets the x-axis index.
- getYAxis() - Method in class com.oorian.echarts.EChartsChart
-
Gets the list of Y-axis configurations.
- getYAxisIndex() - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Gets the y-axis index.
- getYAxisIndex() - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Gets the y-axis index.
- getYAxisIndex() - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Gets the y-axis index.
- getYAxisIndex() - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Gets the y-axis index.
- getYAxisIndex() - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Gets the y-axis index.
- getYAxisIndex() - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Gets the y-axis index.
- getZoomToNodeRatio() - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Gets the zoom to node ratio.
- grid - Variable in class com.oorian.echarts.EChartsChart
I
- Indicator() - Constructor for class com.oorian.echarts.options.EChartsRadar.Indicator
-
Constructs an empty Indicator instance.
- Indicator(String, Number) - Constructor for class com.oorian.echarts.options.EChartsRadar.Indicator
-
Constructs an Indicator with name and maximum value.
- Indicator(String, Number, Number) - Constructor for class com.oorian.echarts.options.EChartsRadar.Indicator
-
Constructs an Indicator with name, minimum, and maximum values.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.EChartsChart
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsAreaStyle
-
Initializes this EChartsAreaStyle from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsAxis
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Initializes this EChartsAxisLabel from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsAxisLine
-
Initializes this EChartsAxisLine from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsAxisName
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsAxisPointer
-
Initializes this EChartsAxisPointer from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsAxisTick
-
Initializes this EChartsAxisTick from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsCrossStyle
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsDetail
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsEmphasis
-
Initializes this EChartsEmphasis from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsGrid
-
Initializes this EChartsGrid from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Initializes this EChartsItemStyle from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsLabel
-
Initializes this EChartsLabel from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsLabelLine
-
Initializes this EChartsLabelLine from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsLegend
-
Initializes this EChartsLegend from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsLevels
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsLevels.Level
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsLineStyle
-
Initializes this EChartsLineStyle from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsPointer
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsRadar.Indicator
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsRadar
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsSeries
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsShadowStyle
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsSplitArea
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsSplitLine
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsSunburstData
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsTextStyle
-
Initializes this EChartsTextStyle from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsTitle
-
Initializes this EChartsTitle from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsToolbox.Feature
-
Initializes this Feature from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsToolbox
-
Initializes this EChartsToolbox from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsTooltip
-
Initializes this EChartsTooltip from a JSON value.
- initFromJson(JsonValue) - Method in class com.oorian.echarts.options.EChartsTreemapData
- initialize(HtmlPage) - Static method in class com.oorian.echarts.ECharts
-
Initializes ECharts for the given page.
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsBarSeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsGraphSeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsLineSeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsParallelSeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsPieSeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsRadarSeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsSankeySeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsScatterSeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsSeries
-
Initializes series-specific properties from a JSON object.
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
- initSpecificFromJson(JsonObject) - Method in class com.oorian.echarts.options.EChartsTreeSeries
L
- LAYOUT_ORTHOGONAL - Static variable in class com.oorian.echarts.options.EChartsTreeSeries
- LAYOUT_RADIAL - Static variable in class com.oorian.echarts.options.EChartsTreeSeries
- legend - Variable in class com.oorian.echarts.EChartsChart
- Level() - Constructor for class com.oorian.echarts.options.EChartsLevels.Level
-
Default constructor.
N
- name - Variable in class com.oorian.echarts.options.EChartsSeries
O
- ORIENT_BT - Static variable in class com.oorian.echarts.options.EChartsTreeSeries
- ORIENT_LR - Static variable in class com.oorian.echarts.options.EChartsTreeSeries
- ORIENT_RL - Static variable in class com.oorian.echarts.options.EChartsTreeSeries
- ORIENT_TB - Static variable in class com.oorian.echarts.options.EChartsTreeSeries
P
- parseDataArray(JsonArray) - Method in class com.oorian.echarts.options.EChartsSeries
-
Parses a JSON array into the data list.
S
- SankeyLink(String, String, Number) - Constructor for class com.oorian.echarts.options.EChartsSankeySeries.SankeyLink
- SankeyNode(String) - Constructor for class com.oorian.echarts.options.EChartsSankeySeries.SankeyNode
- SankeyNode(String, Number) - Constructor for class com.oorian.echarts.options.EChartsSankeySeries.SankeyNode
- series - Variable in class com.oorian.echarts.EChartsChart
- setAlign(String) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the horizontal alignment of the axis name text.
- setAlignTicks(Boolean) - Method in class com.oorian.echarts.options.EChartsAxis
-
Sets the align ticks option.
- setAlignWithLabel(Boolean) - Method in class com.oorian.echarts.options.EChartsAxisTick
-
Sets whether the ticks are aligned with the labels.
- setAnimation(Boolean) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets whether animation is enabled.
- setAnimationDelay(Number) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the animation delay.
- setAnimationDelayUpdate(Number) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the animation delay for updates.
- setAnimationDuration(Number) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the animation duration.
- setAnimationDurationUpdate(Number) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the animation duration for updates.
- setAnimationEasing(String) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the animation easing function.
- setAnimationEasingUpdate(String) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the animation easing function for updates.
- setAnimationThreshold(Number) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the threshold for disabling animation.
- setApacheEChartsJs(String) - Static method in class com.oorian.echarts.ECharts
-
Sets the path to the Apache ECharts library JavaScript file.
- setAreaStyle(EChartsAreaStyle) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets the area style configuration for filled areas.
- setAreaStyle(EChartsAreaStyle) - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Sets the area style configuration for filled areas.
- setAreaStyle(EChartsAreaStyle) - Method in class com.oorian.echarts.options.EChartsSplitArea
-
Sets the area style configuration for the split area.
- setAvoidLabelOverlap(Boolean) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets whether to prevent label overlap.
- setAxisLabel(EChartsAxisLabel) - Method in class com.oorian.echarts.options.EChartsAxis
-
Sets the axis label configuration.
- setAxisLabel(EChartsAxisLabel) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the axis label configuration.
- setAxisLabel(EChartsAxisLabel) - Method in class com.oorian.echarts.options.EChartsRadar
-
Sets the axis label configuration.
- setAxisLine(EChartsAxisLine) - Method in class com.oorian.echarts.options.EChartsAxis
-
Sets the axis line configuration.
- setAxisLine(EChartsAxisLine) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the axis line configuration.
- setAxisLine(EChartsAxisLine) - Method in class com.oorian.echarts.options.EChartsRadar
-
Sets the axis line configuration.
- setAxisName(EChartsAxisName) - Method in class com.oorian.echarts.options.EChartsRadar
-
Sets the axis name configuration.
- setAxisPointer(EChartsAxisPointer) - Method in class com.oorian.echarts.options.EChartsAxis
-
Sets the axis pointer configuration.
- setAxisPointer(EChartsAxisPointer) - Method in class com.oorian.echarts.options.EChartsTooltip
-
Sets the axis pointer configuration for the tooltip.
- setAxisTick(EChartsAxisTick) - Method in class com.oorian.echarts.options.EChartsAxis
-
Sets the axis tick configuration.
- setAxisTick(EChartsAxisTick) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the axis tick configuration.
- setAxisTick(EChartsAxisTick) - Method in class com.oorian.echarts.options.EChartsRadar
-
Sets the axis tick configuration.
- setBackgroundColor(String) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the background color of the axis name area.
- setBackgroundColor(String) - Method in class com.oorian.echarts.options.EChartsDetail
-
Sets the background color of the detail area.
- setBarCategoryGap(Number) - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Sets the gap between bar categories.
- setBarGap(Number) - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Sets the gap between bars in the same category.
- setBarMaxWidth(Integer) - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Sets the maximum width of the candlestick bars.
- setBarMaxWidth(Number) - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Sets the maximum width of the bars.
- setBarMinWidth(Integer) - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Sets the minimum width of the candlestick bars.
- setBarMinWidth(Number) - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Sets the minimum width of the bars.
- setBarWidth(Integer) - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Sets the width of the candlestick bars.
- setBarWidth(Number) - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Sets the width of the bars.
- setBlurSize(Number) - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Sets the blur size for blur rendering.
- setBorderColor(String) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the border color of the axis name area.
- setBorderColor(String) - Method in class com.oorian.echarts.options.EChartsDetail
-
Sets the border color of the detail area.
- setBorderColor(String) - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Sets the border color.
- setBorderRadius(Number) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the border radius of the axis name area.
- setBorderRadius(Number) - Method in class com.oorian.echarts.options.EChartsDetail
-
Sets the border radius of the detail area.
- setBorderRadius(Number) - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Sets the border radius.
- setBorderType(String) - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Sets the border type.
- setBorderWidth(Number) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the border width of the axis name area.
- setBorderWidth(Number) - Method in class com.oorian.echarts.options.EChartsDetail
-
Sets the border width of the detail area.
- setBorderWidth(Number) - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Sets the border width.
- setBottom(String) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the bottom position of the funnel.
- setBottom(String) - Method in class com.oorian.echarts.options.EChartsGrid
-
Sets the bottom position of the grid.
- setBottom(String) - Method in class com.oorian.echarts.options.EChartsLegend
-
Sets the bottom position of the legend.
- setBottom(String) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets the bottom position of the diagram.
- setBottom(String) - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
-
Sets the bottom position.
- setBottom(String) - Method in class com.oorian.echarts.options.EChartsTitle
-
Sets the bottom position of the title.
- setBottom(String) - Method in class com.oorian.echarts.options.EChartsToolbox
-
Sets the bottom position of the toolbox.
- setBottom(String) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the bottom position of the treemap.
- setBottom(String) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the bottom position.
- setBoundaryGap(Boolean) - Method in class com.oorian.echarts.options.EChartsAxis
-
Sets the boundary gap option.
- setBoundaryGap(String) - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
-
Sets the boundary gap.
- setBoxWidth(Number) - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Sets the box width.
- setBreadcrumb(JsonArray) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the breadcrumb configuration.
- setCalendarIndex(Integer) - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Sets the calendar index for this series.
- setCenter(String, String) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the center position of the funnel.
- setCenter(String, String) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the center position of the gauge.
- setCenter(String, String) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets the center position of the pie chart.
- setCenter(String, String) - Method in class com.oorian.echarts.options.EChartsRadar
-
Sets the center position of the radar chart.
- setCenter(String, String) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the center position of the sunburst chart.
- setChildren(List<EChartsSunburstData>) - Method in class com.oorian.echarts.options.EChartsSunburstData
-
Sets the children of this data node.
- setChildren(List<EChartsTreemapData>) - Method in class com.oorian.echarts.options.EChartsTreemapData
-
Sets the children of this data node.
- setChildrenVisibleMin(Number) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the minimum visible area for children.
- setCircular(Boolean) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Sets whether to use circular layout.
- setClip(Boolean) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets whether to clip the line to the coordinate system bounds.
- setClockwise(Boolean) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets whether the gauge is drawn clockwise.
- setClockwise(Boolean) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets whether the pie chart is drawn clockwise.
- setClockwise(Number) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets whether the sunburst chart is drawn clockwise.
- setCollapsed(Boolean) - Method in class com.oorian.echarts.options.EChartsTreeSeries.TreeNode
- setColor(String) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the text color of the axis name.
- setColor(String) - Method in class com.oorian.echarts.options.EChartsCrossStyle
-
Sets the color of the cross style.
- setColor(String) - Method in class com.oorian.echarts.options.EChartsDetail
-
Sets the text color of the detail.
- setColor(String) - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Sets the item color.
- setColor(String) - Method in class com.oorian.echarts.options.EChartsLineStyle
-
Sets the line color.
- setColor(String) - Method in class com.oorian.echarts.options.EChartsRadar.Indicator
-
Sets the indicator color.
- setColor(String) - Method in class com.oorian.echarts.options.EChartsShadowStyle
-
Sets the color of the shadow style.
- setColor(String) - Method in class com.oorian.echarts.options.EChartsTextStyle
-
Sets the text color.
- setColor(List<String>) - Method in class com.oorian.echarts.options.EChartsAreaStyle
-
Sets the color list for the area fill.
- setConnectNulls(Boolean) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets whether to connect null/missing data points.
- setContainLabel(Boolean) - Method in class com.oorian.echarts.options.EChartsGrid
-
Sets whether the grid region contains axis tick labels.
- setCoordinateSystem(String) - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Sets the coordinate system for this series.
- setCoordinateSystem(String) - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Sets the coordinate system for this series.
- setCoordinateSystem(String) - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
-
Sets the coordinate system.
- setCrossStyle(EChartsCrossStyle) - Method in class com.oorian.echarts.options.EChartsAxisPointer
-
Sets the cross style for cross-type axis pointers.
- setCursor(String) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Sets the cursor style.
- setData(List<Object>) - Method in class com.oorian.echarts.options.EChartsSeries
-
Sets the data list for this series.
- setData(List<String>) - Method in class com.oorian.echarts.options.EChartsAxis
-
Sets the data list for this axis.
- setData(List<String>) - Method in class com.oorian.echarts.options.EChartsLegend
-
Sets the data items for the legend.
- setDetail(EChartsDetail) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the detail configuration for displaying the gauge value.
- setDistance(Number) - Method in class com.oorian.echarts.options.EChartsLabel
-
Sets the distance from the label to the host element.
- setDraggable(Boolean) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Sets whether nodes are draggable.
- setDraggable(Boolean) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets whether nodes are draggable.
- setDrillDownIcon(String) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the drill down icon.
- setEdgeLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Sets the label configuration for edges.
- setEdgeSymbol(String) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Sets the edge symbols.
- setEdgeSymbolSize(Number, Number) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Sets the edge symbol size.
- setEllipsis(String) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the ellipsis string when text overflows.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Sets the emphasis configuration for highlighted bars.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Sets the emphasis configuration for highlighted elements.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Sets the emphasis configuration for highlighted elements.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the emphasis configuration for highlighted elements.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the emphasis configuration for highlighted elements.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Sets the emphasis configuration for highlighted elements.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Sets the emphasis configuration for highlighted elements.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsLevels.Level
-
Sets the emphasis configuration for this level.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets the emphasis configuration for highlighted elements.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsParallelSeries
-
Sets the emphasis configuration.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets the emphasis configuration for highlighted slices.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Sets the emphasis configuration for highlighted elements.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets the emphasis configuration.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Sets the emphasis configuration for highlighted points.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsSunburstData
-
Sets the emphasis configuration.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the emphasis configuration for highlighted elements.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
-
Sets the emphasis configuration.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the emphasis configuration for highlighted elements.
- setEmphasis(EChartsEmphasis) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the emphasis configuration.
- setEndAngle(Number) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the ending angle of the gauge.
- setExpandAndCollapse(Boolean) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets whether nodes can be expanded and collapsed.
- setFeature(EChartsToolbox.Feature) - Method in class com.oorian.echarts.options.EChartsToolbox
-
Sets the feature configuration for the toolbox.
- setFontFamily(String) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the font family of the axis name text.
- setFontFamily(String) - Method in class com.oorian.echarts.options.EChartsDetail
-
Sets the font family of the detail text.
- setFontFamily(String) - Method in class com.oorian.echarts.options.EChartsTextStyle
-
Sets the font family.
- setFontSize(Integer) - Method in class com.oorian.echarts.options.EChartsTextStyle
-
Sets the font size in pixels.
- setFontSize(Number) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the font size of the axis name text.
- setFontSize(Number) - Method in class com.oorian.echarts.options.EChartsDetail
-
Sets the font size of the detail text.
- setFontStyle(String) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the font style of the axis name text.
- setFontStyle(String) - Method in class com.oorian.echarts.options.EChartsTextStyle
-
Sets the font style.
- setFontWeight(String) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the font weight of the axis name text.
- setFontWeight(String) - Method in class com.oorian.echarts.options.EChartsDetail
-
Sets the font weight of the detail text.
- setFontWeight(String) - Method in class com.oorian.echarts.options.EChartsTextStyle
-
Sets the font weight.
- setForce(JsonObject) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Sets the force layout configuration.
- setFormatter(String) - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Sets the formatter for label content.
- setFormatter(String) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the formatter for the axis name.
- setFormatter(String) - Method in class com.oorian.echarts.options.EChartsDetail
-
Sets the formatter for the detail value.
- setFormatter(String) - Method in class com.oorian.echarts.options.EChartsLabel
-
Sets the formatter for the label content.
- setFormatter(String) - Method in class com.oorian.echarts.options.EChartsTooltip
-
Sets the formatter for the tooltip content.
- setFunnelAlign(String) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the alignment of funnel segments.
- setGap(Number) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the gap between funnel segments.
- setGeoIndex(Integer) - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Sets the geo index for this series.
- setGrid(EChartsGrid) - Method in class com.oorian.echarts.EChartsChart
-
Sets the chart grid configuration.
- setHeight(Number) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the height of the axis name area.
- setHeight(Number) - Method in class com.oorian.echarts.options.EChartsDetail
-
Sets the height of the detail area.
- setHeight(String) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the height of the funnel.
- setHeight(String) - Method in class com.oorian.echarts.options.EChartsGrid
-
Sets the height of the grid.
- setHeight(String) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets the height of the diagram.
- setHeight(String) - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
-
Sets the height.
- setHeight(String) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the height of the treemap.
- setHeight(String) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the height.
- setHoverAnimation(String) - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Sets the hover animation behavior.
- setIcon(String) - Method in class com.oorian.echarts.options.EChartsPointer
-
Sets the icon for the pointer.
- setIndicator(List<EChartsRadar.Indicator>) - Method in class com.oorian.echarts.options.EChartsRadar
-
Sets the list of indicators for the radar axes.
- setInitialTreeDepth(Number) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the initial depth of tree expansion.
- setInside(Boolean) - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Sets whether the labels are inside the axis area.
- setInside(Boolean) - Method in class com.oorian.echarts.options.EChartsAxisTick
-
Sets whether the ticks are inside the axis area.
- setInterval(Number) - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Sets the interval between labels.
- setInterval(Number) - Method in class com.oorian.echarts.options.EChartsAxisTick
-
Sets the interval between ticks.
- setInterval(Number) - Method in class com.oorian.echarts.options.EChartsSplitArea
-
Sets the interval between split areas.
- setInterval(Number) - Method in class com.oorian.echarts.options.EChartsSplitLine
-
Sets the interval between split lines.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Sets the item style configuration for bar appearance.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Sets the item style configuration.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Sets the item style configuration.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsEmphasis
-
Sets the item style for the emphasis state.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the item style configuration.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the item style configuration.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Sets the item style configuration for nodes.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Sets the item style configuration.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsLevels.Level
-
Sets the item style configuration for this level.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets the item style configuration for data points.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets the item style configuration for pie slices.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsPointer
-
Sets the item style configuration for the pointer.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Sets the item style configuration for data points.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets the item style configuration for nodes.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Sets the item style configuration for scatter points.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsSunburstData
-
Sets the item style configuration.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the item style configuration.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
-
Sets the item style configuration.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsTreemapData
-
Sets the item style for this data node.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the item style configuration.
- setItemStyle(EChartsItemStyle) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the item style configuration.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Sets the label configuration for bar labels.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Sets the label configuration.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsEmphasis
-
Sets the label configuration for the emphasis state.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the label configuration.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Sets the label configuration for nodes.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Sets the label configuration.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsLevels.Level
-
Sets the label configuration for this level.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets the label configuration for data labels.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets the label configuration for pie labels.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Sets the label configuration for data labels.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets the label configuration.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Sets the label configuration for data labels.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsSunburstData
-
Sets the label configuration.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the label configuration.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
-
Sets the label configuration.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the label configuration.
- setLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the label configuration.
- setLabelLine(EChartsLabelLine) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the label line configuration.
- setLabelLine(EChartsLabelLine) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets the label line configuration for connecting labels to slices.
- setLarge(Boolean) - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Sets whether to use large data mode optimization.
- setLarge(Boolean) - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Sets whether to use large data mode optimization.
- setLargeThreshold(Integer) - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Sets the threshold for enabling large data mode.
- setLargeThreshold(Integer) - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Sets the threshold for enabling large data mode.
- setLayout(String) - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Sets the layout orientation.
- setLayout(String) - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Sets the layout direction (horizontal or vertical).
- setLayout(String) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Sets the layout algorithm for the graph.
- setLayout(String) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the layout algorithm ('orthogonal' or 'radial').
- setLayoutIterations(String) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets the number of layout iterations.
- setLeafDepth(Number) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the depth of leaves to show.
- setLeft(String) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the left position of the funnel.
- setLeft(String) - Method in class com.oorian.echarts.options.EChartsGrid
-
Sets the left position of the grid.
- setLeft(String) - Method in class com.oorian.echarts.options.EChartsLegend
-
Sets the left position of the legend.
- setLeft(String) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets the left position of the diagram.
- setLeft(String) - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
-
Sets the left position.
- setLeft(String) - Method in class com.oorian.echarts.options.EChartsTitle
-
Sets the left position of the title.
- setLeft(String) - Method in class com.oorian.echarts.options.EChartsToolbox
-
Sets the left position of the toolbox.
- setLeft(String) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the left position of the treemap.
- setLeft(String) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the left position.
- setLegend(EChartsLegend) - Method in class com.oorian.echarts.EChartsChart
-
Sets the chart legend configuration.
- setLength(Number) - Method in class com.oorian.echarts.options.EChartsAxisTick
-
Sets the length of the tick marks.
- setLength(Number) - Method in class com.oorian.echarts.options.EChartsLabelLine
-
Sets the length of the first segment of the label line.
- setLength(Number) - Method in class com.oorian.echarts.options.EChartsPointer
-
Sets the length of the pointer.
- setLength2(Number) - Method in class com.oorian.echarts.options.EChartsLabelLine
-
Sets the length of the second segment of the label line.
- setLevels(EChartsLevels) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the levels configuration for different depth levels.
- setLevels(EChartsLevels) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the levels configuration for different depth levels.
- setLevels(List<EChartsLevels.Level>) - Method in class com.oorian.echarts.options.EChartsLevels
-
Sets the list of level configurations.
- setLineColor(String) - Method in class com.oorian.echarts.options.EChartsParallelSeries
-
Sets the line color for series lines.
- setLineHeight(Number) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the line height of the axis name text.
- setLineStyle(EChartsLineStyle) - Method in class com.oorian.echarts.options.EChartsAxisLine
-
Sets the line style for the axis line.
- setLineStyle(EChartsLineStyle) - Method in class com.oorian.echarts.options.EChartsAxisPointer
-
Sets the line style for line-type axis pointers.
- setLineStyle(EChartsLineStyle) - Method in class com.oorian.echarts.options.EChartsAxisTick
-
Sets the line style for the tick marks.
- setLineStyle(EChartsLineStyle) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Sets the line style configuration for edges.
- setLineStyle(EChartsLineStyle) - Method in class com.oorian.echarts.options.EChartsLabelLine
-
Sets the line style for the label line.
- setLineStyle(EChartsLineStyle) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets the line style configuration.
- setLineStyle(EChartsLineStyle) - Method in class com.oorian.echarts.options.EChartsParallelSeries
-
Sets the line style configuration.
- setLineStyle(EChartsLineStyle) - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Sets the line style configuration.
- setLineStyle(EChartsLineStyle) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets the line style configuration for links.
- setLineStyle(EChartsLineStyle) - Method in class com.oorian.echarts.options.EChartsSplitLine
-
Sets the line style configuration for the split line.
- setLineStyle(EChartsLineStyle) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the line style configuration.
- setLineWidth(Number) - Method in class com.oorian.echarts.options.EChartsParallelSeries
-
Sets the line width for series lines.
- setMargin(Number) - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Sets the margin between the labels and the axis.
- setMax(Number) - Method in class com.oorian.echarts.options.EChartsAxis
-
Sets the maximum value of the axis.
- setMax(Number) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the maximum value of the funnel.
- setMax(Number) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the maximum value of the gauge.
- setMax(Number) - Method in class com.oorian.echarts.options.EChartsRadar.Indicator
-
Sets the maximum value.
- setMaxOpacity(Number) - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Sets the maximum opacity for blur rendering.
- setMaxSize(String) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the maximum size of the funnel (at the maximum data value end).
- setMin(Number) - Method in class com.oorian.echarts.options.EChartsAxis
-
Sets the minimum value of the axis.
- setMin(Number) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the minimum value of the funnel.
- setMin(Number) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the minimum value of the gauge.
- setMin(Number) - Method in class com.oorian.echarts.options.EChartsRadar.Indicator
-
Sets the minimum value.
- setMinAngle(Number) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets the minimum angle for a pie slice.
- setMinAngle(Number) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the minimum angle for a sunburst sector.
- setMinOpacity(Number) - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Sets the minimum opacity for blur rendering.
- setMinShowLabelAngle(Number) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets the minimum angle for showing labels on a pie slice.
- setMinSize(String) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the minimum size of the funnel (at the minimum data value end).
- setName(String) - Method in class com.oorian.echarts.options.EChartsAxis
-
Sets the axis name.
- setName(String) - Method in class com.oorian.echarts.options.EChartsRadar.Indicator
-
Sets the indicator name.
- setName(String) - Method in class com.oorian.echarts.options.EChartsSeries
-
Sets the series name.
- setName(String) - Method in class com.oorian.echarts.options.EChartsSunburstData
-
Sets the name of this data node.
- setName(String) - Method in class com.oorian.echarts.options.EChartsTreemapData
-
Sets the name of this data node.
- setNameLocation(String) - Method in class com.oorian.echarts.options.EChartsAxis
-
Sets the axis name location.
- setNameTextStyle(EChartsTextStyle) - Method in class com.oorian.echarts.options.EChartsAxis
-
Sets the axis name text style.
- setNodeAlign(String) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets the alignment of nodes.
- setNodeClick(String) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the node click behavior.
- setNodeClick(String) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the node click behavior.
- setNodeGap(Number) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets the gap between nodes in the same column.
- setNodeScaleRatio(Number) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Sets the scale ratio when zooming.
- setNodeWidth(Number) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets the width of each node.
- setOffset(Number) - Method in class com.oorian.echarts.options.EChartsLabel
-
Sets the offset of the label from its default position.
- setOffsetCenter(Number) - Method in class com.oorian.echarts.options.EChartsDetail
-
Sets the offset from center for the detail.
- setOffsetCenter(Number) - Method in class com.oorian.echarts.options.EChartsPointer
-
Sets the offset from center for the pointer.
- setOnZero(Boolean) - Method in class com.oorian.echarts.options.EChartsAxisLine
-
Sets whether the axis line is on the zero position of the other axis.
- setOnZeroAxisIndex(String) - Method in class com.oorian.echarts.options.EChartsAxisLine
-
Sets the index of the axis to use for the onZero positioning.
- setOorianEChartsJs(String) - Static method in class com.oorian.echarts.ECharts
-
Sets the path to the Oorian ECharts bridge JavaScript file.
- setOpacity(Number) - Method in class com.oorian.echarts.options.EChartsAreaStyle
-
Sets the opacity of the area fill.
- setOpacity(Number) - Method in class com.oorian.echarts.options.EChartsCrossStyle
-
Sets the opacity of the cross style.
- setOpacity(Number) - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Sets the item opacity.
- setOpacity(Number) - Method in class com.oorian.echarts.options.EChartsLineStyle
-
Sets the line opacity.
- setOpacity(Number) - Method in class com.oorian.echarts.options.EChartsParallelSeries
-
Sets the opacity for series lines.
- setOpacity(Number) - Method in class com.oorian.echarts.options.EChartsShadowStyle
-
Sets the opacity of the shadow style.
- setOrient(String) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the orientation of the funnel.
- setOrient(String) - Method in class com.oorian.echarts.options.EChartsLegend
-
Sets the orientation of the legend.
- setOrient(String) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets the orientation of the Sankey diagram.
- setOrient(String) - Method in class com.oorian.echarts.options.EChartsToolbox
-
Sets the orientation of the toolbox.
- setOrient(String) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the orientation of the tree ('LR', 'RL', 'TB', 'BT').
- setOverflow(String) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the overflow behavior of the axis name text.
- setPadding(Number) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the padding of the axis name area.
- setParallelIndex(Number) - Method in class com.oorian.echarts.options.EChartsParallelSeries
-
Sets the index of the parallel coordinate system to use.
- setPointer(EChartsPointer) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the pointer configuration.
- setPointSize(Number) - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Sets the point size for blur rendering.
- setPosition(String) - Method in class com.oorian.echarts.options.EChartsLabel
-
Sets the position of the label.
- setProgressive(Boolean) - Method in class com.oorian.echarts.options.EChartsParallelSeries
-
Sets whether to use progressive rendering.
- setProgressiveThreshold(Number) - Method in class com.oorian.echarts.options.EChartsParallelSeries
-
Sets the threshold for progressive rendering.
- setRadar(List<EChartsRadar>) - Method in class com.oorian.echarts.EChartsRadarChart
-
Sets the list of radar configurations.
- setRadarIndex(Integer) - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Sets the index of the radar component to use for this series.
- setRadius(float) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets the radius of the pie chart as a single numeric value.
- setRadius(Number) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the radius of the gauge as a numeric value.
- setRadius(Number) - Method in class com.oorian.echarts.options.EChartsRadar
-
Sets the radius of the radar chart as a single value.
- setRadius(Number) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the radius of the sunburst chart as a single value.
- setRadius(Number, Number) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets the radius of the pie chart as inner and outer radius for a donut chart.
- setRadius(Number, Number) - Method in class com.oorian.echarts.options.EChartsRadar
-
Sets the radius of the radar chart as inner and outer radius.
- setRadius(Number, Number) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the radius of the sunburst chart as inner and outer radius.
- setRadius(String) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the radius of the gauge as a string (can be percentage like "70%").
- setRadius(String) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets the radius of the pie chart as a string (can be percentage like "70%").
- setRadius(String, String) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets the radius of the pie chart as inner and outer radius for a donut chart using percentage strings.
- setRenderLabelForZeroData(String) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets whether to render labels for zero data nodes.
- setRight(String) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the right position of the funnel.
- setRight(String) - Method in class com.oorian.echarts.options.EChartsGrid
-
Sets the right position of the grid.
- setRight(String) - Method in class com.oorian.echarts.options.EChartsLegend
-
Sets the right position of the legend.
- setRight(String) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets the right position of the diagram.
- setRight(String) - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
-
Sets the right position.
- setRight(String) - Method in class com.oorian.echarts.options.EChartsTitle
-
Sets the right position of the title.
- setRight(String) - Method in class com.oorian.echarts.options.EChartsToolbox
-
Sets the right position of the toolbox.
- setRight(String) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the right position of the treemap.
- setRight(String) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the right position.
- setRoam(Boolean) - Method in class com.oorian.echarts.options.EChartsGraphSeries
-
Sets whether roaming (panning/zooming) is enabled.
- setRoam(Boolean) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets whether roaming (panning/zooming) is enabled.
- setRoam(Boolean) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets whether the tree supports roaming (pan and zoom).
- setRootNode(EChartsTreeSeries.TreeNode) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the root node of the tree.
- setRoseType(Boolean) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets whether to display as a rose/nightingale chart.
- setRotate(Number) - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Sets the rotation angle of the labels.
- setRotate(Number) - Method in class com.oorian.echarts.options.EChartsLabel
-
Sets the rotation angle of the label.
- setScriptPath(String) - Static method in class com.oorian.echarts.ECharts
-
Sets both script paths to the same base path.
- setSeries(List<EChartsSeries>) - Method in class com.oorian.echarts.EChartsChart
-
Sets the list of data series.
- setShadowBlur(Number) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the shadow blur of the axis name area.
- setShadowBlur(Number) - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Sets the shadow blur amount.
- setShadowColor(String) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the shadow color of the axis name area.
- setShadowColor(String) - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Sets the shadow color.
- setShadowOffsetX(Number) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the shadow X offset of the axis name area.
- setShadowOffsetX(Number) - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Sets the shadow horizontal offset.
- setShadowOffsetY(Number) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the shadow Y offset of the axis name area.
- setShadowOffsetY(Number) - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Sets the shadow vertical offset.
- setShadowStyle(EChartsShadowStyle) - Method in class com.oorian.echarts.options.EChartsAxisPointer
-
Sets the shadow style for shadow-type axis pointers.
- setShape(String) - Method in class com.oorian.echarts.options.EChartsRadar
-
Sets the shape of the radar chart (polygon or circle).
- setShow(Boolean) - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Sets whether the axis labels are displayed.
- setShow(Boolean) - Method in class com.oorian.echarts.options.EChartsAxisLine
-
Sets whether the axis line is displayed.
- setShow(Boolean) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets whether to show the axis name.
- setShow(Boolean) - Method in class com.oorian.echarts.options.EChartsAxisTick
-
Sets whether the axis ticks are displayed.
- setShow(Boolean) - Method in class com.oorian.echarts.options.EChartsDetail
-
Sets whether to show the detail.
- setShow(Boolean) - Method in class com.oorian.echarts.options.EChartsLabel
-
Sets whether the label is displayed.
- setShow(Boolean) - Method in class com.oorian.echarts.options.EChartsLabelLine
-
Sets whether the label line is displayed.
- setShow(Boolean) - Method in class com.oorian.echarts.options.EChartsPointer
-
Sets whether to show the pointer.
- setShow(Boolean) - Method in class com.oorian.echarts.options.EChartsSplitArea
-
Sets whether to show the split area.
- setShow(Boolean) - Method in class com.oorian.echarts.options.EChartsSplitLine
-
Sets whether to show the split line.
- setShow(Boolean) - Method in class com.oorian.echarts.options.EChartsToolbox
-
Sets whether the toolbox is visible.
- setShow(Boolean) - Method in class com.oorian.echarts.options.EChartsTooltip
-
Sets whether the tooltip is visible.
- setShowAllSymbol(Boolean) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets whether to show all symbols regardless of density.
- setShowMaxLabel(Boolean) - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Sets whether to show the label at the maximum value.
- setShowMinLabel(Boolean) - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Sets whether to show the label at the minimum value.
- setShowSymbol(Boolean) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets whether to show symbols on data points.
- setSmooth(Boolean) - Method in class com.oorian.echarts.options.EChartsLabelLine
-
Sets whether the label line is rendered as a smooth curve.
- setSmooth(Boolean) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets whether to use smooth curves for the line.
- setSmooth(Boolean) - Method in class com.oorian.echarts.options.EChartsParallelSeries
-
Sets whether lines should be smooth.
- setSort(String) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the sort order of the funnel.
- setSplitArea(EChartsSplitArea) - Method in class com.oorian.echarts.options.EChartsAxis
-
Sets the split area configuration.
- setSplitArea(EChartsSplitArea) - Method in class com.oorian.echarts.options.EChartsRadar
-
Sets the split area configuration.
- setSplitLine(EChartsSplitLine) - Method in class com.oorian.echarts.options.EChartsAxis
-
Sets the split line configuration.
- setSplitLine(EChartsSplitLine) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the split line configuration.
- setSplitLine(EChartsSplitLine) - Method in class com.oorian.echarts.options.EChartsRadar
-
Sets the split line configuration.
- setSplitNumber(Integer) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the number of split sections on the gauge.
- setSplitNumber(Integer) - Method in class com.oorian.echarts.options.EChartsRadar
-
Sets the number of split sections on the radar.
- setSquareRatio(Number) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the square ratio for treemap layout.
- setStack(String) - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Sets the stack group name for stacked bar charts.
- setStack(String) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets the stack group name for stacked line charts.
- setStartAngle(Number) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the starting angle of the gauge.
- setStartAngle(Number) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets the starting angle of the pie chart.
- setStartAngle(Number) - Method in class com.oorian.echarts.options.EChartsRadar
-
Sets the starting angle of the radar chart.
- setStartAngle(Number) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets the starting angle of the sunburst chart.
- setStep(String) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets the step line type (start, middle, end).
- setStillShowZeroSum(Boolean) - Method in class com.oorian.echarts.options.EChartsPieSeries
-
Sets whether to show the chart when sum of values is zero.
- setStillShowZeroSum(Boolean) - Method in class com.oorian.echarts.options.EChartsSunburstSeries
-
Sets whether to show the chart when sum of values is zero.
- setSubtext(String) - Method in class com.oorian.echarts.options.EChartsTitle
-
Sets the subtitle text.
- setSubtextStyle(EChartsTextStyle) - Method in class com.oorian.echarts.options.EChartsTitle
-
Sets the text style for the subtitle.
- setSymbol(String) - Method in class com.oorian.echarts.options.EChartsAxisLine
-
Sets the symbol at the end of the axis line.
- setSymbol(String) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets the symbol type for data points.
- setSymbol(String) - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Sets the symbol type for data points.
- setSymbol(String) - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Sets the symbol type for data points.
- setSymbol(String) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the symbol type for nodes.
- setSymbolKeepAspect(Boolean) - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Sets whether to keep the aspect ratio of symbols.
- setSymbolKeepAspect(Boolean) - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Sets whether to keep the aspect ratio of symbols.
- setSymbolOffset(Number, Number) - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Sets the offset of symbols from their default position.
- setSymbolRotate(Number) - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Sets the rotation angle of symbols.
- setSymbolRotate(Number) - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Sets the rotation angle of symbols.
- setSymbolSize(Number) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets the size of the data point symbols.
- setSymbolSize(Number) - Method in class com.oorian.echarts.options.EChartsRadarSeries
-
Sets the size of the data point symbols.
- setSymbolSize(Number) - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Sets the size of the data point symbols.
- setSymbolSize(Number) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the size of node symbols.
- setSymbolSize(String[]) - Method in class com.oorian.echarts.options.EChartsAxisLine
-
Sets the size of the symbol at the end of the axis line.
- setText(String) - Method in class com.oorian.echarts.options.EChartsTitle
-
Sets the main title text.
- setTextBorderColor(String) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the text border color of the axis name.
- setTextBorderWidth(Number) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the text border width of the axis name.
- setTextShadowBlur(Number) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the text shadow blur of the axis name.
- setTextShadowColor(String) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the text shadow color of the axis name.
- setTextShadowOffsetX(Number) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the text shadow X offset of the axis name.
- setTextShadowOffsetY(Number) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the text shadow Y offset of the axis name.
- setTextStyle(EChartsTextStyle) - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Sets the text style for the labels.
- setTextStyle(EChartsTextStyle) - Method in class com.oorian.echarts.options.EChartsLabel
-
Sets the text style for the label.
- setTextStyle(EChartsTextStyle) - Method in class com.oorian.echarts.options.EChartsLegend
-
Sets the text style for the legend.
- setTextStyle(EChartsTextStyle) - Method in class com.oorian.echarts.options.EChartsTitle
-
Sets the text style for the main title.
- setTextStyle(EChartsTextStyle) - Method in class com.oorian.echarts.options.EChartsTooltip
-
Sets the text style for the tooltip.
- setTitle(EChartsTitle) - Method in class com.oorian.echarts.EChartsChart
-
Sets the chart title configuration.
- setTitle(EChartsTitle) - Method in class com.oorian.echarts.options.EChartsGaugeSeries
-
Sets the title configuration for the gauge.
- setToolbox(EChartsToolbox) - Method in class com.oorian.echarts.EChartsChart
-
Sets the chart toolbox configuration.
- setTooltip(EChartsTooltip) - Method in class com.oorian.echarts.EChartsChart
-
Sets the chart tooltip configuration.
- setTop(String) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the top position of the funnel.
- setTop(String) - Method in class com.oorian.echarts.options.EChartsGrid
-
Sets the top position of the grid.
- setTop(String) - Method in class com.oorian.echarts.options.EChartsLegend
-
Sets the top position of the legend.
- setTop(String) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets the top position of the diagram.
- setTop(String) - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
-
Sets the top position.
- setTop(String) - Method in class com.oorian.echarts.options.EChartsTitle
-
Sets the top position of the title.
- setTop(String) - Method in class com.oorian.echarts.options.EChartsToolbox
-
Sets the top position of the toolbox.
- setTop(String) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the top position of the treemap.
- setTop(String) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the top position.
- setTrigger(String) - Method in class com.oorian.echarts.options.EChartsTooltip
-
Sets the trigger type for the tooltip.
- setTriggerOn(String) - Method in class com.oorian.echarts.options.EChartsTooltip
-
Sets the event that triggers the tooltip.
- setType(String) - Method in class com.oorian.echarts.options.EChartsAxis
-
Sets the axis type.
- setType(String) - Method in class com.oorian.echarts.options.EChartsAxisPointer
-
Sets the type of the axis pointer.
- setType(String) - Method in class com.oorian.echarts.options.EChartsCrossStyle
-
Sets the type of the cross style line.
- setType(String) - Method in class com.oorian.echarts.options.EChartsLegend
-
Sets the legend type.
- setType(String) - Method in class com.oorian.echarts.options.EChartsLineStyle
-
Sets the line type.
- setType(String) - Method in class com.oorian.echarts.options.EChartsSeries
-
Sets the series type.
- setUpperLabel(EChartsLabel) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the upper label configuration (for parent nodes).
- setValue(Number) - Method in class com.oorian.echarts.options.EChartsSunburstData
-
Sets the value of this data node.
- setValue(Number) - Method in class com.oorian.echarts.options.EChartsTreemapData
-
Sets the value of this data node.
- setValueFormatter(String) - Method in class com.oorian.echarts.options.EChartsTooltip
-
Sets the value formatter for tooltip values.
- setVerticalAlign(String) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the vertical alignment of the axis name text.
- setVisibleMin(Number) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the minimum visible area.
- setWidth(Integer) - Method in class com.oorian.echarts.options.EChartsCrossStyle
-
Sets the width of the cross style line.
- setWidth(Integer) - Method in class com.oorian.echarts.options.EChartsLineStyle
-
Sets the line width in pixels.
- setWidth(Number) - Method in class com.oorian.echarts.options.EChartsAxisName
-
Sets the width of the axis name area.
- setWidth(Number) - Method in class com.oorian.echarts.options.EChartsDetail
-
Sets the width of the detail area.
- setWidth(Number) - Method in class com.oorian.echarts.options.EChartsPointer
-
Sets the width of the pointer.
- setWidth(String) - Method in class com.oorian.echarts.options.EChartsFunnelSeries
-
Sets the width of the funnel.
- setWidth(String) - Method in class com.oorian.echarts.options.EChartsGrid
-
Sets the width of the grid.
- setWidth(String) - Method in class com.oorian.echarts.options.EChartsSankeySeries
-
Sets the width of the diagram.
- setWidth(String) - Method in class com.oorian.echarts.options.EChartsThemeRiverSeries
-
Sets the width.
- setWidth(String) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the width of the treemap.
- setWidth(String) - Method in class com.oorian.echarts.options.EChartsTreeSeries
-
Sets the width.
- setXAxis(List<EChartsAxis>) - Method in class com.oorian.echarts.EChartsChart
-
Sets the list of X-axis configurations.
- setXAxisIndex(Integer) - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Sets the index of the x-axis to use for this series.
- setXAxisIndex(Integer) - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Sets the x-axis index for this series.
- setXAxisIndex(Integer) - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Sets the index of the x-axis to use for this series.
- setXAxisIndex(Integer) - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Sets the x-axis index for this series.
- setXAxisIndex(Integer) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets the index of the x-axis to use for this series.
- setXAxisIndex(Integer) - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Sets the index of the x-axis to use for this series.
- setYAxis(List<EChartsAxis>) - Method in class com.oorian.echarts.EChartsChart
-
Sets the list of Y-axis configurations.
- setYAxisIndex(Integer) - Method in class com.oorian.echarts.options.EChartsBarSeries
-
Sets the index of the y-axis to use for this series.
- setYAxisIndex(Integer) - Method in class com.oorian.echarts.options.EChartsBoxplotSeries
-
Sets the y-axis index for this series.
- setYAxisIndex(Integer) - Method in class com.oorian.echarts.options.EChartsCandlestickSeries
-
Sets the index of the y-axis to use for this series.
- setYAxisIndex(Integer) - Method in class com.oorian.echarts.options.EChartsHeatmapSeries
-
Sets the y-axis index for this series.
- setYAxisIndex(Integer) - Method in class com.oorian.echarts.options.EChartsLineSeries
-
Sets the index of the y-axis to use for this series.
- setYAxisIndex(Integer) - Method in class com.oorian.echarts.options.EChartsScatterSeries
-
Sets the index of the y-axis to use for this series.
- setZoomToNodeRatio(Number) - Method in class com.oorian.echarts.options.EChartsTreemapSeries
-
Sets the zoom to node ratio.
T
- title - Variable in class com.oorian.echarts.EChartsChart
- toJsonArray() - Method in class com.oorian.echarts.options.EChartsTreeSeries.TreeNode
- toJsonObject() - Method in class com.oorian.echarts.options.EChartsSankeySeries.SankeyLink
- toJsonObject() - Method in class com.oorian.echarts.options.EChartsSankeySeries.SankeyNode
- toJsonObject() - Method in class com.oorian.echarts.options.EChartsTreeSeries.TreeNode
- toJsonString() - Method in class com.oorian.echarts.EChartsChart
- toJsonString() - Method in class com.oorian.echarts.options.EChartsAreaStyle
-
Converts this EChartsAreaStyle to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Converts this EChartsAxisLabel to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsAxisName
- toJsonString() - Method in class com.oorian.echarts.options.EChartsAxisPointer
-
Converts this EChartsAxisPointer to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsAxisTick
-
Converts this EChartsAxisTick to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsCrossStyle
- toJsonString() - Method in class com.oorian.echarts.options.EChartsDetail
- toJsonString() - Method in class com.oorian.echarts.options.EChartsEmphasis
-
Converts this EChartsEmphasis to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsGrid
-
Converts this EChartsGrid to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Converts this EChartsItemStyle to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsLabel
-
Converts this EChartsLabel to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsLabelLine
-
Converts this EChartsLabelLine to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsLegend
-
Converts this EChartsLegend to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsLevels.Level
- toJsonString() - Method in class com.oorian.echarts.options.EChartsLevels
- toJsonString() - Method in class com.oorian.echarts.options.EChartsLineStyle
-
Converts this EChartsLineStyle to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsPointer
- toJsonString() - Method in class com.oorian.echarts.options.EChartsRadar.Indicator
- toJsonString() - Method in class com.oorian.echarts.options.EChartsRadar
- toJsonString() - Method in class com.oorian.echarts.options.EChartsSeries
- toJsonString() - Method in class com.oorian.echarts.options.EChartsShadowStyle
- toJsonString() - Method in class com.oorian.echarts.options.EChartsSplitArea
- toJsonString() - Method in class com.oorian.echarts.options.EChartsSplitLine
- toJsonString() - Method in class com.oorian.echarts.options.EChartsSunburstData
- toJsonString() - Method in class com.oorian.echarts.options.EChartsTextStyle
-
Converts this EChartsTextStyle to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsTitle
-
Converts this EChartsTitle to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsToolbox.Feature
-
Converts this Feature to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsToolbox
-
Converts this EChartsToolbox to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsTooltip
-
Converts this EChartsTooltip to a JSON string.
- toJsonString() - Method in class com.oorian.echarts.options.EChartsTreemapData
- toJsonValue() - Method in class com.oorian.echarts.EChartsChart
- toJsonValue() - Method in class com.oorian.echarts.EChartsParallelChart
- toJsonValue() - Method in class com.oorian.echarts.EChartsRadarChart
- toJsonValue() - Method in class com.oorian.echarts.EChartsThemeRiverChart
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsAreaStyle
-
Converts this EChartsAreaStyle to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsAxis
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsAxisLabel
-
Converts this EChartsAxisLabel to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsAxisLine
-
Converts this EChartsAxisLine to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsAxisName
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsAxisPointer
-
Converts this EChartsAxisPointer to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsAxisTick
-
Converts this EChartsAxisTick to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsCrossStyle
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsDetail
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsEmphasis
-
Converts this EChartsEmphasis to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsGrid
-
Converts this EChartsGrid to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsItemStyle
-
Converts this EChartsItemStyle to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsLabel
-
Converts this EChartsLabel to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsLabelLine
-
Converts this EChartsLabelLine to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsLegend
-
Converts this EChartsLegend to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsLevels.Level
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsLevels
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsLineStyle
-
Converts this EChartsLineStyle to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsPointer
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsRadar.Indicator
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsRadar
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsSeries
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsShadowStyle
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsSplitArea
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsSplitLine
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsSunburstData
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsTextStyle
-
Converts this EChartsTextStyle to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsTitle
-
Converts this EChartsTitle to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsToolbox.Feature
-
Converts this Feature to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsToolbox
-
Converts this EChartsToolbox to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsTooltip
-
Converts this EChartsTooltip to a JSON value.
- toJsonValue() - Method in class com.oorian.echarts.options.EChartsTreemapData
- toolbox - Variable in class com.oorian.echarts.EChartsChart
- tooltip - Variable in class com.oorian.echarts.EChartsChart
- TreeNode(String) - Constructor for class com.oorian.echarts.options.EChartsTreeSeries.TreeNode
- TreeNode(String, Number) - Constructor for class com.oorian.echarts.options.EChartsTreeSeries.TreeNode
- type - Variable in class com.oorian.echarts.options.EChartsSeries
X
- xAxis - Variable in class com.oorian.echarts.EChartsChart
Y
- yAxis - Variable in class com.oorian.echarts.EChartsChart
All Classes and Interfaces|All Packages|Constant Field Values