Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractChart - Class in com.storedobject.chart
Abstract base class for creating specific subtypes of charts that requires more axes.
AbstractChart(ChartType, boolean, AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.AbstractChart
Create a chart of a given type and data.
AbstractChart(ChartType, AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.AbstractChart
Create a chart of a given type and data.
AbstractColor - Class in com.storedobject.chart
Base class for the representation of color.
AbstractColor() - Constructor for class com.storedobject.chart.AbstractColor
 
AbstractData<T> - Class in com.storedobject.chart
Representation of data as a List.
AbstractData(DataType, T...) - Constructor for class com.storedobject.chart.AbstractData
Constructor.
AbstractData(Class<T>, T...) - Constructor for class com.storedobject.chart.AbstractData
Constructor.
AbstractDataProvider<T> - Interface in com.storedobject.chart
Abstract data provider interface.
AbstractDataProvider.NumberComparator - Class in com.storedobject.chart
A crude Number comparator that can be used for data that is of Number type.
AbstractDataStream<T> - Class in com.storedobject.chart
A data provider implementation to provide data from a Stream.
AbstractDataStream(DataType, Stream<T>) - Constructor for class com.storedobject.chart.AbstractDataStream
Constructor.
AbstractDataZoom - Class in com.storedobject.chart
Represents abstract "data zoom" component.
AbstractGanttChart - Class in com.storedobject.chart
Abstract Gantt chart is the base class for GanttChart and ActivityChart.
AbstractGanttChart(AbstractProject) - Constructor for class com.storedobject.chart.AbstractGanttChart
Constructor.
AbstractLabel - Class in com.storedobject.chart
Represents abstract base for the label used by other parts such as Axis, Chart etc.
AbstractLabel() - Constructor for class com.storedobject.chart.AbstractLabel
 
AbstractPart - Class in com.storedobject.chart
Represents an abstract ComponentPart with some common base properties.
AbstractPart() - Constructor for class com.storedobject.chart.AbstractPart
 
AbstractProject - Class in com.storedobject.chart
An abstract base class that implements some useful attributes and methods for defining a project.
AbstractProject(ChronoUnit) - Constructor for class com.storedobject.chart.AbstractProject
Constructor.
AbstractProperty - Class in com.storedobject.chart
Abstract base implementation of ComponentProperty.
AbstractProperty() - Constructor for class com.storedobject.chart.AbstractProperty
 
AbstractStyle - Class in com.storedobject.chart
A class that defines basic style details.
AbstractStyle() - Constructor for class com.storedobject.chart.AbstractStyle
 
AbstractTask - Class in com.storedobject.chart
Abstract base class for the representation of tasks/activities used within Project instances and ActivityList instances.
AbstractTask() - Constructor for class com.storedobject.chart.AbstractTask
 
AbstractTicks() - Constructor for class com.storedobject.chart.Axis.AbstractTicks
 
ActivityChart - Class in com.storedobject.chart
Activity chart is like a GanttChart but instead of a Project instance as its data, it uses an ActivityList instance as its data.
ActivityChart(ActivityList) - Constructor for class com.storedobject.chart.ActivityChart
Constructor.
ActivityList - Class in com.storedobject.chart
Class to represent a list of activities (instances of ActivityList.Activity).
ActivityList() - Constructor for class com.storedobject.chart.ActivityList
Constructor for a date-based event list.
ActivityList(ChronoUnit) - Constructor for class com.storedobject.chart.ActivityList
Constructor.
ActivityList.Activity - Class in com.storedobject.chart
Represents an activity in a ActivityList.
ActivityList.ActivityGroup - Class in com.storedobject.chart
Represents a group of ActivityList.Activitys.
ActivityList.ProjectActivity - Class in com.storedobject.chart
An abstract base class for the representation of an Activity or Activity Group.
add(int, Shape.Point...) - Method in class com.storedobject.chart.Polyline
Add points.
add(int, Collection<Shape.Point>) - Method in class com.storedobject.chart.Polyline
Add points.
add(long) - Method in interface com.storedobject.chart.DateDataProvider
Add a date value as time in milliseconds.
add(long) - Method in interface com.storedobject.chart.TimeDataProvider
Add a time value as time in milliseconds.
add(Chart...) - Method in class com.storedobject.chart.CoordinateSystem
Add charts to plot on this coordinate system.
add(Component...) - Method in class com.storedobject.chart.SOChart
Add components to the chart.
add(ComponentGroup...) - Method in class com.storedobject.chart.SOChart
Add component groups.
add(MarkArea.Block...) - Method in class com.storedobject.chart.MarkArea
Add blocks to this mark area.
add(Shape...) - Method in class com.storedobject.chart.ShapeGroup
Add more shapes to this.
add(Shape.Point...) - Method in class com.storedobject.chart.Polyline
Add points.
add(TreeData...) - Method in class com.storedobject.chart.TreeData
Add children.
add(String, TextStyle) - Method in class com.storedobject.chart.RichTextStyle
Add a part.
add(String, Number) - Method in class com.storedobject.chart.TreeData
Create and add a child.
add(LocalDate) - Method in interface com.storedobject.chart.DateDataProvider
Add a date value.
add(LocalDate) - Method in interface com.storedobject.chart.TimeDataProvider
Add a date value.
add(LocalDateTime) - Method in interface com.storedobject.chart.TimeDataProvider
Add a time value.
add(Collection<Shape.Point>) - Method in class com.storedobject.chart.Polyline
Add points.
add(Date) - Method in interface com.storedobject.chart.DateDataProvider
Add a date value.
add(Date) - Method in interface com.storedobject.chart.TimeDataProvider
Add a date value.
addAxis(Axis...) - Method in class com.storedobject.chart.AbstractDataZoom
Add list of axes.
addAxis(Axis...) - Method in class com.storedobject.chart.CoordinateSystem
Add axes.
addAxis(Axis...) - Method in class com.storedobject.chart.RadarCoordinate
 
addButton(ToolboxButton...) - Method in class com.storedobject.chart.Toolbox
Add too buttons.
addColors(String...) - Method in class com.storedobject.chart.VisualMap.Range
Adds one or more colors to the range of colors.
addComma(StringBuilder) - Static method in interface com.storedobject.chart.ComponentPart
Helper method: Add a comma if required.
addCustomEncoding(ComponentPart, StringBuilder) - Method in class com.storedobject.chart.SOChart
This method is invoked after rendering each ComponentPart.
addCustomEncoding(Class<? extends ComponentPart>, StringBuilder) - Method in class com.storedobject.chart.SOChart
This method is invoked after rendering each ComponentPart type so that you can add more such components.
addData(int, int, Number) - Method in class com.storedobject.chart.XYDataChart
Add data point.
addData(int, String, Number) - Method in class com.storedobject.chart.XYDataChart
Add data point.
addData(AbstractDataProvider<?>) - Method in class com.storedobject.chart.SOChart
Add data to the chart.
addData(DataProvider...) - Method in class com.storedobject.chart.RadarChart
Add data to the chart.
addData(TreeDataProvider...) - Method in class com.storedobject.chart.SunburstChart
Add data to the chart.
addData(TreeDataProvider...) - Method in class com.storedobject.chart.TreemapChart
Add data to the chart.
addData(String, int, Number) - Method in class com.storedobject.chart.XYDataChart
Add data point.
addData(String, Object) - Method in class com.storedobject.chart.Event
Adds a key-value pair to the additional data associated with the chart event.
addData(String, String, Number) - Method in class com.storedobject.chart.XYDataChart
Add data point.
addData(X, X, Y, Color) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addData(X, X, Y, Color, double) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addData(X, X, Y, Color, double, String) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addData(X, X, Y, Color, String) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addData(X, X, Y, String, Color) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addData(X, X, Y, String, Color, double) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addData(X, X, Y, String, Color, double, String) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addData(X, X, Y, String, Color, String) - Method in class com.storedobject.chart.XRangeChart
Add a data value.
addDialZone(int, AbstractColor) - Method in class com.storedobject.chart.GaugeChart
Add a zone to the dial that should show in a different color.
addEdge(SankeyData.Edge) - Method in class com.storedobject.chart.SankeyData
addFallback(Font.Family) - Method in class com.storedobject.chart.Font.Family
Add a fallback for this family.
addListener(EventType, EventListener) - Method in class com.storedobject.chart.SOChart
Adds a listener to the specified event type.
addListener(EventType, EventListener, Chart) - Method in class com.storedobject.chart.SOChart
Adds a listener for a specific event type to the given chart.
addListener(EventType, EventListener, Chart, int) - Method in class com.storedobject.chart.SOChart
Adds a listener for the specified event type to the given chart.
addListener(EventType, EventListener, Chart, int, String) - Method in class com.storedobject.chart.SOChart
Adds an event listener to a specified event type on the given chart, with additional options for specifying data index and data type.
addListener(EventType, EventListener, Chart, String) - Method in class com.storedobject.chart.SOChart
Adds an event listener to the specified chart for the given event type.
addListener(EventType, EventListener, Object) - Method in class com.storedobject.chart.SOChart
Adds a listener for a specified event type.
addListener(EventType, EventListener, String) - Method in class com.storedobject.chart.SOChart
Registers an event listener for a specified event type with optional parameters.
addListener(EventType, EventListener, String, Object) - Method in class com.storedobject.chart.SOChart
Adds a listener for a specific event type, allowing custom parameters and optional user data to be passed.
addNode(N...) - Method in class com.storedobject.chart.GraphData
Adds one or more nodes to the list of nodes if they are not null.
addParts(SOChart) - Method in class com.storedobject.chart.AbstractGanttChart
 
addParts(SOChart) - Method in class com.storedobject.chart.Chart
 
addParts(SOChart) - Method in interface com.storedobject.chart.Component
Add parts of this component to the chart.
addParts(SOChart) - Method in interface com.storedobject.chart.ComponentGroup
Add parts of this group to SOChart.
addParts(SOChart) - Method in class com.storedobject.chart.CoordinateSystem
 
addParts(SOChart) - Method in class com.storedobject.chart.Tooltip
 
addParts(SOChart) - Method in class com.storedobject.chart.XRangeChart
 
addParts(SOChart) - Method in class com.storedobject.chart.XYDataChart
 
addRow(double[]) - Method in class com.storedobject.chart.DataMatrix
Add a row of data.
addRow(Data...) - Method in class com.storedobject.chart.DataMatrix
Add rows of data.
addRow(Number...) - Method in class com.storedobject.chart.DataMatrix
Add a row of data.
alignBottom() - Method in class com.storedobject.chart.Alignment
Align bottom.
alignBottom() - Method in class com.storedobject.chart.Position
Align to the bottom side (vertical).
alignCenter() - Method in class com.storedobject.chart.Alignment
Align center/middle.
alignCenter() - Method in class com.storedobject.chart.Position
Align to the center (vertical).
Alignment - Class in com.storedobject.chart
Representation of Alignment property (both horizontal and vertical).
Alignment() - Constructor for class com.storedobject.chart.Alignment
Constructor.
alignTop() - Method in class com.storedobject.chart.Alignment
Align top.
alignTop() - Method in class com.storedobject.chart.Position
Align to the top side (vertical).
ALL_OTHERS - Enum constant in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT
All except the focused item.
ALT - Enum constant in enum class com.storedobject.chart.Key
Alt key.
AngleAxis - Class in com.storedobject.chart
Representation of angle axis.
AngleAxis(AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.AngleAxis
Constructor.
AngleAxis(DataType) - Constructor for class com.storedobject.chart.AngleAxis
Constructor.
Animation - Class in com.storedobject.chart
Class to support animation related properties.
Animation() - Constructor for class com.storedobject.chart.Animation
 
anticlockwise() - Method in class com.storedobject.chart.AngleAxis
Calling this method causes the axis to be drawn in the anticlockwise direction.
append(AbstractDataProvider<?>) - Method in class com.storedobject.chart.Tooltip
Add a data point to the tooltip.
append(Chart) - Method in class com.storedobject.chart.Tooltip
Add a data point of a specific chart to the tooltip.
append(Object...) - Method in class com.storedobject.chart.DataChannel
Append data to the chart.
append(String) - Method in class com.storedobject.chart.Tooltip
Add some text as part of the tooltip.
appendEncoded(Object...) - Method in class com.storedobject.chart.DataChannel
Append data to the chart.
Arc - Class in com.storedobject.chart
Defines an arc shape that can be added to SOChart.
Arc(Number, Number, Number) - Constructor for class com.storedobject.chart.Arc
Constructor.
Arc(Number, Number, Number, boolean) - Constructor for class com.storedobject.chart.Arc
Constructor.
ArcPart - Class in com.storedobject.chart
Shape that partially defines an arc.
ArcPart(Number, Number, Number, boolean) - Constructor for class com.storedobject.chart.ArcPart
Constructor.
Area - Class in com.storedobject.chart
Represents an area (mostly a rectangular block).
Area() - Constructor for class com.storedobject.chart.Area
Constructor.
AreaStyle - Class in com.storedobject.chart
Area-style.
AreaStyle() - Constructor for class com.storedobject.chart.AreaStyle
Constructor.
ARROW - Enum constant in enum class com.storedobject.chart.PointSymbolType
Arrow.
asList() - Method in class com.storedobject.chart.AbstractData
 
asList() - Method in interface com.storedobject.chart.AbstractDataProvider
Collect all data values into a list.
at(Size, Size) - Method in class com.storedobject.chart.Chart.LabelPosition
Set the (x, y) position.
autoCurveness(boolean) - Method in class com.storedobject.chart.GraphData
Sets whether automatic curveness is enabled or not and returns the current instance for method chaining.
Axis - Class in com.storedobject.chart
Abstract representation of an axis.
Axis - Enum constant in enum class com.storedobject.chart.Tooltip.Type
Tooltip for an axis.
Axis(AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.Axis
Constructor.
Axis(DataType) - Constructor for class com.storedobject.chart.Axis
Constructor.
Axis.AbstractTicks - Class in com.storedobject.chart
Represents ticks on an axis line.
Axis.GridAreas - Class in com.storedobject.chart
Represents the grid-areas drawn by the axis.
Axis.GridLines - Class in com.storedobject.chart
Represents the grid-lines drawn by the axis.
Axis.Label - Class in com.storedobject.chart
Represents the label used by Axis.
Axis.Line - Class in com.storedobject.chart
A base class for various types of lines used in axis and coordinate systems.
Axis.MinorGridLines - Class in com.storedobject.chart
Represents the minor grid-lines drawn by the axis.
Axis.MinorTicks - Class in com.storedobject.chart
Represents the minor tick on the axis line.
Axis.Pointer - Class in com.storedobject.chart
Represents the axis-pointer shown by the axis.
Axis.PointerHandle - Class in com.storedobject.chart
Represent the handle that can be used with an axis-pointer.
Axis.PointerLabel - Class in com.storedobject.chart
Represents the label displayed by the axis-pointer.
Axis.PointerType - Enum Class in com.storedobject.chart
Definition of pointer types.
Axis.Ticks - Class in com.storedobject.chart
Represents the tick on the axis line.
AxisLine() - Constructor for class com.storedobject.chart.GaugeChart.AxisLine
 

B

Bar - Enum constant in enum class com.storedobject.chart.ChartType
Bar.
BarChart - Class in com.storedobject.chart
Bar chart.
BarChart() - Constructor for class com.storedobject.chart.BarChart
Constructor.
BarChart(AbstractDataProvider<?>, AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.BarChart
Constructor.
BasicDataProvider<T> - Class in com.storedobject.chart
A basic data provider that can be extended to create customized data providers.
BasicDataProvider() - Constructor for class com.storedobject.chart.BasicDataProvider
 
BasicInternalDataProvider<T> - Class in com.storedobject.chart
A basic data provider that can be extended to create customized internal data providers.
BasicInternalDataProvider() - Constructor for class com.storedobject.chart.BasicInternalDataProvider
 
BezierCurve - Class in com.storedobject.chart
Defines Bezier curve that can be added to SOChart.
BezierCurve(Shape.Point, Shape.Point, Shape.Point) - Constructor for class com.storedobject.chart.BezierCurve
Construct a quadratic Bezier curve.
BezierCurve(Shape.Point, Shape.Point, Shape.Point, Shape.Point) - Constructor for class com.storedobject.chart.BezierCurve
Construct a cubic Bezier curve.
BlankArea - Enum constant in enum class com.storedobject.chart.EventCategory
Represents a blank area in an event category that may not correspond to any specific interactive element.
BlankAreaClick - Enum constant in enum class com.storedobject.chart.EventType
Represents a "blank area click event type" that occurs when a blank area within the chart is clicked.
Block() - Constructor for class com.storedobject.chart.MarkArea.Block
 
BOLD - Static variable in class com.storedobject.chart.Font.Weight
Bold font-weight.
BOLDER - Static variable in class com.storedobject.chart.Font.Weight
Bolder font-weight.
Border - Class in com.storedobject.chart
Represents a border.
Border() - Constructor for class com.storedobject.chart.Border
Constructor.
bottom() - Method in class com.storedobject.chart.Chart.LabelPosition
Set the label position to the bottom side.
BOTTOM - Enum constant in enum class com.storedobject.chart.Location
Bottom.
bottomToTop() - Method in class com.storedobject.chart.Orientation
Bottom-to-top orientation.
Boxplot - Enum constant in enum class com.storedobject.chart.ChartType
Boxplot.
Boxplot(Number, Number, Number, Number, Number) - Constructor for record class com.storedobject.chart.BoxplotData.Boxplot
Creates an instance of a Boxplot record class.
BoxplotChart - Class in com.storedobject.chart
Boxplot chart.
BoxplotChart(AbstractDataProvider<BoxplotData.Boxplot>, CategoryData) - Constructor for class com.storedobject.chart.BoxplotChart
Constructs a BoxplotChart with the specified data for the X and Y axes.
BoxplotChart(CategoryData, AbstractDataProvider<BoxplotData.Boxplot>) - Constructor for class com.storedobject.chart.BoxplotChart
Constructs a new BoxplotChart with the specified category data for the X-axis and boxplot data for the Y-axis.
BoxplotData - Class in com.storedobject.chart
Represents a data structure for storing and managing boxplot data.
BoxplotData(BoxplotData.Boxplot...) - Constructor for class com.storedobject.chart.BoxplotData
Constructs a BoxplotData object with the specified boxplot data points.
BoxplotData.Boxplot - Record Class in com.storedobject.chart
Represents a boxplot data record with the key statistical parts of a boxplot.
BubbleChart - Class in com.storedobject.chart
Bubble chart.
BubbleChart(AbstractDataProvider<?>, AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.BubbleChart
Constructor.

C

Candlestick - Enum constant in enum class com.storedobject.chart.ChartType
Candlestick.
Candlestick(Number, Number, Number, Number) - Constructor for record class com.storedobject.chart.CandlestickData.Candlestick
Creates an instance of a Candlestick record class.
CandlestickChart - Class in com.storedobject.chart
Candlestick chart.
CandlestickChart(AbstractDataProvider<?>, AbstractDataProvider<CandlestickData.Candlestick>) - Constructor for class com.storedobject.chart.CandlestickChart
 
CandlestickData - Class in com.storedobject.chart
Data representation for CandlestickChart.
CandlestickData(CandlestickData.Candlestick...) - Constructor for class com.storedobject.chart.CandlestickData
Candlestick chart.
CandlestickData.Candlestick - Record Class in com.storedobject.chart
A structure to represent a data point in the candlestick chart.
Category(String) - Constructor for class com.storedobject.chart.GraphData.Category
Constructs a new Category with the specified name.
CATEGORY - Enum constant in enum class com.storedobject.chart.DataType
Category values.
CategoryData - Class in com.storedobject.chart
A list-based data provider for category data.
CategoryData(String...) - Constructor for class com.storedobject.chart.CategoryData
Constructor.
CategoryDataProvider - Interface in com.storedobject.chart
Category data is typically non-numeric kind of (string) data that can be used in many charts like in the X-axis of a BarChart.
center() - Method in class com.storedobject.chart.Alignment
Align and justify at the center.
center() - Method in class com.storedobject.chart.Chart.LabelPosition
Set the label position to the center.
center() - Method in class com.storedobject.chart.Position
Center it.
center(Offset) - Method in class com.storedobject.chart.GraphData
Sets the center offset for the graph and returns the updated graph data instance.
CENTER - Enum constant in enum class com.storedobject.chart.Location
Center.
Chart - Class in com.storedobject.chart
Chart.
Chart() - Constructor for class com.storedobject.chart.Chart
Create a ChartType.Line chart.
Chart(AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.Chart
Create a ChartType.Line chart with the given data.
Chart(ChartType, AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.Chart
Create a chart of a given type and data.
CHART - Enum constant in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT_SCOPE
On the current chart only.
Chart.Emphasis - Class in com.storedobject.chart
Class to represent the Emphasis effect.
Chart.Emphasis.FADE_OUT - Enum Class in com.storedobject.chart
Definition of the "fading out" of other elements when emphasizing.
Chart.Emphasis.FADE_OUT_SCOPE - Enum Class in com.storedobject.chart
Definition of how the "fade out" is spread across other elements.
Chart.Label - Class in com.storedobject.chart
Value-label that can be customized for a chart.
Chart.LabelPosition - Class in com.storedobject.chart
Position indicator for labels used in charts.
ChartException - Exception Class in com.storedobject.chart
Exception that may be raised by the chart package.
ChartException(String) - Constructor for exception class com.storedobject.chart.ChartException
Constructor.
ChartType - Enum Class in com.storedobject.chart
Chart type.
check() - Method in class com.storedobject.chart.ActivityList.Activity
 
check() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
 
check() - Method in class com.storedobject.chart.ActivityList.ProjectActivity
Performs a validation check for the activity or activity group.
Circle - Class in com.storedobject.chart
Circle shape class that can be added to SOChart.
Circle(Number) - Constructor for class com.storedobject.chart.Circle
Constructor.
CIRCLE - Enum constant in enum class com.storedobject.chart.PointSymbolType
Circle.
CirclePart - Class in com.storedobject.chart
Shape that partially defines a circle.
CirclePart(Number) - Constructor for class com.storedobject.chart.CirclePart
Constructor.
CIRCULAR - Enum constant in enum class com.storedobject.chart.GraphData.Layout
 
className() - Method in interface com.storedobject.chart.ComponentPart
Helper method to return the class name of the component/part in a more human-friendly way.
className(Class<?>) - Static method in interface com.storedobject.chart.ComponentPart
Helper method to return the class name of a given class in a more human-friendly way.
clear() - Method in class com.storedobject.chart.MarkArea
Clear all blocks.
clear() - Method in class com.storedobject.chart.SOChart
Clear the chart.
clearData() - Method in class com.storedobject.chart.XRangeChart
Clear all data values.
Click - Enum constant in enum class com.storedobject.chart.EventType
Represents a click event type that can occur on a chart.
closing() - Method in record class com.storedobject.chart.CandlestickData.Candlestick
Returns the value of the closing record component.
Color - Class in com.storedobject.chart
Representation of color.
Color(int, int, int) - Constructor for class com.storedobject.chart.Color
Constructor.
Color(int, int, int, int) - Constructor for class com.storedobject.chart.Color
Constructor.
Color(String) - Constructor for class com.storedobject.chart.Color
Construct from an hex value.
ColorGradient - Class in com.storedobject.chart
Representation of color gradient.
ColorGradient(Color...) - Constructor for class com.storedobject.chart.ColorGradient
Constructor.
com.storedobject.chart - package com.storedobject.chart
 
compare(Number, Number) - Method in class com.storedobject.chart.AbstractDataProvider.NumberComparator
 
Component - Interface in com.storedobject.chart
Chart component.
ComponentGroup - Interface in com.storedobject.chart
Representation of a group of Components put together.
ComponentPart - Interface in com.storedobject.chart
Represents a part used by chart Components.
ComponentProperty - Interface in com.storedobject.chart
Represents some combined attributes/properties owned by a Component or ComponentPart.
ComposedPart - Class in com.storedobject.chart
A part whose properties can be composed of a few configuration variables.
ComposedPart(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.storedobject.chart.ComposedPart
Constructor.
condensed() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "condensed".
connect(N, N) - Method in class com.storedobject.chart.GraphData
Establishes a connection between a source node and a target node.
connectFromLastNode(N) - Method in class com.storedobject.chart.GraphData
Connects the last node in the current structure to the specified target node.
connectTo(GraphData.Node) - Method in class com.storedobject.chart.GraphData.Edge
Establishes a connection from the current destination node of this Edge to the specified target node by creating or retrieving an edge between them.
connectTo(GraphData.Node) - Method in class com.storedobject.chart.GraphData.Node
Connects the current node to the specified target node by creating an edge between them.
connectToLastNode(N) - Method in class com.storedobject.chart.GraphData
Connects the given source node to the last node in the graph.
CoordinateSystem - Class in com.storedobject.chart
Abstract coordinate system.
CoordinateSystem() - Constructor for class com.storedobject.chart.CoordinateSystem
 
CoordinateSystemZoom - Class in com.storedobject.chart
Represents "data zoom" component that works inside a coordinate system.
CoordinateSystemZoom(CoordinateSystem, Axis...) - Constructor for class com.storedobject.chart.CoordinateSystemZoom
Constructor.
create(double) - Static method in class com.storedobject.chart.Font.Stretch
Create stretch with the give percentage.
create(double, double, double) - Static method in class com.storedobject.chart.FunctionData
Create a FunctionData that generates a sequence of double values as its output.
create(int, int) - Static method in class com.storedobject.chart.FunctionData
Create a FunctionData that generates a sequence of integer equivalents as its output.
create(int, int, int) - Static method in class com.storedobject.chart.FunctionData
Create a FunctionData that generates a sequence of integer equivalents as its output.
create(AbstractDataProvider<T>, ToDoubleFunction<T>) - Static method in class com.storedobject.chart.FunctionData
Create a FunctionData that generates values by converting a stream of another set of values.
create(DataType, BiFunction<T, Integer, D>) - Method in interface com.storedobject.chart.AbstractDataProvider
Create another data set by applying a mapping function to this data set.
create(DataType, Function<T, D>) - Method in interface com.storedobject.chart.AbstractDataProvider
Create another data set by applying a mapping function to this data set.
create(String) - Static method in class com.storedobject.chart.Font.Family
Create a font-family with the name provided.
create(DoubleFunction<Double>, double, double) - Static method in class com.storedobject.chart.FunctionData
Create a mathematical function that generates FunctionData for a given range of double values.
create(DoubleFunction<Double>, double, double, double) - Static method in class com.storedobject.chart.FunctionData
Create a mathematical function that generates FunctionData for a given range of double values.
create(IntToDoubleFunction, int, int) - Static method in class com.storedobject.chart.FunctionData
Create a mathematical function that generates FunctionData for a given range of integer equivalents.
create(IntToDoubleFunction, int, int, int) - Static method in class com.storedobject.chart.FunctionData
Create a mathematical function that generates FunctionData for a given range of integers.
create(Supplier<Stream<T>>, ToDoubleFunction<T>) - Static method in class com.storedobject.chart.FunctionData
Create a FunctionData that generates values by converting a stream of another set of values.
createActivity(ActivityList.ActivityGroup, String, LocalDateTime, int) - Method in class com.storedobject.chart.ActivityList
Create and add a ActivityList.Activity to the ActivityList.
createActivity(ActivityList.ActivityGroup, String, LocalDateTime, LocalDateTime) - Method in class com.storedobject.chart.ActivityList
Create and add a ActivityList.Activity to the ActivityList.
createActivity(String, LocalDateTime, int) - Method in class com.storedobject.chart.ActivityList.ActivityGroup
Create and add a ActivityList.Activity to this group.
createActivity(String, LocalDateTime, LocalDateTime) - Method in class com.storedobject.chart.ActivityList.ActivityGroup
Create and add a ActivityList.Activity to this group.
createActivityGroup(String) - Method in class com.storedobject.chart.ActivityList
Create and add a ActivityList.ActivityGroup to the ActivityList.
createNext(String, int) - Method in class com.storedobject.chart.ActivityList.Activity
Create a new activity immediately following this activity.
createNext(String, int, int) - Method in class com.storedobject.chart.ActivityList.Activity
Create a new activity following this activity.
createTask(Project.TaskGroup, String, int) - Method in class com.storedobject.chart.Project
Create and add a Project.Task to the project.
createTask(String, int) - Method in class com.storedobject.chart.Project
Create and add a Project.Task to the project.
createTask(String, int) - Method in class com.storedobject.chart.Project.TaskGroup
Create and add a Project.Task to this task group.
createTaskGroup(String) - Method in class com.storedobject.chart.Project
Create and add a Project.TaskGroup to the project.
CROSS_HAIR - Enum constant in enum class com.storedobject.chart.Axis.PointerType
Pointer as a cross-hair.
CS - Enum constant in enum class com.storedobject.chart.Language
Czech
CTRL - Enum constant in enum class com.storedobject.chart.Key
Ctrl key.
cursive() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "cursive".
customizeDataJSON(String, AbstractDataProvider<?>) - Method in class com.storedobject.chart.SOChart
This method is invoked just before the JSON string that is being constructed to send data to the client.
customizeJSON(String) - Method in class com.storedobject.chart.SOChart
This method is invoked just before the JSON string that is being constructed in the SOChart.update() method is sent to the client.

D

DASHED - Enum constant in enum class com.storedobject.chart.LineStyle.Type
Dashed.
Data - Class in com.storedobject.chart
Numeric data.
Data(double[]) - Constructor for class com.storedobject.chart.Data
Constructor.
Data(Number...) - Constructor for class com.storedobject.chart.Data
Constructor.
DataChannel - Class in com.storedobject.chart
Data channel opens up a channel to push data on to a SOChart once rendered.
DataChannel(SOChart, AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.DataChannel
Create a data channel for the given set of data providers.
DataMatrix - Class in com.storedobject.chart
Represents a matrix of data.
DataMatrix(Data...) - Constructor for class com.storedobject.chart.DataMatrix
Constructor.
DataMatrix(String, Data...) - Constructor for class com.storedobject.chart.DataMatrix
Constructor.
dataProvider() - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
Returns the value of the dataProvider record component.
DataProvider - Interface in com.storedobject.chart
Provider of numeric data.
DataShadowStyle() - Constructor for class com.storedobject.chart.DataZoom.DataShadowStyle
Constructor.
DataStream - Class in com.storedobject.chart
A data provider implementation to provide data from a Stream.
DataStream(Stream<Number>) - Constructor for class com.storedobject.chart.DataStream
Constructor.
dataToEmbed() - Method in class com.storedobject.chart.BoxplotChart
 
dataToEmbed() - Method in class com.storedobject.chart.CandlestickChart
 
dataToEmbed() - Method in class com.storedobject.chart.Chart
Get the data to embed.
dataToEmbed() - Method in class com.storedobject.chart.GaugeChart
 
dataToEmbed() - Method in class com.storedobject.chart.GraphChart
 
dataToEmbed() - Method in class com.storedobject.chart.RadarChart
 
dataToEmbed() - Method in class com.storedobject.chart.SankeyChart
 
dataToEmbed() - Method in class com.storedobject.chart.SunburstChart
 
dataToEmbed() - Method in class com.storedobject.chart.TreeChart
 
dataToEmbed() - Method in class com.storedobject.chart.TreemapChart
 
dataToEmbed() - Method in class com.storedobject.chart.XYDataChart
 
dataToEmbed() - Method in class com.storedobject.chart.XYGraphChart
 
DataType - Enum Class in com.storedobject.chart
Type of data that can be used by charts.
dataValue() - Method in class com.storedobject.chart.Chart
Get the data that represents the values of this chart.
dataValueIndex() - Method in class com.storedobject.chart.Chart
Get the index to get the real data value of this chart.
dataValueIndex() - Method in class com.storedobject.chart.XYDataChart
 
DataView() - Constructor for class com.storedobject.chart.Toolbox.DataView
 
DataZoom - Class in com.storedobject.chart
Represents the "data zoom" component.
DataZoom(CoordinateSystem, Axis...) - Constructor for class com.storedobject.chart.DataZoom
Constructor.
DataZoom.DataShadowStyle - Class in com.storedobject.chart
Used to style the data shadow.
DataZoom.HandleStyle - Class in com.storedobject.chart
Used to style the handle.
DATE - Enum constant in enum class com.storedobject.chart.DataType
Date values.
DateData - Class in com.storedobject.chart
Date data provider.
DateData(LocalDate...) - Constructor for class com.storedobject.chart.DateData
Constructor.
DateDataProvider - Interface in com.storedobject.chart
Data provider of date values.
DateStream - Class in com.storedobject.chart
A date data provider implementation to provide data from a Stream.
DateStream(Stream<LocalDate>) - Constructor for class com.storedobject.chart.DateStream
Constructor.
DE - Enum constant in enum class com.storedobject.chart.Language
German
debug(boolean, boolean, boolean) - Method in class com.storedobject.chart.SOChart
Enables or disables debugging functionality at the client-side.
declareData(Set<AbstractDataProvider<?>>) - Method in class com.storedobject.chart.Chart
 
declareData(Set<AbstractDataProvider<?>>) - Method in class com.storedobject.chart.CoordinateSystem
 
declareData(Set<AbstractDataProvider<?>>) - Method in interface com.storedobject.chart.HasData
Declare the data set owned by this ComponentPart by adding it to the Set provided.
declareData(Set<AbstractDataProvider<?>>) - Method in class com.storedobject.chart.MarkArea
 
declareData(Set<AbstractDataProvider<?>>) - Method in class com.storedobject.chart.Tooltip
 
defaultCategory(GraphData.Category) - Method in class com.storedobject.chart.GraphData
Sets the default category for the graph and returns the current instance of GraphData.
delete(ActivityList.Activity...) - Method in class com.storedobject.chart.ActivityList
delete(ActivityList.ActivityGroup...) - Method in class com.storedobject.chart.ActivityList
delete(Project.Task...) - Method in class com.storedobject.chart.Project
Delete Project.Tasks from the project.
delete(Project.TaskGroup...) - Method in class com.storedobject.chart.Project
Delete Project.TaskGroups from the project.
dependencies() - Method in class com.storedobject.chart.Project
 
dependsOn(Project.ProjectTask, Project.ProjectTask) - Method in class com.storedobject.chart.Project
Specify that a task/group depends on another task/group.
DIAMOND - Enum constant in enum class com.storedobject.chart.PointSymbolType
Diamond.
disable() - Method in class com.storedobject.chart.CoordinateSystemZoom
Disable the zooming feature.
disabled - Variable in class com.storedobject.chart.AbstractProperty
 
disableDefaultLegend() - Method in class com.storedobject.chart.SOChart
Legends will be shown by default.
disableDefaultTooltip() - Method in class com.storedobject.chart.SOChart
A tooltip will be shown by default.
dispatchAction(String) - Method in class com.storedobject.chart.SOChart
Dispatch an action to the chart.
doNotEscapeFormat - Variable in class com.storedobject.chart.Label
Check whether to "escape" the formatted JSON value or not.
DonutChart - Class in com.storedobject.chart
Donut chart.
DonutChart() - Constructor for class com.storedobject.chart.DonutChart
Constructor.
DonutChart(AbstractDataProvider<?>, DataProvider) - Constructor for class com.storedobject.chart.DonutChart
Constructor.
DOTTED - Enum constant in enum class com.storedobject.chart.LineStyle.Type
Dotted.
DoubleClick - Enum constant in enum class com.storedobject.chart.EventType
Represents a double-click event type that can occur on a chart.
Download() - Constructor for class com.storedobject.chart.Toolbox.Download
Constructor.
draggable(boolean) - Method in class com.storedobject.chart.GraphData
Sets the draggable property of the GraphData object.

E

Edge(SankeyData.Node, SankeyData.Node, Number) - Constructor for class com.storedobject.chart.SankeyData.Edge
Constructor.
edgeEndSymbol(PointSymbol) - Method in class com.storedobject.chart.GraphData
Sets the symbol for the end of edges in the graph and returns the updated GraphData instance.
edgeLength(double) - Method in class com.storedobject.chart.GraphData.Force
Sets the edge length for the force and returns the current instance of the Force object.
edgeStartSymbol(PointSymbol) - Method in class com.storedobject.chart.GraphData
Sets the start symbol for edges in the graph.
EffectScatter - Enum constant in enum class com.storedobject.chart.ChartType
Effect-scatter.
EffectScatterChart - Class in com.storedobject.chart
Effect scatter chart.
EffectScatterChart() - Constructor for class com.storedobject.chart.EffectScatterChart
Constructor.
EffectScatterChart(AbstractDataProvider<?>, AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.EffectScatterChart
Constructor.
em(double) - Static method in class com.storedobject.chart.Font.Size
 
emoji() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "emoji".
Emphasis - Class in com.storedobject.chart
Class to support properties related "emphasis".
Emphasis() - Constructor for class com.storedobject.chart.Chart.Emphasis
 
Emphasis() - Constructor for class com.storedobject.chart.Emphasis
 
EMPTY_CIRCLE - Enum constant in enum class com.storedobject.chart.PointSymbolType
Empty circle.
EN - Enum constant in enum class com.storedobject.chart.Language
English
enable() - Method in class com.storedobject.chart.CoordinateSystemZoom
Enable the zooming feature.
enableDefaultLegend() - Method in class com.storedobject.chart.SOChart
Enables the default legend for the chart.
enableDefaultTooltip() - Method in class com.storedobject.chart.SOChart
Enables the default tooltip for the associated component.
encode(Object) - Method in enum class com.storedobject.chart.DataType
Encode the given value as per the data type for creating the JSON part.
encode(StringBuilder, String, Object) - Static method in interface com.storedobject.chart.ComponentPart
Helper method: Encode a (name, value) pair.
encode(StringBuilder, String, Object) - Static method in class com.storedobject.chart.Shape
Helper method: Encode a (name, value) pair.
encode(StringBuilder, T) - Method in interface com.storedobject.chart.AbstractDataProvider
Encode a value for this data.
encode(LocalDateTime) - Method in class com.storedobject.chart.AbstractProject
Encode time data according to the duration type.
encodeCaptionJSON(StringBuilder) - Method in class com.storedobject.chart.Toolbox.Zoom
 
encodeCaptionJSON(StringBuilder) - Method in class com.storedobject.chart.ToolboxButton
Encode caption part here.
encodeFunction(StringBuilder, String, String, String...) - Static method in interface com.storedobject.chart.ComponentPart
Helper method: Encode a generic function
encodeFunction(String, String...) - Static method in interface com.storedobject.chart.ComponentPart
Helper method: Encode a generic function as a string.
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AbstractColor
 
encodeJSON(StringBuilder) - Method in interface com.storedobject.chart.AbstractDataProvider
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AbstractDataZoom
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AbstractLabel
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AbstractPart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AbstractProperty
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AbstractStyle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Alignment
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AngleAxis
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Area
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.AreaStyle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.AbstractTicks
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.GridAreas
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.GridLines
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.Label
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.Line
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.MinorTicks
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.Pointer
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.PointerHandle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.PointerLabel
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Axis.Ticks
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.BarChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.BezierCurve
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Border
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.BoxplotChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.BubbleChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Chart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Chart.Label
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.CirclePart
 
encodeJSON(StringBuilder) - Method in interface com.storedobject.chart.ComponentProperty
Encode the JSON string with the properties of this.
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.ComposedPart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.CoordinateSystemZoom
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.DataZoom.DataShadowStyle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.DataZoom
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.DataZoom.HandleStyle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.FunnelChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.GaugeChart.AxisLine
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.GaugeChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.GaugeChart.Needle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.GraphChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.GraphData.Category
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.GraphData.Edge
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.GraphData.Force
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.GraphData.Node
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.GraphData.ValueNode
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.GraphData.XYNode
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Image
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.ItemStyle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Label
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Legend
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Line
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.LineChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.LineStyle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.MarkArea.Block
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.MarkArea.Block.Side
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.MarkArea
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.NightingaleRoseChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Offset
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Orientation
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Padding
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.PieChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.PointSymbol
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.PolarProperty
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Polyline
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Position
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.RadarChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.RadarCoordinate
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Rectangle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.RectangularCoordinate
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.SankeyChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.SankeyData.Edge
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.SankeyData.Node
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.ScatterChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Shadow
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Shape
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Shape.Style
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.ShapeGroup
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Text
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.TextBorder
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.TextStyle
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Title
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Toolbox.Download
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Toolbox
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.ToolboxButton
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.Tooltip
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.TreeChart
 
encodeJSON(StringBuilder) - Method in interface com.storedobject.chart.TreeDataProvider
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.TreeDataProvider.Label
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.TreemapChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.VisualMap
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.VisualMap.Range
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.XYAxis
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.XYChart
 
encodeJSON(StringBuilder) - Method in class com.storedobject.chart.XYGraphChart
 
encodeJSON(String, StringBuilder) - Method in class com.storedobject.chart.Offset
Encodes the offset values into a JSON-compatible format and appends the resulting string to the provided StringBuilder.
encodePoint(StringBuilder, Shape.Point) - Static method in class com.storedobject.chart.Shape
Helper method: Encode a Shape.Point.
encodePoint(StringBuilder, String, String, Shape.Point) - Static method in class com.storedobject.chart.Shape
Helper method: Encode a Shape.Point.
encodeProperty(StringBuilder) - Method in class com.storedobject.chart.AbstractProperty
Encode the JSON for this property.
encodeProperty(StringBuilder) - Method in class com.storedobject.chart.Animation
 
encodeProperty(StringBuilder) - Method in class com.storedobject.chart.Chart.Emphasis
 
encodeProperty(StringBuilder) - Method in class com.storedobject.chart.Emphasis
 
encodeShape(StringBuilder) - Method in class com.storedobject.chart.ArcPart
 
encodeShape(StringBuilder) - Method in class com.storedobject.chart.CirclePart
 
encodeShape(StringBuilder) - Method in class com.storedobject.chart.Ring
 
encodeShape(StringBuilder) - Method in class com.storedobject.chart.Shape
Encode shape details.
encodeStatus(StringBuilder) - Method in class com.storedobject.chart.AbstractProperty
Encode the JSON for status for the disabled status.
encodeStatus(StringBuilder) - Method in class com.storedobject.chart.Animation
 
encodeStatus(StringBuilder) - Method in class com.storedobject.chart.Emphasis
 
END - Enum constant in enum class com.storedobject.chart.Location
Start (On Left-to-Right systems, it is the right-end).
equals(Object) - Method in class com.storedobject.chart.AbstractPart
 
equals(Object) - Method in class com.storedobject.chart.AbstractTask
 
equals(Object) - Method in class com.storedobject.chart.Axis
 
equals(Object) - Method in record class com.storedobject.chart.BoxplotData.Boxplot
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.storedobject.chart.CandlestickData.Candlestick
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.storedobject.chart.Color
 
equals(Object) - Method in class com.storedobject.chart.GraphData.Edge
 
equals(Object) - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.storedobject.chart.Size
 
ES - Enum constant in enum class com.storedobject.chart.Language
Spanish
escape(Object) - Static method in interface com.storedobject.chart.ComponentPart
Helper method to escape invalid characters in JSON strings.
Event - Class in com.storedobject.chart
Represents an event that occurs in a chart.
Event(SOChart, EventType, Object) - Constructor for class com.storedobject.chart.Event
Constructor.
EventCategory - Enum Class in com.storedobject.chart
Event category.
EventListener - Interface in com.storedobject.chart
Functional interface to listen to events occurring on a chart or its part.
EventType - Enum Class in com.storedobject.chart
Represents the type of event that can occur on a chart / part.
expanded() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "expanded".
extra_condensed() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "extra-condensed".
extra_expanded() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "extra-expanded".

F

fangsong() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "fangsong".
fantasy() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "fantasy".
FI - Enum constant in enum class com.storedobject.chart.Language
Finnish
fitOnLeftSide() - Method in class com.storedobject.chart.FunnelChart
Fit the funnel to the left side.
fitOnRightSide() - Method in class com.storedobject.chart.FunnelChart
Fit the funnel to the right side.
Font - Class in com.storedobject.chart
Defines Font.
Font(Font.Family, Font.Size) - Constructor for class com.storedobject.chart.Font
 
Font(Font.Family, Font.Style, Font.Size) - Constructor for class com.storedobject.chart.Font
 
Font.Family - Class in com.storedobject.chart
Represents font-family.
Font.Size - Class in com.storedobject.chart
Represents font-size.
Font.Stretch - Class in com.storedobject.chart
Represents font-stretch.
Font.Style - Enum Class in com.storedobject.chart
Represents font styles.
Font.Variant - Enum Class in com.storedobject.chart
Represents font variants.
Font.Weight - Class in com.storedobject.chart
Represents font-weight.
force(GraphData.Force) - Method in class com.storedobject.chart.GraphData
Sets the force layout configuration for the graph data.
Force() - Constructor for class com.storedobject.chart.GraphData.Force
 
FORCE - Enum constant in enum class com.storedobject.chart.GraphData.Layout
 
formatParser - Variable in class com.storedobject.chart.Label
The format parser that converts the formatter string to the real JSON value.
formatter - Variable in class com.storedobject.chart.Label
The formatter string.
formatValue(Object) - Method in class com.storedobject.chart.XRangeChart
Format a value to show as part of the tooltip.
formatXValue(X) - Method in class com.storedobject.chart.XRangeChart
Format an X-value to show as part of the tooltip.
formatXValue(X, X) - Method in class com.storedobject.chart.XRangeChart
Format the X-values to show as part of the tooltip.
formatYValue(Y) - Method in class com.storedobject.chart.XRangeChart
Format a Y-value to show as part of the tooltip.
FR - Enum constant in enum class com.storedobject.chart.Language
French
friction(double) - Method in class com.storedobject.chart.GraphData.Force
Sets the friction value for this force instance.
FunctionData - Class in com.storedobject.chart
Representation of data as a mathematical function of another data or stream of values.
Funnel - Enum constant in enum class com.storedobject.chart.ChartType
Funnel.
FunnelChart - Class in com.storedobject.chart
Funnel chart.
FunnelChart() - Constructor for class com.storedobject.chart.FunnelChart
Constructor.
FunnelChart(AbstractDataProvider<?>, DataProvider) - Constructor for class com.storedobject.chart.FunnelChart
Constructor.

G

GanttChart - Class in com.storedobject.chart
Gantt chart.
GanttChart(Project) - Constructor for class com.storedobject.chart.GanttChart
Constructor.
Gauge - Enum constant in enum class com.storedobject.chart.ChartType
Gauge.
GaugeChart - Class in com.storedobject.chart
Gauge chart.
GaugeChart() - Constructor for class com.storedobject.chart.GaugeChart
Constructor with a single needle for the gauge.
GaugeChart(int) - Constructor for class com.storedobject.chart.GaugeChart
Constructor with number of needles for the gauge.
GaugeChart(String) - Constructor for class com.storedobject.chart.GaugeChart
Constructor with a single needle for the gauge.
GaugeChart.AxisLine - Class in com.storedobject.chart
Axis line used in GaugeChart.
GaugeChart.Needle - Class in com.storedobject.chart
Needle property of the gauge chart.
get(int) - Method in class com.storedobject.chart.TreeData
Get the data at the given index.
get(String, boolean) - Method in class com.storedobject.chart.RichTextStyle
Get the text style for the given part.
getActivity(int) - Method in class com.storedobject.chart.ActivityList.ActivityGroup
Get an ActivityList.Activity from this group.
getActivityAxis() - Method in class com.storedobject.chart.ActivityChart
Get the activity axis of this Gantt chart.
getActivityAxisZoom() - Method in class com.storedobject.chart.ActivityChart
Get the activity zoom component.
getActivityCount() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
Get the ActivityList.Activity count belonging to this group.
getActivityFontSize() - Method in class com.storedobject.chart.AbstractProject
Get the font-size used to render the activity details.
getAlignment(boolean) - Method in class com.storedobject.chart.Text
Get text alignment.
getAlignment(boolean) - Method in class com.storedobject.chart.TextStyle
Get the alignment.
getAnimation(boolean) - Method in class com.storedobject.chart.Chart
 
getAnimation(boolean) - Method in class com.storedobject.chart.ComposedPart
 
getAnimation(boolean) - Method in interface com.storedobject.chart.HasAnimation
Get the instance of this property.
getAreaStyle(boolean) - Method in class com.storedobject.chart.DataZoom.DataShadowStyle
Get the area style.
getAreaStyle(boolean) - Method in class com.storedobject.chart.LineChart
Get the area-style (to style the area under the line).
getAxes() - Method in enum class com.storedobject.chart.ChartType
Get the name of the axes.
getAxis() - Method in class com.storedobject.chart.RadarCoordinate
 
getAxis(int) - Method in class com.storedobject.chart.CoordinateSystem
Return an axis of this coordinate system.
getAxisIndicators() - Method in class com.storedobject.chart.RadarCoordinate
Get the current axis indicators.
getAxisLabel(boolean) - Method in class com.storedobject.chart.GaugeChart
Get the axis label for this gauge.
getAxisLabel(AbstractTask) - Method in class com.storedobject.chart.AbstractProject
Get the axis label for the task/activity task or group.
getAxisLine(boolean) - Method in class com.storedobject.chart.GaugeChart
Get the axis line for this gauge.
getBackground() - Method in class com.storedobject.chart.Border
Get background color.
getBackground() - Method in class com.storedobject.chart.DataZoom
Get the background color.
getBackground() - Method in class com.storedobject.chart.TextStyle
Get background color.
getBarCategoryGap() - Method in class com.storedobject.chart.BarChart
Get the gap between the categories of the same bar chart.
getBarGap() - Method in class com.storedobject.chart.BarChart
Get the gap between bars when multiple bar charts are displayed on the same coordinate system.
getBarWidth() - Method in class com.storedobject.chart.BarChart
Get the width of the bar.
getBlur() - Method in class com.storedobject.chart.Shadow
Get the blur for the shadow.
getBorder(boolean) - Method in class com.storedobject.chart.ItemStyle
Get the border.
getBorder(boolean) - Method in class com.storedobject.chart.Legend
Get the border.
getBorder(boolean) - Method in class com.storedobject.chart.RectangularCoordinate
Get the border.
getBorder(boolean) - Method in class com.storedobject.chart.TextStyle
Get the border.
getBorderColor() - Method in class com.storedobject.chart.DataZoom
Get the border color.
getBorderColor() - Method in class com.storedobject.chart.DataZoom.HandleStyle
Get the border color.
getBorderRadius() - Method in class com.storedobject.chart.Rectangle
Get border radius.
getBorderType() - Method in class com.storedobject.chart.DataZoom.HandleStyle
Get the type of the border.
getBorderWidth() - Method in class com.storedobject.chart.DataZoom.HandleStyle
Get the border width.
getCaption() - Method in class com.storedobject.chart.ToolboxButton
Get the caption for this (will be shown as a tooltip).
getCategory() - Method in enum class com.storedobject.chart.EventType
Retrieves the category associated with this event type.
getCategory() - Method in class com.storedobject.chart.GraphData.Node
Retrieves the category associated with this node.
getCenter() - Method in class com.storedobject.chart.CirclePart
Get center.
getCenter(boolean) - Method in class com.storedobject.chart.GraphData
Retrieves the center offset configuration for this object.
getChart() - Method in class com.storedobject.chart.VisualMap
Get the chart for which this visual map is used.
getChildren() - Method in class com.storedobject.chart.TreeData
 
getChildren() - Method in interface com.storedobject.chart.TreeDataProvider
Get the child nodes.
getColor() - Method in class com.storedobject.chart.AbstractStyle
Get color.
getColor() - Method in class com.storedobject.chart.AbstractTask
Get the color used when rendering.
getColor() - Method in class com.storedobject.chart.ActivityList.Activity
 
getColor() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
 
getColor() - Method in class com.storedobject.chart.Axis.PointerHandle
Get the color of the handle.
getColor() - Method in class com.storedobject.chart.DataZoom.HandleStyle
Get color.
getColor() - Method in class com.storedobject.chart.Project.Task
 
getColor() - Method in class com.storedobject.chart.Project.TaskGroup
 
getColor() - Method in class com.storedobject.chart.RadarCoordinate
Get the color of the indicator.
getColor() - Method in class com.storedobject.chart.Shadow
Get the color.
getColor() - Method in class com.storedobject.chart.TextStyle
Get color.
getColors() - Method in class com.storedobject.chart.ColorGradient
Get the color-bands.
getColors() - Method in class com.storedobject.chart.VisualMap.Range
Retrieves the list of colors associated with this instance.
getColumn(int) - Method in class com.storedobject.chart.DataMatrix
Get a specific column as data provider.
getColumn(int, int) - Method in class com.storedobject.chart.DataMatrix
Get a specific column as data provider.
getColumnCount() - Method in class com.storedobject.chart.DataMatrix
Get the column count.
getColumnDataName() - Method in class com.storedobject.chart.DataMatrix
Get the name of the column data.
getColumnName(int) - Method in class com.storedobject.chart.DataMatrix
Get the name of a particular column.
getColumnNames() - Method in class com.storedobject.chart.DataMatrix
Get column names as a category data provider.
getColumnNames(int) - Method in class com.storedobject.chart.DataMatrix
Get column names as a category data provider.
getComparator() - Method in interface com.storedobject.chart.AbstractDataProvider
This comparator, if available, will be used to determine the min/max values of the data if required by the AbstractDataProvider.getMin() and AbstractDataProvider.getMax() methods.
getComparator() - Method in interface com.storedobject.chart.DateDataProvider
 
getComparator() - Method in interface com.storedobject.chart.TimeDataProvider
 
getCompleted() - Method in class com.storedobject.chart.AbstractTask
Get percentage completed.
getCompleted() - Method in class com.storedobject.chart.ActivityList.Activity
 
getCompleted() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
 
getCompleted() - Method in class com.storedobject.chart.Project.Task
 
getCompleted() - Method in class com.storedobject.chart.Project.TaskGroup
 
getControlPoint() - Method in class com.storedobject.chart.BezierCurve
Get the control point for the quadratic Bezier curve.
getControlPoint1() - Method in class com.storedobject.chart.BezierCurve
Get the first control point for the cubic Bezier curve.
getControlPoint2() - Method in class com.storedobject.chart.BezierCurve
Get the second control point for the cubic Bezier curve.
getCoordinateSystem() - Method in class com.storedobject.chart.AbstractGanttChart
Return the co-ordinate system used by this Gantt chart.
getCoordinateSystem() - Method in class com.storedobject.chart.Chart
Get the coordinate system of this chart.
getCoordinateSystem() - Method in class com.storedobject.chart.XRangeChart
Return the co-ordinate system used by this chart.
getData() - Method in class com.storedobject.chart.Chart
Get the current set of data.
getData() - Method in class com.storedobject.chart.Event
Retrieves the additional data associated with the event.
getDataShadowStyle(boolean) - Method in class com.storedobject.chart.DataZoom
Get the style of the data shadow.
getDataType() - Method in class com.storedobject.chart.AbstractData
Get the data type.
getDataType() - Method in interface com.storedobject.chart.AbstractDataProvider
Get the value type of the data.
getDataType() - Method in class com.storedobject.chart.AbstractDataStream
 
getDataType() - Method in class com.storedobject.chart.Axis
Get the data type of this axis.
getDataType() - Method in class com.storedobject.chart.BasicDataProvider
 
getDataType() - Method in class com.storedobject.chart.BasicInternalDataProvider
 
getDataType() - Method in interface com.storedobject.chart.CategoryDataProvider
 
getDataType() - Method in interface com.storedobject.chart.DataProvider
 
getDataType() - Method in interface com.storedobject.chart.DateDataProvider
 
getDataType() - Method in class com.storedobject.chart.FunctionData
Get the data type.
getDataType() - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
 
getDataType() - Method in class com.storedobject.chart.SerialData
 
getDataType() - Method in class com.storedobject.chart.SerialDate
 
getDataType() - Method in class com.storedobject.chart.SerialTime
 
getDataType() - Method in interface com.storedobject.chart.TimeDataProvider
 
getDefaultCategory() - Method in class com.storedobject.chart.GraphData
Retrieves the default category associated with the graph data.
getDefaultColor(int) - Static method in class com.storedobject.chart.SOChart
Get the default color used by the chart component.
getDefaultColors() - Method in class com.storedobject.chart.SOChart
Get the list of default colors.
getDefaultLegend() - Method in class com.storedobject.chart.SOChart
Get the default legend.
getDefaultTextStyle() - Method in class com.storedobject.chart.SOChart
Get the default text style.
getDefaultTooltip() - Method in class com.storedobject.chart.SOChart
Get the default tooltip.
getDestinationNode() - Method in class com.storedobject.chart.GraphData.Edge
Retrieves the destination node of this edge.
getDivisions() - Method in class com.storedobject.chart.Axis.MinorTicks
Get a number of divisions.
getDuration() - Method in class com.storedobject.chart.AbstractTask
Duration.
getDuration() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
 
getDuration() - Method in class com.storedobject.chart.ActivityList.ProjectActivity
Get the duration.
getDuration() - Method in class com.storedobject.chart.Project.ProjectTask
Get the duration.
getDuration() - Method in class com.storedobject.chart.Project.Task
 
getDuration() - Method in class com.storedobject.chart.Project.TaskGroup
 
getDurationType() - Method in class com.storedobject.chart.AbstractProject
Get the duration type of this project.
getEdgeEndSymbol() - Method in class com.storedobject.chart.GraphData
Retrieves the symbol representing the end of an edge in the graph.
getEdgeLabel(boolean) - Method in class com.storedobject.chart.SankeyChart
Get the label for the edges.
getEdgeLength() - Method in class com.storedobject.chart.GraphData.Force
Retrieves the edge length value.
getEdges() - Method in class com.storedobject.chart.SankeyData
 
getEdges() - Method in interface com.storedobject.chart.SankeyDataProvider
Get the edges.
getEdgeStartSymbol() - Method in class com.storedobject.chart.GraphData
Returns the symbol representing the start of an edge in the graph.
getEmphasis(boolean) - Method in class com.storedobject.chart.Chart
Get the Emphasis effect of the chart.
getEmphasis(boolean) - Method in class com.storedobject.chart.ComposedPart
 
getEmphasis(boolean) - Method in interface com.storedobject.chart.HasEmphasis
Get the instance of this property.
getEnd() - Method in class com.storedobject.chart.AbstractDataZoom
The end percentage of the window out of the data extent, in the range of 0 ~ 100.
getEnd() - Method in class com.storedobject.chart.AbstractProject
Get the project end.
getEnd() - Method in class com.storedobject.chart.AbstractTask
Get the end.
getEnd() - Method in class com.storedobject.chart.ActivityList
 
getEnd() - Method in class com.storedobject.chart.ActivityList.ProjectActivity
Get the end.
getEnd() - Method in class com.storedobject.chart.Project
 
getEnd() - Method in class com.storedobject.chart.Project.ProjectTask
Get the end.
getEndAngle() - Method in class com.storedobject.chart.ArcPart
Get the ending angle.
getEndingSide() - Method in class com.storedobject.chart.MarkArea.Block
Get the ending side.
getEndValue() - Method in class com.storedobject.chart.AbstractDataZoom
The absolute end value of the window.
getEventGroup(int) - Method in class com.storedobject.chart.ActivityList
getExtraAxisLabel(AbstractTask) - Method in class com.storedobject.chart.AbstractProject
Get the extra axis label for the task/activity.
getExtraAxisLabel(AbstractTask) - Method in class com.storedobject.chart.ActivityList
 
getExtraAxisLabel(AbstractTask) - Method in class com.storedobject.chart.Project
Get the extra axis label for the task.
getExtraAxisLabel(ActivityList.ActivityGroup) - Method in class com.storedobject.chart.ActivityList
 
getExtraFontSize() - Method in class com.storedobject.chart.AbstractProject
Get the font-size used to render the extra information of group.
getExtraFontSize() - Method in class com.storedobject.chart.AbstractTask
Get the font-size used to render the extra information of a group (Applicable only if this is a group).
getExtraInfo() - Method in class com.storedobject.chart.AbstractTask
Get the extra information associated with this.
getFamily() - Method in class com.storedobject.chart.Font
Get font-family.
getFillColor() - Method in class com.storedobject.chart.Shape.Style
Get the fill color.
getFillerColor() - Method in class com.storedobject.chart.DataZoom
Get the filler color.
getFilterMode() - Method in class com.storedobject.chart.AbstractDataZoom
Get the filter mode.
getFirstNode() - Method in class com.storedobject.chart.GraphData
Retrieves the first node from the list of nodes.
getFont() - Method in class com.storedobject.chart.Text
Get the current font.
getFontSize() - Method in class com.storedobject.chart.AbstractTask
Get the font-size used to render the details
getFontStyle() - Method in class com.storedobject.chart.TextStyle
Get font.
getForce(boolean) - Method in class com.storedobject.chart.GraphData
Retrieves the instance of the Force object.
getFormatter() - Method in class com.storedobject.chart.Label
Get the label formatter currently set.
getFriction() - Method in class com.storedobject.chart.GraphData.Force
Retrieves the friction value.
getFrom() - Method in class com.storedobject.chart.BezierCurve
Get the "from" point.
getFrom() - Method in class com.storedobject.chart.Line
Get the "from" point.
getFrom() - Method in class com.storedobject.chart.SankeyData.Edge
Get the starting node of the edge.
getGap() - Method in class com.storedobject.chart.AbstractLabel
Set the gap between the part and labels.
getGap() - Method in class com.storedobject.chart.Axis.PointerHandle
Set the gap between the axis and the handle.
getGap() - Method in class com.storedobject.chart.Title
Get the gap between title and sub-title.
getGapName() - Method in class com.storedobject.chart.AbstractLabel
Name of the gap to be used when rendering (It is different when different parts are used).
getGapName() - Method in class com.storedobject.chart.Chart.Label
 
getGravity() - Method in class com.storedobject.chart.GraphData.Force
Retrieves the gravity value.
getGridAreas(boolean) - Method in class com.storedobject.chart.Axis
Get the grid-areas for the axis.
getGridLines(boolean) - Method in class com.storedobject.chart.Axis
Get the grid-lines of the axis.
getGroup() - Method in class com.storedobject.chart.ActivityList.Activity
Get the ActivityList.ActivityGroup this activity belongs to.
getGroup() - Method in class com.storedobject.chart.Project.Task
Get the Project.TaskGroup this task belongs to.
getGroupCount() - Method in class com.storedobject.chart.ActivityList
Get the number of ActivityList.Activity belonging to this group.
getGroupCount() - Method in class com.storedobject.chart.Project
Get the number of Project.Task belonging to this group.
getGroupFontSize() - Method in class com.storedobject.chart.AbstractProject
Get the font-size used to render the task/activity group.
getHandle(boolean) - Method in class com.storedobject.chart.Axis.Pointer
Get the pointer-handle.
getHandleStyle(boolean) - Method in class com.storedobject.chart.DataZoom
Get the handle style.
getHeight() - Method in class com.storedobject.chart.Axis.PointerHandle
Get the height in pixels.
getHeight() - Method in class com.storedobject.chart.Image
Get height in pixels.
getHeight() - Method in class com.storedobject.chart.Rectangle
Get height.
getHoleRadius() - Method in class com.storedobject.chart.ArcPart
Get radius of the hole.
getHoleRadius() - Method in class com.storedobject.chart.Ring
Get radius of the hole.
getId() - Method in interface com.storedobject.chart.AbstractDataProvider
 
getId() - Method in class com.storedobject.chart.AbstractPart
Get a unique Id for this part.
getId() - Method in class com.storedobject.chart.AbstractTask
Unique ID for this task/activity.
getId() - Method in interface com.storedobject.chart.ComponentPart
Each part should have a unique Id.
getId() - Method in class com.storedobject.chart.GraphData.Node
 
getId() - Method in class com.storedobject.chart.TreeData
 
getId() - Method in class com.storedobject.chart.VisualMap
 
getImageURL() - Method in class com.storedobject.chart.Image
Get current image URL.
getInitialLayout() - Method in class com.storedobject.chart.GraphData.Force
Retrieves the initial layout configuration.
getInRange() - Method in class com.storedobject.chart.VisualMap
Retrieves the range of colors and visuals to be used for the visual map.
getInterval() - Method in class com.storedobject.chart.Axis.GridAreas
Get the interval for the grid lines.
getInterval() - Method in class com.storedobject.chart.Axis.GridLines
Get the interval for the grid lines.
getInterval() - Method in class com.storedobject.chart.Axis.Label
Get the interval between labels.
getInterval() - Method in class com.storedobject.chart.Axis.Ticks
Get the interval between labels.
getItemStyle(boolean) - Method in class com.storedobject.chart.Chart
Get item style.
getItemStyle(boolean) - Method in class com.storedobject.chart.ComposedPart
 
getItemStyle(boolean) - Method in interface com.storedobject.chart.HasItemStyle
Get the item-style for this part.
getItemStyle(boolean) - Method in class com.storedobject.chart.MarkArea.Block
Get item style for this block.
getItemStyle(boolean) - Method in class com.storedobject.chart.MarkArea
Get item style.
getItemStyle(boolean) - Method in interface com.storedobject.chart.TreeDataProvider
Get item style.
getLabel(boolean) - Method in class com.storedobject.chart.Axis
Get the label.
getLabel(boolean) - Method in class com.storedobject.chart.Axis.Pointer
Get the label of the pointer.
getLabel(boolean) - Method in class com.storedobject.chart.Chart
Get the label for this chart value.
getLabel(boolean) - Method in class com.storedobject.chart.ComposedPart
 
getLabel(boolean) - Method in interface com.storedobject.chart.HasLabel
Get the label for this part.
getLabel(boolean) - Method in class com.storedobject.chart.TreeData
 
getLabel(boolean) - Method in interface com.storedobject.chart.TreeDataProvider
Get the label for this tree node.
getLabel(AbstractTask) - Method in class com.storedobject.chart.AbstractProject
Get the label of the given task/activity (Will be used for displaying the label on the task/activity bar).
getLabelClass() - Method in class com.storedobject.chart.ComposedPart
This is invoked to determine the class of the label to create.
getLabelClass() - Method in class com.storedobject.chart.SankeyData.Edge
 
getLabelClass() - Method in class com.storedobject.chart.SankeyData.Node
 
getLabelName() - Method in class com.storedobject.chart.Chart
Get the label name for encoding label if exists.
getLabelName() - Method in class com.storedobject.chart.GaugeChart
 
getLabelTag() - Method in class com.storedobject.chart.AbstractPart
 
getLabelTag() - Method in class com.storedobject.chart.SankeyData.Edge
 
getLastNode() - Method in class com.storedobject.chart.GraphData
Retrieves the last node in the list.
getLayout() - Method in class com.storedobject.chart.GraphData
Retrieves the layout configuration for the graph.
getLineHeight() - Method in class com.storedobject.chart.Font
Get line-height of this font.
getLineStyle(boolean) - Method in class com.storedobject.chart.Axis.Pointer
Get the line-style of the pointer.
getLineStyle(boolean) - Method in class com.storedobject.chart.DataZoom.DataShadowStyle
Get the line style.
getLineStyle(boolean) - Method in class com.storedobject.chart.LineChart
Get the line-style.
getLineStyle(boolean) - Method in class com.storedobject.chart.SankeyChart
Get line style.
getLineStyle(boolean) - Method in class com.storedobject.chart.SankeyData.Edge
Get line style.
getLineWidth() - Method in class com.storedobject.chart.Shape.Style
Get the line width.
getMarkArea(boolean) - Method in class com.storedobject.chart.BarChart
This chart doesn't support mark area and this method always returns null.
getMarkArea(boolean) - Method in class com.storedobject.chart.Chart
Get the mark area for the chart.
getMax() - Method in interface com.storedobject.chart.AbstractDataProvider
Get the maximum value from this data.
getMax() - Method in class com.storedobject.chart.CategoryData
 
getMax() - Method in class com.storedobject.chart.Chart
Get the minimum value for this chart.
getMax() - Method in class com.storedobject.chart.VisualMap
Get the maximum value to be used by this map.
getMaxSpan() - Method in class com.storedobject.chart.AbstractDataZoom
The maximum span percentage value of the window out of the data extent, in the range of 0 ~ 100.
getMaxSpanValue() - Method in class com.storedobject.chart.AbstractDataZoom
The absolute maximum span value of the window.
getMin() - Method in interface com.storedobject.chart.AbstractDataProvider
Get the minimum value from this data.
getMin() - Method in class com.storedobject.chart.CategoryData
 
getMin() - Method in class com.storedobject.chart.Chart
Get the minimum value for this chart.
getMin() - Method in class com.storedobject.chart.VisualMap
Get the minimum value to be used by this map.
getMinorGridLines(boolean) - Method in class com.storedobject.chart.Axis
Get the minor grid-lines of the axis.
getMinorTicks(boolean) - Method in class com.storedobject.chart.Axis
Get the minor tick of the axis-line.
getMinSpan() - Method in class com.storedobject.chart.AbstractDataZoom
The minimum span percentage value of the window out of the data extent, in the range of 0 ~ 100.
getMinSpanValue() - Method in class com.storedobject.chart.AbstractDataZoom
The absolute minimum span value of the window.
getName() - Method in class com.storedobject.chart.AbstractData
Get the name of this data set.
getName() - Method in interface com.storedobject.chart.AbstractDataProvider
 
getName() - Method in class com.storedobject.chart.AbstractPart
Get the name of this part.
getName() - Method in class com.storedobject.chart.AbstractProject
Get the name of the project.
getName() - Method in class com.storedobject.chart.AbstractTask
Get the name.
getName() - Method in class com.storedobject.chart.ActivityList.ProjectActivity
Get the name.
getName() - Method in class com.storedobject.chart.Axis
Get the name of the axis.
getName() - Method in class com.storedobject.chart.Chart
Set the name of the chart.
getName() - Method in interface com.storedobject.chart.ComponentPart
Get the name of this part.
getName() - Method in class com.storedobject.chart.DataMatrix
Get name of the data set.
getName() - Method in enum class com.storedobject.chart.EventType
Gets the name associated with this event type.
getName() - Method in class com.storedobject.chart.FunctionData
Get the name of this data set.
getName() - Method in class com.storedobject.chart.GaugeChart.Needle
Get the name of the needle (This will be displayed on the dial).
getName() - Method in class com.storedobject.chart.GraphData.Node
Retrieves the name of the node.
getName() - Method in class com.storedobject.chart.MarkArea.Block
Get the name of the block.
getName() - Method in class com.storedobject.chart.Project.ProjectTask
Get the name.
getName() - Method in class com.storedobject.chart.SankeyData.Node
Get the name of the node.
getName() - Method in class com.storedobject.chart.TreeData
 
getNameGap() - Method in class com.storedobject.chart.Axis
Get the gap between the axis and the name in pixels.
getNameLocation() - Method in class com.storedobject.chart.Axis
Get the location of the name.
getNameRotation() - Method in class com.storedobject.chart.Axis
Get the rotation of the name in degrees.
getNameTextStyle(boolean) - Method in class com.storedobject.chart.Axis
Get the text style for the name.
getNode(int) - Method in class com.storedobject.chart.GraphData
Retrieves the node at the specified index from the collection of nodes.
getNode(String) - Method in class com.storedobject.chart.GraphData
Retrieves the node with the specified name from the collection of nodes.
getNodeAlignment(boolean) - Method in class com.storedobject.chart.SankeyChart
Get the current node alignment.
getNodes() - Method in class com.storedobject.chart.SankeyData
 
getNodes() - Method in interface com.storedobject.chart.SankeyDataProvider
Get the nodes.
getNumberOfNeedles() - Method in class com.storedobject.chart.GaugeChart
Get number of needles.
getOffset() - Method in class com.storedobject.chart.XYAxis
Get the offset of the axis.
getOffset(boolean) - Method in class com.storedobject.chart.PointSymbol
Retrieves the offset for the point symbol.
getOffsetX() - Method in class com.storedobject.chart.Shadow
Get offset X.
getOffsetY() - Method in class com.storedobject.chart.Shadow
Get offset Y.
getOpacity() - Method in class com.storedobject.chart.AbstractStyle
Get the opacity of the line (Value as percentage 0 to 100%).
getOpacity() - Method in class com.storedobject.chart.Shadow
Get the opacity of the shadow (Value as percentage 0 to 100%).
getOrder() - Method in class com.storedobject.chart.Project.ProjectTask
Get the order.
getOrientation(boolean) - Method in class com.storedobject.chart.TreeChart
Get orientation.
getOutOfRange() - Method in class com.storedobject.chart.VisualMap
Retrieves the visual map range for values that fall outside the acceptable range.
getPadding(boolean) - Method in class com.storedobject.chart.ComposedPart
 
getPadding(boolean) - Method in interface com.storedobject.chart.HasPadding
Get the padding of this on the chart display area.
getPadding(boolean) - Method in class com.storedobject.chart.Legend
 
getPadding(boolean) - Method in class com.storedobject.chart.TextStyle
Get the padding.
getPercentage() - Method in class com.storedobject.chart.Font.Stretch
Get the percentage of stretch.
getPointer(boolean) - Method in class com.storedobject.chart.Axis
Get the axis-pointer for the axis.
getPointSymbol(boolean) - Method in class com.storedobject.chart.BubbleChart
Get the PointSymbol that represents the "bubble".
getPointSymbol(boolean) - Method in class com.storedobject.chart.LineChart
Get the point symbol definition associated with this chart.
getPointSymbol(boolean) - Method in class com.storedobject.chart.ScatterChart
Get the PointSymbol.
getPolarProperty(boolean) - Method in class com.storedobject.chart.ComposedPart
 
getPolarProperty(boolean) - Method in class com.storedobject.chart.GaugeChart
 
getPolarProperty(boolean) - Method in interface com.storedobject.chart.HasPolarProperty
Get the polar property.
getPolarProperty(boolean) - Method in class com.storedobject.chart.PieChart
 
getPolarProperty(boolean) - Method in class com.storedobject.chart.PolarCoordinate
 
getPolarProperty(boolean) - Method in class com.storedobject.chart.RadarCoordinate
 
getPolarProperty(boolean) - Method in class com.storedobject.chart.SunburstChart
 
getPosition() - Method in class com.storedobject.chart.Chart.Label
Get the position indicator of this label.
getPosition(boolean) - Method in class com.storedobject.chart.ComposedPart
 
getPosition(boolean) - Method in class com.storedobject.chart.CoordinateSystem
 
getPosition(boolean) - Method in class com.storedobject.chart.DataZoom
 
getPosition(boolean) - Method in interface com.storedobject.chart.HasPosition
Get the position of this on the chart display area.
getPosition(boolean) - Method in class com.storedobject.chart.Legend
 
getPosition(boolean) - Method in class com.storedobject.chart.SelfPositioningChart
 
getPosition(boolean) - Method in class com.storedobject.chart.SelfPositioningSpecialChart
 
getPosition(boolean) - Method in class com.storedobject.chart.Shape
Get the position.
getPosition(boolean) - Method in class com.storedobject.chart.SunburstChart
 
getPosition(boolean) - Method in class com.storedobject.chart.Title
 
getPosition(boolean) - Method in class com.storedobject.chart.Toolbox
 
getPosition(boolean) - Method in class com.storedobject.chart.VisualMap
 
getPrecision() - Method in class com.storedobject.chart.Axis.PointerLabel
Get the precision for showing the value (Applicable to numeric values).
getRadius() - Method in class com.storedobject.chart.CirclePart
Get radius.
getRenderingIndex() - Method in class com.storedobject.chart.Axis
 
getRenderingIndex() - Method in interface com.storedobject.chart.ComponentPart
Return the rendering index of this part.
getRepulsion() - Method in class com.storedobject.chart.GraphData.Force
Retrieves the repulsion value.
getResetCaption() - Method in class com.storedobject.chart.Toolbox.Zoom
Get the caption for the "reset zoom" part (will be shown as a tooltip).
getResolution() - Method in class com.storedobject.chart.Toolbox.Download
Get image resolution.
getRichTextStyle(boolean) - Method in class com.storedobject.chart.TextStyle
Get the RichTextStyle instance associated with this text style.
getRotation() - Method in class com.storedobject.chart.Label
Get the rotation of the label.
getRow(int) - Method in class com.storedobject.chart.DataMatrix
Get a specific row as data provider.
getRow(int, int) - Method in class com.storedobject.chart.DataMatrix
Get a specific row as data provider.
getRowCount() - Method in class com.storedobject.chart.ActivityList
 
getRowCount() - Method in class com.storedobject.chart.DataMatrix
Get the row count.
getRowCount() - Method in class com.storedobject.chart.Project
 
getRowDataName() - Method in class com.storedobject.chart.DataMatrix
Get the name of the row data.
getRowName(int) - Method in class com.storedobject.chart.DataMatrix
Get the name of a particular row.
getRowNames() - Method in class com.storedobject.chart.DataMatrix
Get row names as a category data provider.
getRowNames(int) - Method in class com.storedobject.chart.DataMatrix
Get row names as a category data provider.
getSankeyData() - Method in class com.storedobject.chart.SankeyChart
Get the Sankey data associated with this chart.
getSerial() - Method in class com.storedobject.chart.AbstractData
 
getSerial() - Method in class com.storedobject.chart.AbstractDataStream
 
getSerial() - Method in class com.storedobject.chart.AbstractPart
 
getSerial() - Method in class com.storedobject.chart.BasicDataProvider
 
getSerial() - Method in interface com.storedobject.chart.ComponentPart
Get the current serial number (Serial number used for internal purposes only).
getSerial() - Method in class com.storedobject.chart.FunctionData
 
getSerial() - Method in class com.storedobject.chart.GraphData.Node
 
getSerial() - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
 
getSerial() - Method in class com.storedobject.chart.SerialData
 
getSerial() - Method in class com.storedobject.chart.SerialDate
 
getSerial() - Method in class com.storedobject.chart.SerialTime
 
getSerial() - Method in class com.storedobject.chart.TreeData
 
getSerial() - Method in class com.storedobject.chart.VisualMap
 
getShadow(boolean) - Method in class com.storedobject.chart.AbstractStyle
Get the shadow.
getShadow(boolean) - Method in class com.storedobject.chart.Axis.Pointer
Get the shadow-style of the pointer.
getShadow(boolean) - Method in class com.storedobject.chart.Axis.PointerHandle
Get the shadow-style of the pointer-handle.
getShadow(boolean) - Method in class com.storedobject.chart.DataZoom.HandleStyle
Get the shadow.
getShadow(boolean) - Method in class com.storedobject.chart.Shape.Style
Get the shadow.
getShowMaxLabel() - Method in class com.storedobject.chart.Axis.Label
Check if a label for the maximum value will be displayed or not.
getShowMinLabel() - Method in class com.storedobject.chart.Axis.Label
Check if a label for the minimum value will be displayed or not.
getSize() - Method in class com.storedobject.chart.Font
Get font-size.
getSliceGap() - Method in class com.storedobject.chart.FunnelChart
Get the gap between slices.
getSnap() - Method in class com.storedobject.chart.Axis.Pointer
Get the snap attribute.
getSOChart() - Method in class com.storedobject.chart.Event
Retrieves the SOChart instance associated with this chart event.
getSourceNode() - Method in class com.storedobject.chart.GraphData.Edge
Retrieves the source node of this edge.
getStart() - Method in class com.storedobject.chart.AbstractDataZoom
The start percentage of the window out of the data extent, in the range of 0 ~ 100.
getStart() - Method in class com.storedobject.chart.AbstractProject
Get the project start.
getStart() - Method in class com.storedobject.chart.AbstractTask
Get the start.
getStart() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
 
getStart() - Method in class com.storedobject.chart.ActivityList
 
getStart() - Method in class com.storedobject.chart.Project.ProjectTask
Get the start.
getStart() - Method in class com.storedobject.chart.Project.Task
 
getStart() - Method in class com.storedobject.chart.Project.TaskGroup
 
getStartAngle() - Method in class com.storedobject.chart.ArcPart
Get the starting angle.
getStartingAngle() - Method in class com.storedobject.chart.AngleAxis
Get the starting angle.
getStartingAngle() - Method in class com.storedobject.chart.RadarCoordinate
Get the starting angle.
getStartingSide() - Method in class com.storedobject.chart.MarkArea.Block
Get the starting side.
getStartValue() - Method in class com.storedobject.chart.AbstractDataZoom
The absolute start value of the window.
getStrokeColor() - Method in class com.storedobject.chart.Shape.Style
Get the stroke color.
getStyle() - Method in class com.storedobject.chart.Font
Get font-style.
getStyle() - Method in class com.storedobject.chart.GaugeChart.AxisLine
Get the style of the Gauge chart's axis line.
getStyle(boolean) - Method in class com.storedobject.chart.Area
Get the style.
getStyle(boolean) - Method in class com.storedobject.chart.Axis.Line
Get the style.
getStyle(boolean) - Method in class com.storedobject.chart.Shape
Get the style.
getSubtext() - Method in class com.storedobject.chart.Title
Get the sub-text that will be shown as the sub-title in the second line.
getSubtextStyle(boolean) - Method in class com.storedobject.chart.Title
Get the sub-text style.
getSunburstData() - Method in class com.storedobject.chart.SunburstChart
Get the list of data associated with this chart.
getTag() - Method in class com.storedobject.chart.Toolbox.DataView
 
getTag() - Method in class com.storedobject.chart.Toolbox.Download
Get the tag for this tool button.
getTag() - Method in class com.storedobject.chart.Toolbox.Restore
Get the tag for this tool button.
getTag() - Method in class com.storedobject.chart.Toolbox.Zoom
Get the tag for this tool button.
getTask(int) - Method in class com.storedobject.chart.Project.TaskGroup
Get a Project.Task from this group.
getTaskAxis() - Method in class com.storedobject.chart.GanttChart
Get the task axis of this Gantt chart.
getTaskAxisZoom() - Method in class com.storedobject.chart.GanttChart
Get the task zoom component.
getTaskCount() - Method in class com.storedobject.chart.Project.TaskGroup
Get the number of Project.Task belonging to this group.
getTaskFontSize() - Method in class com.storedobject.chart.AbstractProject
Get the font-size used to render the task details
getTaskGroup(int) - Method in class com.storedobject.chart.Project
Get the Project.TaskGroup of this project.
getText() - Method in class com.storedobject.chart.Text
Get current content.
getText() - Method in class com.storedobject.chart.Title
Get the text of the title.
getTextBorder(boolean) - Method in class com.storedobject.chart.TextStyle
Get the text border.
getTextLabel() - Method in class com.storedobject.chart.GraphData
Retrieves the TextLabel associated with this instance of the class.
getTextStyle(boolean) - Method in class com.storedobject.chart.Legend
Get the text style.
getTextStyle(boolean) - Method in class com.storedobject.chart.Title
Get the text style.
getTicks(boolean) - Method in class com.storedobject.chart.Axis
Get the axis-line ticks.
getTimeAxis() - Method in class com.storedobject.chart.AbstractGanttChart
Get the time axis.
getTimeAxisZoom() - Method in class com.storedobject.chart.AbstractGanttChart
Get the time axis zoom component.
getTo() - Method in class com.storedobject.chart.BezierCurve
Get the "to" point.
getTo() - Method in class com.storedobject.chart.Line
Get the "to" point.
getTo() - Method in class com.storedobject.chart.SankeyData.Edge
Get the ending node of the edge.
getToday() - Method in class com.storedobject.chart.AbstractProject
Get today/now.
getTooltip(boolean) - Method in class com.storedobject.chart.Chart
Get the tooltip.
getTooltipLabel(AbstractTask) - Method in class com.storedobject.chart.AbstractProject
Get the tooltip label of the given task/activity (Will be used for displaying the tooltip label).
getTooltipText(X, X, Y, String, double, String) - Method in class com.storedobject.chart.XRangeChart
Format a data point to show it as the tooltip.
getTreeData() - Method in class com.storedobject.chart.TreeChart
Get the data associated with this chart.
getTreemapData() - Method in class com.storedobject.chart.TreemapChart
Get the list of data associated with this chart.
getType() - Method in class com.storedobject.chart.Arc
 
getType() - Method in class com.storedobject.chart.Axis.Pointer
Get the type of the pointer.
getType() - Method in class com.storedobject.chart.BezierCurve
 
getType() - Method in class com.storedobject.chart.Chart
Get the type of this chart.
getType() - Method in enum class com.storedobject.chart.ChartType
Retrieves the type name of the chart.
getType() - Method in class com.storedobject.chart.Circle
 
getType() - Method in enum class com.storedobject.chart.DataType
Get the type.
getType() - Method in class com.storedobject.chart.Event
Retrieves the type of the chart event.
getType() - Method in class com.storedobject.chart.Image
 
getType() - Method in class com.storedobject.chart.Line
 
getType() - Method in class com.storedobject.chart.LineStyle
Get the line-type.
getType() - Method in class com.storedobject.chart.PointSymbol
Retrieves the current type of the point symbol.
getType() - Method in class com.storedobject.chart.Polyline
 
getType() - Method in class com.storedobject.chart.Rectangle
 
getType() - Method in class com.storedobject.chart.Ring
 
getType() - Method in class com.storedobject.chart.Sector
 
getType() - Method in class com.storedobject.chart.Shape
Get the type of this shape.
getType() - Method in class com.storedobject.chart.ShapeGroup
 
getType() - Method in class com.storedobject.chart.Text
 
getType() - Method in class com.storedobject.chart.TextBorder
Get the line-type.
getType() - Method in class com.storedobject.chart.Tooltip
Get the type of this tooltip.
getUserData() - Method in class com.storedobject.chart.Event
Retrieves the user-specific data associated with the event.
getValue() - Method in class com.storedobject.chart.GaugeChart
Get the current value.
getValue() - Method in class com.storedobject.chart.GaugeChart.Needle
Get current value.
getValue() - Method in class com.storedobject.chart.GraphData.ValueNode
Returns the numerical value held by this node.
getValue() - Method in class com.storedobject.chart.TreeData
 
getValue() - Method in interface com.storedobject.chart.TreeDataProvider
Get data value.
getValue(int) - Method in class com.storedobject.chart.GaugeChart
Get value of a given needle.
getVariant() - Method in class com.storedobject.chart.Font
Get font-variant.
getVisualMap() - Method in class com.storedobject.chart.XYDataChart
Get the VisualMap associated with this chart.
getWeight() - Method in class com.storedobject.chart.Font
Get font-weight.
getWidth() - Method in class com.storedobject.chart.Axis.AbstractTicks
Get the width of the tick in pixels.
getWidth() - Method in class com.storedobject.chart.Axis.PointerHandle
Get the width in pixels.
getWidth() - Method in class com.storedobject.chart.Image
Get width in pixels.
getWidth() - Method in class com.storedobject.chart.LineStyle
Get the width of the line.
getWidth() - Method in class com.storedobject.chart.Rectangle
Get width.
getWidth() - Method in class com.storedobject.chart.TextBorder
Get the width of the border (in pixels).
getX() - Method in class com.storedobject.chart.GraphData.XYNode
Retrieves the x-coordinate of this node.
getX() - Method in class com.storedobject.chart.Rectangle
Get X value of the top-left corner.
getX() - Method in class com.storedobject.chart.Shape.Point
Get the X value.
getXAxis() - Method in class com.storedobject.chart.XRangeChart
Get the X-axis.
getXZoom(boolean) - Method in class com.storedobject.chart.XRangeChart
Get the data zoom component for the X-axis.
getY() - Method in class com.storedobject.chart.GraphData.XYNode
Retrieves the Y-coordinate value of this node.
getY() - Method in class com.storedobject.chart.Rectangle
Get Y value of the top-left corner.
getY() - Method in class com.storedobject.chart.Shape.Point
Get the Y value.
getYAxis() - Method in class com.storedobject.chart.XRangeChart
Get the Y-axis.
getYZoom(boolean) - Method in class com.storedobject.chart.XRangeChart
Get the data zoom component for the Y-axis.
getZ() - Method in class com.storedobject.chart.AbstractPart
Get the Z (determines the overlap order when displayed on the screen) of this.
GLOBAL - Enum constant in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT_SCOPE
Global (in all charts).
Graph - Enum constant in enum class com.storedobject.chart.ChartType
Graph.
GraphChart - Class in com.storedobject.chart
 
GraphChart(GraphData<GraphData.XYNode>) - Constructor for class com.storedobject.chart.GraphChart
 
GraphData<N> - Class in com.storedobject.chart
The GraphData class represents a data structure used for managing and visualizing graph-based data.
GraphData() - Constructor for class com.storedobject.chart.GraphData
Constructs a new instance of GraphData and initializes default properties.
GraphData.Category - Class in com.storedobject.chart
Represents a specific category for a chart or graphical element, extending the functionality of PointSymbol to include a category name.
GraphData.Edge - Class in com.storedobject.chart
Represents a directional edge between two nodes in a graph structure.
GraphData.Force - Class in com.storedobject.chart
Represents a force-directed layout configuration as a property of a chart component.
GraphData.Layout - Enum Class in com.storedobject.chart
The Layout enum defines various layout options that can be used for organizational or structural representation.
GraphData.Node - Class in com.storedobject.chart
The abstract class Node serves as the base class for components within a graph structure.
GraphData.ValueNode - Class in com.storedobject.chart
The ValueNode class represents a type of Node that holds a numerical value.
GraphData.XYNode - Class in com.storedobject.chart
A concrete implementation of the GraphData.Node class representing a node in a 2D space.
gravity(double) - Method in class com.storedobject.chart.GraphData.Force
Sets the gravity parameter and returns the current GraphData.Force object.
GridAreas() - Constructor for class com.storedobject.chart.Axis.GridAreas
Constructor.
GridLines() - Constructor for class com.storedobject.chart.Axis.GridLines
Constructor.
guessType(Object) - Static method in enum class com.storedobject.chart.DataType
Guess the data type for a given value.

H

HandleStyle() - Constructor for class com.storedobject.chart.DataZoom.HandleStyle
Constructor.
HasAnimation - Interface in com.storedobject.chart
Interface to denote that a ComponentPart supports animation.
HasData - Interface in com.storedobject.chart
Interface to denote that a ComponentPart owns some data.
HasEmphasis - Interface in com.storedobject.chart
Interface to denote that a ComponentPart supports animation.
hashCode() - Method in class com.storedobject.chart.AbstractPart
 
hashCode() - Method in class com.storedobject.chart.AbstractTask
 
hashCode() - Method in class com.storedobject.chart.Axis
 
hashCode() - Method in record class com.storedobject.chart.BoxplotData.Boxplot
Returns a hash code value for this object.
hashCode() - Method in record class com.storedobject.chart.CandlestickData.Candlestick
Returns a hash code value for this object.
hashCode() - Method in class com.storedobject.chart.Color
 
hashCode() - Method in class com.storedobject.chart.GraphData.Edge
 
hashCode() - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
Returns a hash code value for this object.
hashCode() - Method in class com.storedobject.chart.Size
 
hasId() - Method in class com.storedobject.chart.AbstractPart
Whether Id needs to be sent as part of the JSON or not.
hasId() - Method in class com.storedobject.chart.SankeyData.Edge
 
hasId() - Method in class com.storedobject.chart.SankeyData.Node
 
HasItemStyle - Interface in com.storedobject.chart
Interface to denote that a ComponentPart has ItemStyle.
HasLabel - Interface in com.storedobject.chart
Interface to denote that a ComponentPart has Label.
HasPadding - Interface in com.storedobject.chart
Interface to denote that a ComponentPart has Padding.
HasPolarProperty - Interface in com.storedobject.chart
Interface to denote that a ComponentPart has PolarProperty.
HasPosition - Interface in com.storedobject.chart
Interface to denote that a ComponentPart has Position.
Heatmap - Enum constant in enum class com.storedobject.chart.ChartType
Heatmap.
HeatmapChart - Class in com.storedobject.chart
Heatmap chart.
HeatmapChart(CategoryData, CategoryData) - Constructor for class com.storedobject.chart.HeatmapChart
Constructor.
hide() - Method in interface com.storedobject.chart.VisibleProperty
Hide this.
hide(Chart) - Method in class com.storedobject.chart.Legend
Hide a chart.
hidePercentage() - Method in class com.storedobject.chart.NightingaleRoseChart
Hide the percentage representation.
high() - Method in record class com.storedobject.chart.CandlestickData.Candlestick
Returns the value of the high record component.
HU - Enum constant in enum class com.storedobject.chart.Language
Hungarian

I

Image - Class in com.storedobject.chart
Image that can be added to SOChart.
Image(String) - Constructor for class com.storedobject.chart.Image
 
initialLayout(GraphData.Layout) - Method in class com.storedobject.chart.GraphData.Force
Sets the initial layout for the Force instance.
insertRow(int, double[]) - Method in class com.storedobject.chart.DataMatrix
Add rows of data at a given index.
insertRow(int, Data...) - Method in class com.storedobject.chart.DataMatrix
Add rows of data at a given index.
insertRow(int, Number...) - Method in class com.storedobject.chart.DataMatrix
Add rows of data at a given index.
InternalData<T> - Interface in com.storedobject.chart
A marker interface to combine the interfaces AbstractDataProvider and InternalDataProvider.
InternalData.WrappedDataProvider<T> - Record Class in com.storedobject.chart
A wrapper class to convert any instance of AbstractDataProvider to an instance of InternalDataProvider.
InternalDataProvider - Interface in com.storedobject.chart
A marker interface to denote that an AbstractDataProvider is internal to some chart that handles its data internally and that can't be shared with other charts.
invert() - Method in class com.storedobject.chart.Axis
Invert the axis.
isAlignWithLabels() - Method in class com.storedobject.chart.Axis.Ticks
Check if ticks are aligned with labels or not.
isAllowEvents() - Method in class com.storedobject.chart.Axis
Determines whether events are allowed on this axis.
isAutoCurveness() - Method in class com.storedobject.chart.GraphData
Determines whether the auto-curveness feature is enabled.
isCalculable() - Method in class com.storedobject.chart.VisualMap
Is the values calculable?
isCircular() - Method in class com.storedobject.chart.RadarCoordinate
Is the shape circular?
isClockwise() - Method in class com.storedobject.chart.ArcPart
See whether this will be drawn clockwise or not.
isCompleted() - Method in class com.storedobject.chart.AbstractTask
Check if this task/activity is completed or not.
isCompleted() - Method in class com.storedobject.chart.ActivityList.Activity
 
isCompleted() - Method in class com.storedobject.chart.ActivityList.ActivityGroup
 
isCompleted() - Method in class com.storedobject.chart.Project.Task
 
isCompleted() - Method in class com.storedobject.chart.Project.TaskGroup
 
isContinuous() - Method in class com.storedobject.chart.VisualMap
Is the rendering continuous?
isDraggable() - Method in class com.storedobject.chart.GraphData
Checks whether the object is draggable or not.
isDraggable() - Method in class com.storedobject.chart.Shape
Whether this shape is draggable or not.
isEmpty() - Method in class com.storedobject.chart.ActivityList
 
isEmpty() - Method in class com.storedobject.chart.Project
 
isInside() - Method in class com.storedobject.chart.Axis.Ticks
Check if the tick is drawn inside or outside the axis.
isInside() - Method in class com.storedobject.chart.Label
Check if the label is drawn inside or outside the part.
isInverse() - Method in class com.storedobject.chart.XYAxis
Is this axis inverted.
isInverted() - Method in class com.storedobject.chart.FunnelChart
See if the slices are shown inverted or not.
isLayoutAnimation() - Method in class com.storedobject.chart.GraphData.Force
Determines whether layout animation is enabled or not.
isMilestone() - Method in class com.storedobject.chart.AbstractTask
Is this a milestone task?
isMilestone() - Method in class com.storedobject.chart.ActivityList.Activity
 
isMilestone() - Method in class com.storedobject.chart.Project.Task
 
isOpposite() - Method in class com.storedobject.chart.XYAxis
Is this displayed on the opposite side (For example, an X axis is normally displayed at the bottom, but we can also display it at the top).
isRoam() - Method in class com.storedobject.chart.GraphData
Checks whether roaming is enabled.
isRoundCap() - Method in class com.storedobject.chart.BarChart
Is round-cap feature set?
isSorted() - Method in class com.storedobject.chart.FunnelChart
By default, slices will be sorted and shown.
isVertical() - Method in class com.storedobject.chart.VisualMap
Is the orientation vertical?
isVisible() - Method in class com.storedobject.chart.AbstractLabel
 
isVisible() - Method in class com.storedobject.chart.ComposedPart
 
isVisible() - Method in class com.storedobject.chart.DataZoom
 
isVisible() - Method in class com.storedobject.chart.PointSymbol
 
isVisible() - Method in class com.storedobject.chart.Shape
 
isVisible() - Method in class com.storedobject.chart.TreeDataProvider.Label
 
isVisible() - Method in class com.storedobject.chart.VisiblePart
 
isVisible() - Method in interface com.storedobject.chart.VisibleProperty
Checks if this property is currently visible.
isVisible() - Method in class com.storedobject.chart.VisualMap
 
isZoomLock() - Method in class com.storedobject.chart.AbstractDataZoom
Check whether zoom lock is set or not.
IT - Enum constant in enum class com.storedobject.chart.Language
Italian
ITALIC - Enum constant in enum class com.storedobject.chart.Font.Style
Italic.
Item - Enum constant in enum class com.storedobject.chart.Tooltip.Type
Tooltip for items (data-points).
ItemStyle - Class in com.storedobject.chart
Item style.
ItemStyle() - Constructor for class com.storedobject.chart.ItemStyle
 
iterable(BiFunction<AbstractTask, Integer, T>, Predicate<AbstractTask>) - Method in class com.storedobject.chart.AbstractProject
Get an iterable of some type derived from each task/activity and its index.
iterator(BiFunction<AbstractTask, Integer, T>, Predicate<AbstractTask>) - Method in class com.storedobject.chart.AbstractProject
Get an iterator of some type derived from each task/activity and its index.
iterator(BiFunction<AbstractTask, Integer, T>, Predicate<AbstractTask>) - Method in class com.storedobject.chart.ActivityList
 
iterator(BiFunction<AbstractTask, Integer, T>, Predicate<AbstractTask>) - Method in class com.storedobject.chart.Project
 

J

JA - Enum constant in enum class com.storedobject.chart.Language
Japanese
justifyCenter() - Method in class com.storedobject.chart.Alignment
Justify center.
justifyCenter() - Method in class com.storedobject.chart.Position
Justify to the center (horizontal).
justifyLeft() - Method in class com.storedobject.chart.Alignment
Justify left.
justifyLeft() - Method in class com.storedobject.chart.Position
Justify to the left side (horizontal).
justifyRight() - Method in class com.storedobject.chart.Alignment
Justify right.
justifyRight() - Method in class com.storedobject.chart.Position
Justify to the right side (horizontal).

K

Key - Enum Class in com.storedobject.chart
Representation of special combination keys on the keyboard.
KO - Enum constant in enum class com.storedobject.chart.Language
Korean

L

Label - Class in com.storedobject.chart
Represents base for the label used by other parts such as Axis, Chart etc.
Label() - Constructor for class com.storedobject.chart.Axis.Label
Constructor.
Label() - Constructor for class com.storedobject.chart.Chart.Label
Constructor.
Label() - Constructor for class com.storedobject.chart.Label
Constructor.
Label() - Constructor for class com.storedobject.chart.TreeDataProvider.Label
 
LabelPosition() - Constructor for class com.storedobject.chart.Chart.LabelPosition
 
Language - Enum Class in com.storedobject.chart
Languages supported.
large() - Static method in class com.storedobject.chart.Font.Size
 
larger() - Static method in class com.storedobject.chart.Font.Size
 
layout(GraphData.Layout) - Method in class com.storedobject.chart.GraphData
Sets the layout type for the graph data and returns the updated instance.
layoutAnimation(boolean) - Method in class com.storedobject.chart.GraphData.Force
Enables or disables layout animation for the force layout.
left() - Method in class com.storedobject.chart.Chart.LabelPosition
Set the label position to the left side.
leftToRight() - Method in class com.storedobject.chart.Orientation
Left-to-right orientation.
Legend - Class in com.storedobject.chart
Representation of legend.
Legend - Enum constant in enum class com.storedobject.chart.EventCategory
Represents the legend category within the event categorization system.
Legend - Enum constant in enum class com.storedobject.chart.EventType
Represents a "legend select changed" event type that can occur on a chart.
Legend() - Constructor for class com.storedobject.chart.Legend
 
LIGHTER - Static variable in class com.storedobject.chart.Font.Weight
Lighter font-weight.
Line - Class in com.storedobject.chart
Defines a line segment that can be added to SOChart.
Line - Enum constant in enum class com.storedobject.chart.ChartType
Line.
Line() - Constructor for class com.storedobject.chart.Axis.Line
Constructor.
Line(Shape.Point, Shape.Point) - Constructor for class com.storedobject.chart.Line
Constructor.
LINE - Enum constant in enum class com.storedobject.chart.Axis.PointerType
Pointer as a line.
LineChart - Class in com.storedobject.chart
Line chart.
LineChart() - Constructor for class com.storedobject.chart.LineChart
Constructor.
LineChart(AbstractDataProvider<?>, AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.LineChart
Constructor.
LineStyle - Class in com.storedobject.chart
Line-style.
LineStyle() - Constructor for class com.storedobject.chart.LineStyle
Constructor.
LineStyle.Type - Enum Class in com.storedobject.chart
Line-type.
LOCAL - Enum constant in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT_SCOPE
Local (within the current coordinate system).
Location - Enum Class in com.storedobject.chart
Representation of a location.
LOGARITHMIC - Enum constant in enum class com.storedobject.chart.DataType
Logarithmic values.
low() - Method in record class com.storedobject.chart.CandlestickData.Candlestick
Returns the value of the low record component.
lower() - Method in record class com.storedobject.chart.BoxplotData.Boxplot
Returns the value of the lower record component.

M

mainData() - Method in class com.storedobject.chart.Chart
Get the main data to be used for rendering.
MarkArea - Class in com.storedobject.chart
Mark area.
MarkArea() - Constructor for class com.storedobject.chart.MarkArea
 
MarkArea.Block - Class in com.storedobject.chart
A block represents an area of the MarkArea.
MarkArea.Block.Side - Class in com.storedobject.chart
A block has 2 sides, the starting side and an ending side.
math() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "math".
max(LocalDateTime, LocalDateTime) - Static method in class com.storedobject.chart.AbstractProject
Get max of 2 time values.
median() - Method in record class com.storedobject.chart.BoxplotData.Boxplot
Returns the value of the median record component.
medium() - Static method in class com.storedobject.chart.Font.Size
 
MIDDLE - Enum constant in enum class com.storedobject.chart.Location
Middle.
MinorGridLines() - Constructor for class com.storedobject.chart.Axis.MinorGridLines
Constructor.
MinorTicks() - Constructor for class com.storedobject.chart.Axis.MinorTicks
Constructor.
monospace() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "monospace".
Mouse - Enum constant in enum class com.storedobject.chart.EventCategory
Represents a Mouse-related event category.
MouseOver - Enum constant in enum class com.storedobject.chart.EventType
Represents a mouse-over event type that can occur on a chart.
moveOnMouseMove(boolean) - Method in class com.storedobject.chart.CoordinateSystemZoom
Whether to trigger the data window move on mouse move or not.
moveOnMouseMove(Key) - Method in class com.storedobject.chart.CoordinateSystemZoom
Switch on the data window moving feature when the mouse is moved with a special key combination.
moveOnMouseWheel(boolean) - Method in class com.storedobject.chart.CoordinateSystemZoom
Whether to trigger the data window move on mouse wheel or not.
moveOnMouseWheel(Key) - Method in class com.storedobject.chart.CoordinateSystemZoom
Switch on the data window moving feature when the mouse wheel is moved with a special key combination.

N

name - Variable in class com.storedobject.chart.GraphData.Node
 
newline() - Method in class com.storedobject.chart.Tooltip
Add a new line to the tooltip.
NightingaleRoseChart - Class in com.storedobject.chart
Nightingale Rose chart.
NightingaleRoseChart() - Constructor for class com.storedobject.chart.NightingaleRoseChart
Constructor.
NightingaleRoseChart(AbstractDataProvider<?>, DataProvider) - Constructor for class com.storedobject.chart.NightingaleRoseChart
Constructor.
node(N...) - Method in class com.storedobject.chart.GraphData
Adds one or more nodes to the graph and returns the updated graph data.
Node() - Constructor for class com.storedobject.chart.GraphData.Node
 
Node(String) - Constructor for class com.storedobject.chart.SankeyData.Node
Constructor.
nodeCount() - Method in class com.storedobject.chart.GraphData
Returns the total number of nodes present.
nodes() - Method in class com.storedobject.chart.GraphData
Provides a sequential Stream of nodes contained in the current collection.
none() - Static method in class com.storedobject.chart.Size
Create a "null" size.
None - Enum constant in enum class com.storedobject.chart.Tooltip.Type
Tooltip for special cases.
NONE - Enum constant in enum class com.storedobject.chart.Axis.PointerType
No pointer.
NONE - Enum constant in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT
Do not fade out
NONE - Enum constant in enum class com.storedobject.chart.GraphData.Layout
 
NONE - Enum constant in enum class com.storedobject.chart.PointSymbolType
None.
normal() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type ""normal.
NORMAL - Enum constant in enum class com.storedobject.chart.Font.Style
Normal.
NORMAL - Enum constant in enum class com.storedobject.chart.Font.Variant
Normal.
NORMAL - Static variable in class com.storedobject.chart.Font.Weight
Normal font-weight.
number(int) - Static method in class com.storedobject.chart.Font.Size
 
NUMBER - Enum constant in enum class com.storedobject.chart.DataType
Numeric values.
NumberComparator() - Constructor for class com.storedobject.chart.AbstractDataProvider.NumberComparator
 

O

OBJECT - Enum constant in enum class com.storedobject.chart.DataType
Object values - used by specialized charts.
OBLIQUE - Enum constant in enum class com.storedobject.chart.Font.Style
Oblique.
offset(Offset) - Method in class com.storedobject.chart.PointSymbol
Sets the offset for the PointSymbol and returns the updated instance.
Offset - Class in com.storedobject.chart
Represents an "offset" configuration for a component, allowing the specification of x and y offset values.
Offset() - Constructor for class com.storedobject.chart.Offset
 
onAttach(AttachEvent) - Method in class com.storedobject.chart.SOChart
 
onError(String) - Method in class com.storedobject.chart.SOChart
This method is invoked when SOChart wants to show some errors.
onEvent(Event) - Method in interface com.storedobject.chart.EventListener
Handles an event that occurs on a chart or its part.
opening() - Method in record class com.storedobject.chart.CandlestickData.Candlestick
Returns the value of the opening record component.
Orientation - Class in com.storedobject.chart
Represents orientation property.
Orientation() - Constructor for class com.storedobject.chart.Orientation
 
OTHERS - Enum constant in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT
All other charts.

P

Padding - Class in com.storedobject.chart
Padding.
Padding() - Constructor for class com.storedobject.chart.Padding
Constructor.
percentage(double) - Static method in class com.storedobject.chart.Font.Size
 
percentage(int) - Static method in class com.storedobject.chart.Size
Create a "size" value as a percentage.
Pie - Enum constant in enum class com.storedobject.chart.ChartType
Pie.
PieChart - Class in com.storedobject.chart
Pie chart.
PieChart() - Constructor for class com.storedobject.chart.PieChart
Constructor.
PieChart(AbstractDataProvider<?>, DataProvider) - Constructor for class com.storedobject.chart.PieChart
Constructor.
PIN - Enum constant in enum class com.storedobject.chart.PointSymbolType
Pin.
pixels(double) - Static method in class com.storedobject.chart.Font.Size
 
pixels(int) - Static method in class com.storedobject.chart.Size
Create a "size" value in pixels.
PL - Enum constant in enum class com.storedobject.chart.Language
Polish
plotOn(Axis...) - Method in class com.storedobject.chart.Chart
Plot the chart on a given set of axes.
plotOn(CoordinateSystem, Axis...) - Method in class com.storedobject.chart.Chart
Plot the chart on a given coordinate system.
Point(Number, Number) - Constructor for class com.storedobject.chart.Shape.Point
Constructor.
Pointer() - Constructor for class com.storedobject.chart.Axis.Pointer
Constructor.
PointerHandle() - Constructor for class com.storedobject.chart.Axis.PointerHandle
Constructor.
PointerLabel() - Constructor for class com.storedobject.chart.Axis.PointerLabel
Constructor.
points(double) - Static method in class com.storedobject.chart.Font.Size
 
PointSymbol - Class in com.storedobject.chart
Represents the symbol used to draw a point on the chart.
PointSymbol() - Constructor for class com.storedobject.chart.PointSymbol
Default constructor for the PointSymbol class.
PointSymbol(PointSymbolType) - Constructor for class com.storedobject.chart.PointSymbol
Constructs a PointSymbol with the specified PointSymbolType.
PointSymbolType - Enum Class in com.storedobject.chart
Represents the symbol type used to draw a point on the chart.
PolarCoordinate - Class in com.storedobject.chart
Representation of polar coordinate system with an angle axis and a radius axis.
PolarCoordinate() - Constructor for class com.storedobject.chart.PolarCoordinate
Constructor.
PolarCoordinate(RadiusAxis, AngleAxis) - Constructor for class com.storedobject.chart.PolarCoordinate
Constructor.
PolarProperty - Class in com.storedobject.chart
Polar property is visible in PieChart, PolarCoordinate, RadarCoordinate etc. where an angular and a radial element exist.
PolarProperty() - Constructor for class com.storedobject.chart.PolarProperty
 
Polygon - Class in com.storedobject.chart
Defines a polygon shape that can be added to SOChart.
Polygon(Shape.Point...) - Constructor for class com.storedobject.chart.Polygon
Constructor.
Polyline - Class in com.storedobject.chart
Defines a polyline that can be added to SOChart.
Polyline(Shape.Point...) - Constructor for class com.storedobject.chart.Polyline
Constructor.
Position - Class in com.storedobject.chart
Representation of a position within the chart display.
Position() - Constructor for class com.storedobject.chart.Position
Constructor.
Project - Class in com.storedobject.chart
Class to represent a project.
Project() - Constructor for class com.storedobject.chart.Project
Constructor for a date-based project.
Project(ChronoUnit) - Constructor for class com.storedobject.chart.Project
Constructor.
Project.ProjectTask - Class in com.storedobject.chart
An abstract base class for the representation of a Task or Task Group.
Project.Task - Class in com.storedobject.chart
Represents a task in a project.
Project.TaskGroup - Class in com.storedobject.chart
Represents a group of Project.Tasks.
ProjectActivity(String, LocalDateTime, int) - Constructor for class com.storedobject.chart.ActivityList.ProjectActivity
Constructor.
ProjectActivity(String, LocalDateTime, LocalDateTime) - Constructor for class com.storedobject.chart.ActivityList.ProjectActivity
Constructor.
ProjectTask(String) - Constructor for class com.storedobject.chart.Project.ProjectTask
Constructor.
PT_br - Enum constant in enum class com.storedobject.chart.Language
Portuguese (Brazil)
push(Object...) - Method in class com.storedobject.chart.DataChannel
Push data to the chart.
pushEncoded(Object...) - Method in class com.storedobject.chart.DataChannel
Push encoded data to the chart.

Q

q1() - Method in record class com.storedobject.chart.BoxplotData.Boxplot
Returns the value of the q1 record component.
q3() - Method in record class com.storedobject.chart.BoxplotData.Boxplot
Returns the value of the q3 record component.

R

Radar - Enum constant in enum class com.storedobject.chart.ChartType
Radar.
RadarAxis - Class in com.storedobject.chart
Representation of radius axis.
RadarAxis() - Constructor for class com.storedobject.chart.RadarAxis
Constructor.
RadarChart - Class in com.storedobject.chart
Radar chart.
RadarChart(DataProvider...) - Constructor for class com.storedobject.chart.RadarChart
Create a chart with data.
RadarCoordinate - Class in com.storedobject.chart
Radar coordinate is used by RadarChart.
RadarCoordinate() - Constructor for class com.storedobject.chart.RadarCoordinate
Constructor.
RadarCoordinate(CategoryDataProvider) - Constructor for class com.storedobject.chart.RadarCoordinate
Construct with the given set of axis indicators.
RadarCoordinate(RadarAxis) - Constructor for class com.storedobject.chart.RadarCoordinate
Constructor.
RadarCoordinate(RadarAxis, CategoryDataProvider) - Constructor for class com.storedobject.chart.RadarCoordinate
Construct with the given set of axis indicators.
radial() - Method in class com.storedobject.chart.Orientation
Radial orientation.
RadiusAxis - Class in com.storedobject.chart
Representation of radius axis.
RadiusAxis(AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.RadiusAxis
Constructor.
RadiusAxis(DataType) - Constructor for class com.storedobject.chart.RadiusAxis
Constructor.
Range() - Constructor for class com.storedobject.chart.VisualMap.Range
 
Rectangle - Class in com.storedobject.chart
Rectangular shape class that can be added to SOChart.
Rectangle(Number, Number, Number...) - Constructor for class com.storedobject.chart.Rectangle
Constructor.
RECTANGLE - Enum constant in enum class com.storedobject.chart.PointSymbolType
Rectangle.
RectangularCoordinate - Class in com.storedobject.chart
Representation of rectangular (cartesian) coordinate system with X and Y axes.
RectangularCoordinate(XYAxis...) - Constructor for class com.storedobject.chart.RectangularCoordinate
Constructor.
rem(double) - Static method in class com.storedobject.chart.Font.Size
 
remove(int) - Method in class com.storedobject.chart.Polyline
Remove point at a specified index.
remove(Chart...) - Method in class com.storedobject.chart.CoordinateSystem
Remove charts to be removed from this coordinate system.
remove(Component...) - Method in class com.storedobject.chart.SOChart
Remove components from the chart.
remove(ComponentGroup...) - Method in class com.storedobject.chart.SOChart
Remove component groups.
remove(MarkArea.Block...) - Method in class com.storedobject.chart.MarkArea
Remove blocks from this mark area.
remove(Shape...) - Method in class com.storedobject.chart.ShapeGroup
Remove shapes from this.
remove(Shape.Point...) - Method in class com.storedobject.chart.Polyline
Remove points.
remove(TreeData...) - Method in class com.storedobject.chart.TreeData
Remove children.
remove(String) - Method in class com.storedobject.chart.RichTextStyle
Remove a part.
remove(Collection<Shape.Point>) - Method in class com.storedobject.chart.Polyline
Remove points.
removeAll() - Method in class com.storedobject.chart.SOChart
Remove all components, associated data and event handlers from the chart.
removeAxis(Axis...) - Method in class com.storedobject.chart.CoordinateSystem
Remove axes.
removeButton(ToolboxButton...) - Method in class com.storedobject.chart.Toolbox
Remove tool buttons.
removeComma(StringBuilder) - Static method in interface com.storedobject.chart.ComponentPart
Helper method: Replace trailing commas with spaces.
removeData(AbstractDataProvider<?>) - Method in class com.storedobject.chart.SOChart
Remove extra data added via SOChart.addData(AbstractDataProvider).
removeData(DataProvider...) - Method in class com.storedobject.chart.RadarChart
Remove data from the chart.
removeData(TreeDataProvider...) - Method in class com.storedobject.chart.SunburstChart
Remove data from the chart.
removeData(TreeDataProvider...) - Method in class com.storedobject.chart.TreemapChart
Remove data from the chart.
removeParts(SOChart) - Method in class com.storedobject.chart.AbstractGanttChart
 
removeParts(SOChart) - Method in interface com.storedobject.chart.ComponentGroup
Remove parts of this group from SOChart.
removeParts(SOChart) - Method in class com.storedobject.chart.XRangeChart
 
removeRow(int) - Method in class com.storedobject.chart.DataMatrix
Remove data at the given index.
removeRow(Data...) - Method in class com.storedobject.chart.DataMatrix
Remove data rows.
renderStart() - Method in class com.storedobject.chart.AbstractTask
Start used by renderers (Maybe different from the normal start).
renderStart() - Method in class com.storedobject.chart.ActivityList.ProjectActivity
Start used by renderers may be different from the normal start.
renderStart() - Method in class com.storedobject.chart.Project.ProjectTask
Start used by renderers may be different from the normal start.
repulsion(int) - Method in class com.storedobject.chart.GraphData.Force
Sets the repulsion value for the force configuration.
requireCoordinateSystem() - Method in enum class com.storedobject.chart.ChartType
Check whether a coordinate system is required for this type or not.
reset() - Method in class com.storedobject.chart.DataChannel
Reset data.
resetEarliestStart(Project.ProjectTask) - Method in class com.storedobject.chart.Project
Reset the earliest start set via one of the "setEarliestStart" methods so that the constraint is no more applicable.
Restore() - Constructor for class com.storedobject.chart.Toolbox.Restore
Constructor.
RichTextStyle - Class in com.storedobject.chart
When styling any text using TextStyle, parts of the text can be separately styled.
RichTextStyle() - Constructor for class com.storedobject.chart.RichTextStyle
 
right() - Method in class com.storedobject.chart.Chart.LabelPosition
Set the label position to the right side.
RightClick - Enum constant in enum class com.storedobject.chart.EventType
Represents a right-click event type that can occur on a chart.
rightToLeft() - Method in class com.storedobject.chart.Orientation
Right-to-left orientation.
Ring - Class in com.storedobject.chart
A ring shape (donut shape) that can be added to SOChart.
Ring(Number, Number) - Constructor for class com.storedobject.chart.Ring
Constructor.
RO - Enum constant in enum class com.storedobject.chart.Language
Romanian
roam(boolean) - Method in class com.storedobject.chart.GraphData
Sets whether roaming is enabled or disabled for the graph data.
ROUND_RECTANGLE - Enum constant in enum class com.storedobject.chart.PointSymbolType
Rounded rectangle.
roundCap(boolean) - Method in class com.storedobject.chart.GaugeChart.AxisLine
Set whether to set rounded end for the axis line of the Gauge chart.
RU - Enum constant in enum class com.storedobject.chart.Language
Russian

S

Sankey - Enum constant in enum class com.storedobject.chart.ChartType
Sankey.
SankeyChart - Class in com.storedobject.chart
Sankey chart.
SankeyChart(SankeyDataProvider) - Constructor for class com.storedobject.chart.SankeyChart
Create a tree chart of the set of provided data.
SankeyData - Class in com.storedobject.chart
A concrete implementation of SankeyDataProvider as an ArrayList of SankeyData.Nodes.
SankeyData(SankeyData.Node...) - Constructor for class com.storedobject.chart.SankeyData
Constructor.
SankeyData.Edge - Class in com.storedobject.chart
Class that defines an edge between 2 Sankey nodes.
SankeyData.Node - Class in com.storedobject.chart
Sankey data node class.
SankeyDataProvider - Interface in com.storedobject.chart
Data provider interface for the SankeyChart.
sans_serif() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "sans-serif".
Scatter - Enum constant in enum class com.storedobject.chart.ChartType
Scatter.
ScatterChart - Class in com.storedobject.chart
Scatter chart.
ScatterChart() - Constructor for class com.storedobject.chart.ScatterChart
Constructor.
ScatterChart(AbstractDataProvider<?>, AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.ScatterChart
Constructor.
Sector - Class in com.storedobject.chart
Defines a sector shape that can be added to SOChart.
Sector(Number, Number, Number) - Constructor for class com.storedobject.chart.Sector
Constructor.
Sector(Number, Number, Number, boolean) - Constructor for class com.storedobject.chart.Sector
Constructor.
SelfPositioningChart - Class in com.storedobject.chart
Base class for those charts that do not require a CoordinateSystem to plot on and supports its own positioning.
SelfPositioningChart(ChartType, boolean, AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.SelfPositioningChart
Create a chart of a given type and data.
SelfPositioningChart(ChartType, AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.SelfPositioningChart
Create a chart of a given type and data.
SelfPositioningSpecialChart - Class in com.storedobject.chart
Base class for those special charts that do not require a CoordinateSystem to plot on and supports its own positioning.
SelfPositioningSpecialChart(ChartType, AbstractDataProvider<?>...) - Constructor for class com.storedobject.chart.SelfPositioningSpecialChart
Create a chart of a given type and data.
semi_condensed() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "semi-condensed".
semi_expanded() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "semi-expanded".
SerialData - Class in com.storedobject.chart
Implementation of serially increasing/decreasing numbers as data.
SerialData(int, int) - Constructor for class com.storedobject.chart.SerialData
Constructor.
SerialData(int, int, int) - Constructor for class com.storedobject.chart.SerialData
Constructor.
SerialDate - Class in com.storedobject.chart
Implementation of serially increasing/decreasing date values as data.
SerialDate(LocalDate, LocalDate) - Constructor for class com.storedobject.chart.SerialDate
Constructor.
SerialDate(LocalDate, LocalDate, int) - Constructor for class com.storedobject.chart.SerialDate
Constructor.
SerialDate(LocalDate, LocalDate, int, ChronoUnit) - Constructor for class com.storedobject.chart.SerialDate
Constructor.
SerialTime - Class in com.storedobject.chart
Implementation of serially increasing/decreasing time values as data.
SerialTime(long, long) - Constructor for class com.storedobject.chart.SerialTime
Constructor.
SerialTime(long, long, int) - Constructor for class com.storedobject.chart.SerialTime
Constructor.
SerialTime(LocalDateTime, LocalDateTime) - Constructor for class com.storedobject.chart.SerialTime
Constructor.
SerialTime(LocalDateTime, LocalDateTime, int, ChronoUnit) - Constructor for class com.storedobject.chart.SerialTime
Constructor.
SerialTime(LocalDateTime, LocalDateTime, ChronoUnit) - Constructor for class com.storedobject.chart.SerialTime
Constructor.
serif() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "serif".
set(int, int, int) - Method in class com.storedobject.chart.Color
Set RGB values.
set(int, int, int, int) - Method in class com.storedobject.chart.Color
Set RGBA values.
set(Size, Size) - Method in class com.storedobject.chart.Offset
Sets the x and y offset values for this object based on the given Size parameters.
set(String) - Method in class com.storedobject.chart.Color
Set the values from a given hex value.
setActivityFontSize(int) - Method in class com.storedobject.chart.AbstractProject
Set the font size used to render the activity details.
setAlignment(Alignment) - Method in class com.storedobject.chart.Text
Set text alignment.
setAlignment(Alignment) - Method in class com.storedobject.chart.TextStyle
Set the alignment.
setAlignWithLabel(boolean) - Method in class com.storedobject.chart.Axis.Ticks
Set alignment of the ticks with labels.
setAllowEvents(boolean) - Method in class com.storedobject.chart.Axis
Sets whether events are allowed on this axis.
setAlpha(int) - Method in class com.storedobject.chart.Color
Set the alpha value.
setAnimation(Animation) - Method in class com.storedobject.chart.Chart
 
setAnimation(Animation) - Method in class com.storedobject.chart.ComposedPart
 
setAnimation(Animation) - Method in interface com.storedobject.chart.HasAnimation
Set it to this instance.
setAreaStyle(AreaStyle) - Method in class com.storedobject.chart.DataZoom.DataShadowStyle
Set the area style.
setAreaStyle(AreaStyle) - Method in class com.storedobject.chart.LineChart
Set the area-style.
setAutoCurveness(boolean) - Method in class com.storedobject.chart.GraphData
Sets whether the curveness of edges in the graph should be automatically determined.
setAxis(RadarAxis) - Method in class com.storedobject.chart.RadarCoordinate
 
setAxisIndicators(CategoryDataProvider) - Method in class com.storedobject.chart.RadarCoordinate
Set axis indicators.
setBackground(AbstractColor) - Method in class com.storedobject.chart.Border
Set background color.
setBackground(AbstractColor) - Method in class com.storedobject.chart.DataZoom
Set the background color.
setBackground(AbstractColor) - Method in class com.storedobject.chart.TextStyle
Set background color.
setBarCategoryGap(int) - Method in class com.storedobject.chart.BarChart
Set the gap between the categories of the same bar chart.
setBarGap(int) - Method in class com.storedobject.chart.BarChart
Set the gap between bars when multiple bar charts are displayed on the same coordinate system.
setBarWidth(int) - Method in class com.storedobject.chart.BarChart
Set the width of the bar.
setBlue(int) - Method in class com.storedobject.chart.Color
Set the blue value.
setBlur(int) - Method in class com.storedobject.chart.Shadow
Set the blur for the shadow.
setBorder(Border) - Method in class com.storedobject.chart.ItemStyle
Set the border.
setBorder(Border) - Method in class com.storedobject.chart.Legend
Set the border.
setBorder(Border) - Method in class com.storedobject.chart.RectangularCoordinate
Set the border.
setBorder(Border) - Method in class com.storedobject.chart.TextStyle
Set the border.
setBorderColor(AbstractColor) - Method in class com.storedobject.chart.DataZoom.HandleStyle
Set the border color.
setBorderColor(AbstractColor) - Method in class com.storedobject.chart.DataZoom
Set the border color.
setBorderRadius(Number...) - Method in class com.storedobject.chart.Rectangle
Set border radius.
setBorderType(LineStyle.Type) - Method in class com.storedobject.chart.DataZoom.HandleStyle
Set the type of the border.
setBorderWidth(int) - Method in class com.storedobject.chart.DataZoom.HandleStyle
Set the border width.
setBottom(Size) - Method in class com.storedobject.chart.Position
Set the "bottom" size.
setBubbleSize(double) - Method in class com.storedobject.chart.BubbleChart
Set the bubble size.
setCalculable(boolean) - Method in class com.storedobject.chart.VisualMap
Set that the value is calculable or not.
setCaption(String) - Method in class com.storedobject.chart.ToolboxButton
Set the caption for this (will be shown as a tooltip).
setCategory(GraphData.Category) - Method in class com.storedobject.chart.GraphData.Node
Sets the category associated with this node.
setCenter(Offset) - Method in class com.storedobject.chart.GraphData
Sets the center offset for the graph data.
setCenter(Shape.Point) - Method in class com.storedobject.chart.CirclePart
Set center.
setCenter(Size, Size) - Method in class com.storedobject.chart.PolarProperty
Set the center.
setChart(Chart) - Method in class com.storedobject.chart.VisualMap
Set the chart for which this visual map is used.
setCircular(boolean) - Method in class com.storedobject.chart.RadarCoordinate
Set the shape as circular.
setClockwise(boolean) - Method in class com.storedobject.chart.ArcPart
Set whether this should drawn clockwise or not.
setColor(AbstractColor) - Method in class com.storedobject.chart.AbstractStyle
Set color.
setColor(AbstractColor) - Method in class com.storedobject.chart.Axis.PointerHandle
Set the color of the handle.
setColor(AbstractColor) - Method in class com.storedobject.chart.DataZoom.HandleStyle
Set color.
setColor(AbstractColor) - Method in class com.storedobject.chart.RadarCoordinate
Set color of the indicator.
setColor(AbstractColor) - Method in class com.storedobject.chart.Shadow
Set the color.
setColor(AbstractColor) - Method in class com.storedobject.chart.TextStyle
Set color.
setColor(Color) - Method in class com.storedobject.chart.AbstractTask
Set the color to be used when rendering.
setColors(AbstractColor...) - Method in class com.storedobject.chart.AreaStyle
Set multiple colors.
setColors(AbstractColor...) - Method in class com.storedobject.chart.Chart
Set colors for the charts.
setColors(Color...) - Method in class com.storedobject.chart.ColorGradient
Set color-bands.
setColumnDataName(String) - Method in class com.storedobject.chart.DataMatrix
Set the name of the column data.
setColumnNames(CategoryData) - Method in class com.storedobject.chart.DataMatrix
Set column names.
setColumnNames(String...) - Method in class com.storedobject.chart.DataMatrix
Set column names.
setCompleted(double) - Method in class com.storedobject.chart.ActivityList.Activity
Set completion percentage.
setCompleted(double) - Method in class com.storedobject.chart.Project.Task
Set completion percentage.
setConnectNullPoints(boolean) - Method in class com.storedobject.chart.LineChart
Set whether to connect null points or not.
setContinuous(boolean) - Method in class com.storedobject.chart.VisualMap
Set the rendering continuous.
setControlPoint(Shape.Point) - Method in class com.storedobject.chart.BezierCurve
Set the control point for the quadratic Bezier curve.
setControlPoint1(Shape.Point) - Method in class com.storedobject.chart.BezierCurve
Set the first control point for the cubic Bezier curve.
setControlPoint2(Shape.Point) - Method in class com.storedobject.chart.BezierCurve
Set the second control point for the cubic Bezier curve.
setCustomRenderer(String) - Method in class com.storedobject.chart.Chart
Set a custom renderer for this chart.
setDarkTheme() - Method in class com.storedobject.chart.SOChart
Set the dark theme.
setData(AbstractDataProvider<?>) - Method in class com.storedobject.chart.Axis
Set the data for this axis.
setData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.AbstractChart
This method if invoked will raise a RuntimeException if this is an axes-based chart.
setData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.Chart
Set data for the chart.
setData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.RadarChart
 
setData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.SankeyChart
 
setData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.SunburstChart
 
setData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.TreeChart
 
setData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.TreemapChart
 
setData(AbstractDataProvider<?>, int) - Method in class com.storedobject.chart.AbstractChart
Use this method to set data at a specific index in derived classes.
setData(DataProvider) - Method in class com.storedobject.chart.FunnelChart
Set data for the slices.
setData(DataProvider) - Method in class com.storedobject.chart.PieChart
Set data for the slices.
setData(Map<String, Object>) - Method in class com.storedobject.chart.Event
Sets the additional data associated with the event.
setDataShadowStyle(DataZoom.DataShadowStyle) - Method in class com.storedobject.chart.DataZoom
Set the style of the data shadow.
setDefaultBackground(Color) - Method in class com.storedobject.chart.SOChart
Set the default background color.
setDefaultCategory(GraphData.Category) - Method in class com.storedobject.chart.GraphData
Sets the default category for the graph data.
setDepth(int) - Method in class com.storedobject.chart.SankeyData.Node
Set the depth of the node.
setDisabled(boolean) - Method in class com.storedobject.chart.AbstractProperty
Set it disabled.
setDivisions(int) - Method in class com.storedobject.chart.Axis.MinorTicks
Set the number of divisions.
setDivisions(int) - Method in class com.storedobject.chart.Axis
Set the number of divisions on the axis.
setDivisions(int) - Method in class com.storedobject.chart.GaugeChart
Set number of divisions on the dial.
setDraggable(boolean) - Method in class com.storedobject.chart.GraphData
Sets whether the graph is draggable or not.
setDraggable(boolean) - Method in class com.storedobject.chart.Shape
Mark this shape as draggable.
setEarliestStart(Project.ProjectTask, Instant) - Method in class com.storedobject.chart.Project
Set the "earliest start" possible for a task/group.
setEarliestStart(Project.ProjectTask, LocalDate) - Method in class com.storedobject.chart.Project
Set the "earliest start" possible for a task/group.
setEarliestStart(Project.ProjectTask, LocalDateTime) - Method in class com.storedobject.chart.Project
Set the "earliest start" possible for a task/group.
setEdgeEndSymbol(PointSymbol) - Method in class com.storedobject.chart.GraphData
Sets the symbol used to represent the end of an edge in the graph.
setEdgeLabel(Chart.Label) - Method in class com.storedobject.chart.SankeyChart
Set the label for the edges.
setEdgeLength(double) - Method in class com.storedobject.chart.GraphData.Force
Sets the length of edges in the layout.
setEmphasis(Emphasis) - Method in class com.storedobject.chart.Chart
Set an Emphasis effect to this chart.
setEmphasis(Emphasis) - Method in class com.storedobject.chart.ComposedPart
 
setEmphasis(Emphasis) - Method in interface com.storedobject.chart.HasEmphasis
Set it to this instance.
setEnd(int) - Method in class com.storedobject.chart.AbstractDataZoom
The end percentage of the window out of the data extent, in the range of 0 ~ 100.
setEndAngle(int) - Method in class com.storedobject.chart.GaugeChart
Set the ending angle of the gauge.
setEndAngle(Number) - Method in class com.storedobject.chart.ArcPart
Set the ending angle.
setEndValue(Number) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute end value of the window.
setEndValue(LocalDate) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute end value of the window.
setEndValue(LocalDateTime) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute end value of the window.
setExtraFontSize(int) - Method in class com.storedobject.chart.AbstractProject
Set the font size used to render the extra information of group.
setExtraFontSize(int) - Method in class com.storedobject.chart.AbstractTask
Set the font size used to render the extra information of a group (Applicable only if this is a group).
setExtraInfo(String) - Method in class com.storedobject.chart.AbstractTask
Set extra information.
setFadeOut(Chart.Emphasis.FADE_OUT) - Method in class com.storedobject.chart.Chart.Emphasis
Specify how other elements will be faded out when emphasizing an element.
setFadeOutScope(Chart.Emphasis.FADE_OUT_SCOPE) - Method in class com.storedobject.chart.Chart.Emphasis
Set the scope of the fade out.
setFamily(Font.Family) - Method in class com.storedobject.chart.Font
Set font-family.
setFillColor(AbstractColor) - Method in class com.storedobject.chart.Shape.Style
Set the fill color.
setFillerColor(AbstractColor) - Method in class com.storedobject.chart.DataZoom
Set the filler color to fill the selected area.
setFilterMode(int) - Method in class com.storedobject.chart.AbstractDataZoom
Set the filter mode.
setFont(Font) - Method in class com.storedobject.chart.Text
Set the font.
setFontSize(int) - Method in class com.storedobject.chart.AbstractTask
Set the font size used to render the details.
setFontStyle(Font) - Method in class com.storedobject.chart.TextStyle
Set font.
setForce(GraphData.Force) - Method in class com.storedobject.chart.GraphData
Sets the Force configuration for the graph layout.
setFormatter(String) - Method in class com.storedobject.chart.Axis.Label
Set the label formatter.
setFormatter(String) - Method in class com.storedobject.chart.Chart.Label
Set the label formatter.
setFormatter(String) - Method in class com.storedobject.chart.Label
Set the label formatter.
setFormatterFunction(String) - Method in class com.storedobject.chart.Axis.Label
Set a JavaScript function as the label formatter.
setFriction(double) - Method in class com.storedobject.chart.GraphData.Force
Sets the friction value for the force calculations.
setFrom(Shape.Point) - Method in class com.storedobject.chart.BezierCurve
Set the "from" point.
setFrom(Shape.Point) - Method in class com.storedobject.chart.Line
Set the "from" point.
setGap(int) - Method in class com.storedobject.chart.AbstractLabel
Set the gap between the part and labels.
setGap(int) - Method in class com.storedobject.chart.Axis.PointerHandle
Set the gap between the axis and handle.
setGap(int) - Method in class com.storedobject.chart.Title
Set the gap between title and sub-title.
setGetPaddingBottom(int) - Method in class com.storedobject.chart.Padding
Set bottom padding.
setGetPaddingLeft(int) - Method in class com.storedobject.chart.Padding
Set left padding.
setGradient(int, int, int) - Method in class com.storedobject.chart.ColorGradient
Set parameters for radial gradient.
setGradient(int, int, int, int) - Method in class com.storedobject.chart.ColorGradient
Set parameters for linear gradient.
setGravity(double) - Method in class com.storedobject.chart.GraphData.Force
Sets the value for the gravitational force to be applied.
setGreen(int) - Method in class com.storedobject.chart.Color
Set the green value.
setGridAreas(Axis.GridAreas) - Method in class com.storedobject.chart.Axis
Set the grid-areas for the axis.
setGridLines(Axis.GridLines) - Method in class com.storedobject.chart.Axis
Set the grid-lines for the axis.
setGroupFontSize(int) - Method in class com.storedobject.chart.AbstractProject
Set the font size used to render the group name.
setHandle(Axis.PointerHandle) - Method in class com.storedobject.chart.Axis.Pointer
Set the pointer-handle.
setHandleStyle(DataZoom.HandleStyle) - Method in class com.storedobject.chart.DataZoom
Set the handle style.
setHeight(int) - Method in class com.storedobject.chart.Axis.PointerHandle
Set the height in pixels.
setHeight(int) - Method in class com.storedobject.chart.SankeyChart
Set height.
setHeight(Size) - Method in class com.storedobject.chart.Position
Set the "height".
setHeight(Number) - Method in class com.storedobject.chart.Image
Seth height.
setHeight(Number) - Method in class com.storedobject.chart.Rectangle
Seth height.
setHoleRadius(Size) - Method in interface com.storedobject.chart.HasPolarProperty
Set the hole radius (if a hole is required at the center).
setHoleRadius(Number) - Method in class com.storedobject.chart.ArcPart
Set radius of the hole.
setHoleRadius(Number) - Method in class com.storedobject.chart.Ring
Set radius of the hole.
setHoverAnimation(boolean) - Method in class com.storedobject.chart.PointSymbol
Sets the hover animation property for the symbol.
setImageURL(String) - Method in class com.storedobject.chart.Image
Set the image URL.
setInitialLayout(GraphData.Layout) - Method in class com.storedobject.chart.GraphData.Force
Sets the initial layout of the force-directed graph.
setInnerRadius(Size) - Method in class com.storedobject.chart.PolarProperty
Set the inner radius (generally to crate a hole at the center).
setInRange(VisualMap.Range) - Method in class com.storedobject.chart.VisualMap
Sets the range of colors and other visuals to be used for the visual map.
setInside(boolean) - Method in class com.storedobject.chart.Axis.Ticks
Setting for drawing the tick inside the axis.
setInside(boolean) - Method in class com.storedobject.chart.Label
Setting for drawing the label inside the part.
setInterval(int) - Method in class com.storedobject.chart.Axis.GridAreas
Set the interval for the grid lines.
setInterval(int) - Method in class com.storedobject.chart.Axis.GridLines
Set the interval for the grid lines.
setInterval(int) - Method in class com.storedobject.chart.Axis.Label
Set the interval between labels.
setInterval(int) - Method in class com.storedobject.chart.Axis.Ticks
Set the interval between labels.
setInverse(boolean) - Method in class com.storedobject.chart.XYAxis
Invert the axis so that it will run from the opposite end.
setInverted(boolean) - Method in class com.storedobject.chart.FunnelChart
Invert the view of the slices.
setItemNames(AbstractDataProvider<?>) - Method in class com.storedobject.chart.FunnelChart
Set names of the slices.
setItemNames(AbstractDataProvider<?>) - Method in class com.storedobject.chart.PieChart
Set names of the slices.
setItemStyle(ItemStyle) - Method in class com.storedobject.chart.Chart
Set item style.
setItemStyle(ItemStyle) - Method in class com.storedobject.chart.ComposedPart
 
setItemStyle(ItemStyle) - Method in interface com.storedobject.chart.HasItemStyle
Set the item-style of this.
setItemStyle(ItemStyle) - Method in class com.storedobject.chart.MarkArea.Block
Set item style.
setItemStyle(ItemStyle) - Method in class com.storedobject.chart.MarkArea
Set item style.
setLabel(Axis.Label) - Method in class com.storedobject.chart.Axis
Set the label for the axis.
setLabel(Axis.PointerLabel) - Method in class com.storedobject.chart.Axis.Pointer
Set the label for the pointer.
setLabel(Chart.Label) - Method in class com.storedobject.chart.Chart
Set the label for this chart value.
setLabel(Label) - Method in class com.storedobject.chart.ComposedPart
 
setLabel(Label) - Method in interface com.storedobject.chart.HasLabel
Set the label of this.
setLabel(TreeDataProvider.Label) - Method in class com.storedobject.chart.TreeData
Set the label.
setLabelProvider(AbstractDataProvider<?>) - Method in class com.storedobject.chart.Chart.Label
Instead of specifying the format for the label via Chart.Label.setFormatter(String), it is possible to set the labels directly from an AbstractDataProvider using this method.
setLanguage(Language) - Method in class com.storedobject.chart.SOChart
Set language.
setLayout(GraphData.Layout) - Method in class com.storedobject.chart.GraphData
Sets the layout for the graph.
setLayoutAnimation(boolean) - Method in class com.storedobject.chart.GraphData.Force
Enables or disables the layout animation.
setLeft(Size) - Method in class com.storedobject.chart.Position
Set the "left" size.
setLineHeight(Font.Size) - Method in class com.storedobject.chart.Font
Set a line-height for this font.
setLineStyle(LineStyle) - Method in class com.storedobject.chart.Axis.Pointer
Set the line-style of the pointer.
setLineStyle(LineStyle) - Method in class com.storedobject.chart.DataZoom.DataShadowStyle
Set the line style.
setLineStyle(LineStyle) - Method in class com.storedobject.chart.LineChart
Set the line-style.
setLineStyle(LineStyle) - Method in class com.storedobject.chart.SankeyChart
Set the line style.
setLineStyle(LineStyle) - Method in class com.storedobject.chart.SankeyData.Edge
Set the line style.
setLineWidth(Number) - Method in class com.storedobject.chart.Shape.Style
Set the line width.
setMarkArea(MarkArea) - Method in class com.storedobject.chart.BarChart
This chart doesn't support mark area and this method does nothing.
setMarkArea(MarkArea) - Method in class com.storedobject.chart.Chart
Set a customized MarkArea for this chart.
setMax(Number) - Method in class com.storedobject.chart.GaugeChart
Set maximum value on the dial.
setMax(Number) - Method in class com.storedobject.chart.VisualMap
Set the maximum value to be used by this map when rendering.
setMax(Object) - Method in class com.storedobject.chart.Axis
Set the maximum value for the axis.
setMaxAsMaxData() - Method in class com.storedobject.chart.Axis
By invoking this method, the maximum of the axis will be set as the maximum value of the data.
setMaxSpan(int) - Method in class com.storedobject.chart.AbstractDataZoom
The maximum span percentage value of the window out of the data extent, in the range of 0 ~ 100.
setMaxSpanValue(Number) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute maximum span value of the window.
setMaxSpanValue(LocalDate) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute maximum span value of the window.
setMaxSpanValue(LocalDateTime) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute maximum span value of the window.
setMin(Number) - Method in class com.storedobject.chart.Axis
Set the minimum value for the axis.
setMin(Number) - Method in class com.storedobject.chart.GaugeChart
Set minimum value on the dial.
setMin(Number) - Method in class com.storedobject.chart.VisualMap
Set the minimum value to be used by this map when rendering.
setMinAsMinData() - Method in class com.storedobject.chart.Axis
By invoking this method, the minimum of the axis will be set as the minimum value of the data.
setMinorGridLines(Axis.MinorGridLines) - Method in class com.storedobject.chart.Axis
Set the minor grid-lines for the axis.
setMinorTicks(Axis.MinorTicks) - Method in class com.storedobject.chart.Axis
Set the minor of the axis-line.
setMinSpan(int) - Method in class com.storedobject.chart.AbstractDataZoom
The minimum span percentage value of the window out of the data extent, in the range of 0 ~ 100.
setMinSpanValue(Number) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute minimum span value of the window.
setMinSpanValue(LocalDate) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute minimum span value of the window.
setMinSpanValue(LocalDateTime) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute minimum span value of the window.
setMouthSize(Size) - Method in class com.storedobject.chart.FunnelChart
Set the mouth size of the funnel.
setName(String) - Method in class com.storedobject.chart.AbstractData
Set a name for this data set.
setName(String) - Method in class com.storedobject.chart.AbstractProject
Set the name of the project.
setName(String) - Method in class com.storedobject.chart.AbstractTask
Set the name.
setName(String) - Method in class com.storedobject.chart.Axis
Set the name of the axis.
setName(String) - Method in class com.storedobject.chart.Chart
Set the name for this chart.
setName(String) - Method in interface com.storedobject.chart.ComponentPart
Set a name for this part.
setName(String) - Method in class com.storedobject.chart.DataMatrix
Set name of the data set.
setName(String) - Method in class com.storedobject.chart.FunctionData
Set a name for this data set.
setName(String) - Method in class com.storedobject.chart.GaugeChart.Needle
Set the name of the needle (This will be displayed on the dial).
setName(String) - Method in class com.storedobject.chart.GraphData.Node
Sets the name of this node.
setName(String) - Method in class com.storedobject.chart.MarkArea.Block
Set the name of the block.
setNameGap(int) - Method in class com.storedobject.chart.Axis
Set the gap between the axis and the name in pixels.
setNameLocation(Location) - Method in class com.storedobject.chart.Axis
Set the location of the name.
setNameRotation(int) - Method in class com.storedobject.chart.Axis
Set the rotation of the name in degrees.
setNameTextStyle(TextStyle) - Method in class com.storedobject.chart.Axis
Set the text style or the name.
setNodeAlignment(Alignment) - Method in class com.storedobject.chart.SankeyChart
Set node alignment.
setNodeGap(int) - Method in class com.storedobject.chart.SankeyChart
Set node gap.
setNodeWidth(int) - Method in class com.storedobject.chart.SankeyChart
Set node width.
setOffset(int) - Method in class com.storedobject.chart.XYAxis
Set an offset value so that the axis will be displayed at an offset from the normal position.
setOffset(Offset) - Method in class com.storedobject.chart.PointSymbol
Sets the offset for the point symbol.
setOffsetX(int) - Method in class com.storedobject.chart.Shadow
Set offset X.
setOffsetY(int) - Method in class com.storedobject.chart.Shadow
Set offset Y.
setOpacity(int) - Method in class com.storedobject.chart.AbstractStyle
Set the opacity of the line (Value as percentage, 0 to 100%).
setOpacity(int) - Method in class com.storedobject.chart.Shadow
Set the opacity of the shadow (Value as percentage, 0 to 100%).
setOpposite(boolean) - Method in class com.storedobject.chart.XYAxis
Set the attribute to make it displayed on the opposite side.
setOrder(int) - Method in class com.storedobject.chart.Project.ProjectTask
Set the order.
setOrientation(Orientation) - Method in class com.storedobject.chart.TreeChart
Set orientation.
setOutOfRange(VisualMap.Range) - Method in class com.storedobject.chart.VisualMap
Sets the range of colors and other visuals that define the "out of range" state for this visual map.
setPadding(Padding) - Method in class com.storedobject.chart.ComposedPart
 
setPadding(Padding) - Method in interface com.storedobject.chart.HasPadding
Set the padding of this.
setPadding(Padding) - Method in class com.storedobject.chart.Legend
 
setPadding(Padding) - Method in class com.storedobject.chart.TextStyle
Set the padding.
setPaddingRight(int) - Method in class com.storedobject.chart.Padding
Set right padding.
setPaddingTop(int) - Method in class com.storedobject.chart.Padding
Set top padding.
setPointer(Axis.Pointer) - Method in class com.storedobject.chart.Axis
Set the axis-pointer for this axis.
setPointSymbol(PointSymbol) - Method in class com.storedobject.chart.BubbleChart
Set a different PointSymbol that represents the "bubble".
setPointSymbol(PointSymbol) - Method in class com.storedobject.chart.LineChart
Set the point symbol definition to be used.
setPointSymbol(PointSymbol) - Method in class com.storedobject.chart.ScatterChart
Set a different point-symbol.
setPolarProperty(PolarProperty) - Method in class com.storedobject.chart.ComposedPart
 
setPolarProperty(PolarProperty) - Method in class com.storedobject.chart.GaugeChart
 
setPolarProperty(PolarProperty) - Method in interface com.storedobject.chart.HasPolarProperty
Set the polar property.
setPolarProperty(PolarProperty) - Method in class com.storedobject.chart.PieChart
 
setPolarProperty(PolarProperty) - Method in class com.storedobject.chart.PolarCoordinate
 
setPolarProperty(PolarProperty) - Method in class com.storedobject.chart.RadarCoordinate
 
setPolarProperty(PolarProperty) - Method in class com.storedobject.chart.SunburstChart
 
setPosition(Position) - Method in class com.storedobject.chart.ComposedPart
 
setPosition(Position) - Method in class com.storedobject.chart.CoordinateSystem
 
setPosition(Position) - Method in class com.storedobject.chart.DataZoom
 
setPosition(Position) - Method in interface com.storedobject.chart.HasPosition
Set the position of this.
setPosition(Position) - Method in class com.storedobject.chart.Legend
 
setPosition(Position) - Method in class com.storedobject.chart.SelfPositioningChart
 
setPosition(Position) - Method in class com.storedobject.chart.SelfPositioningSpecialChart
 
setPosition(Position) - Method in class com.storedobject.chart.Shape
Set position.
setPosition(Position) - Method in class com.storedobject.chart.SunburstChart
 
setPosition(Position) - Method in class com.storedobject.chart.Title
 
setPosition(Position) - Method in class com.storedobject.chart.Toolbox
 
setPosition(Position) - Method in class com.storedobject.chart.VisualMap
 
setPosition(Shape.Point) - Method in class com.storedobject.chart.Shape
Set the X and Y positions of this shape in the coordinate system.
setPosition(Number, Number) - Method in class com.storedobject.chart.Shape
Set the X and Y positions of this shape in the coordinate system.
setPrecision(int) - Method in class com.storedobject.chart.Axis.PointerLabel
Set the precision for showing the value (Applicable to numeric values).
setRadius(int) - Method in class com.storedobject.chart.Border
Set the radius of the border corners (all corners) (in degrees).
setRadius(int, int) - Method in class com.storedobject.chart.Border
Set the radius at the given corner.
setRadius(Size) - Method in interface com.storedobject.chart.HasPolarProperty
Set the radius.
setRadius(Size) - Method in class com.storedobject.chart.PolarProperty
Set size of the radius.
setRadius(Number) - Method in class com.storedobject.chart.CirclePart
Set radius.
setRed(int) - Method in class com.storedobject.chart.Color
Set the red value.
setRenderingIndex(int) - Method in class com.storedobject.chart.Axis
 
setRenderingIndex(int) - Method in interface com.storedobject.chart.ComponentPart
Set the rendering index of this part.
setRepulsion(int) - Method in class com.storedobject.chart.GraphData.Force
Sets the repulsion value.
setResetCaption(String) - Method in class com.storedobject.chart.Toolbox.Zoom
Set the caption for the "reset zoom" part (will be shown as a tooltip).
setResolution(int) - Method in class com.storedobject.chart.Toolbox.Download
Set image resolution.
setRichTextStyle(RichTextStyle) - Method in class com.storedobject.chart.TextStyle
Set a RichTextStyle instance that was created elsewhere.
setRight(Size) - Method in class com.storedobject.chart.Position
Set the "right" size.
setRoam(boolean) - Method in class com.storedobject.chart.GraphData
Sets whether the graph is in roam mode or not.
setRotation(int) - Method in class com.storedobject.chart.Label
Set the rotation of the label.
setRoundCap(boolean) - Method in class com.storedobject.chart.BarChart
Set round-cap feature.
setRowDataName(String) - Method in class com.storedobject.chart.DataMatrix
Set the name of the row data.
setRowNames(CategoryData) - Method in class com.storedobject.chart.DataMatrix
Set row names.
setRowNames(String...) - Method in class com.storedobject.chart.DataMatrix
Set row names.
setSankeyData(SankeyDataProvider) - Method in class com.storedobject.chart.SankeyChart
Set the Sankey data associated with this chart.
setSerial(int) - Method in class com.storedobject.chart.AbstractData
 
setSerial(int) - Method in class com.storedobject.chart.AbstractDataStream
 
setSerial(int) - Method in class com.storedobject.chart.AbstractPart
 
setSerial(int) - Method in class com.storedobject.chart.BasicDataProvider
 
setSerial(int) - Method in interface com.storedobject.chart.ComponentPart
Set a serial number (Serial number used for internal purposes only).
setSerial(int) - Method in class com.storedobject.chart.FunctionData
 
setSerial(int) - Method in class com.storedobject.chart.GraphData.Node
 
setSerial(int) - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
 
setSerial(int) - Method in class com.storedobject.chart.SerialData
 
setSerial(int) - Method in class com.storedobject.chart.SerialDate
 
setSerial(int) - Method in class com.storedobject.chart.SerialTime
 
setSerial(int) - Method in class com.storedobject.chart.TreeData
 
setSerial(int) - Method in class com.storedobject.chart.VisualMap
 
setShadow(Shadow) - Method in class com.storedobject.chart.AbstractStyle
Set the shadow.
setShadow(Shadow) - Method in class com.storedobject.chart.Axis.Pointer
Set the shadow-style of the pointer.
setShadow(Shadow) - Method in class com.storedobject.chart.Axis.PointerHandle
Set the shadow-style of the pointer-handle.
setShadow(Shadow) - Method in class com.storedobject.chart.DataZoom.HandleStyle
Set the shadow.
setShadow(Shadow) - Method in class com.storedobject.chart.Shape.Style
Set the shadow.
setShowDetail(boolean) - Method in class com.storedobject.chart.AbstractDataZoom
Show details when dragging.
setShowMaxLabel(Boolean) - Method in class com.storedobject.chart.Axis.Label
Setting for displaying the label corresponding to the maximum value.
setShowMinLabel(Boolean) - Method in class com.storedobject.chart.Axis.Label
Setting for displaying the label corresponding to the minimum value.
setSide(Number) - Method in class com.storedobject.chart.Square
Set the side of the square.
setSides(Axis, Object, Object) - Method in class com.storedobject.chart.MarkArea.Block
Helper method to set sides.
setSides(XAxis, YAxis, Object, Object, Object, Object) - Method in class com.storedobject.chart.MarkArea.Block
Helper method to set sides.
setSize(int) - Method in class com.storedobject.chart.Axis.PointerHandle
Set the size in pixes (setting to both width and height).
setSize(int) - Method in class com.storedobject.chart.PointSymbol
Sets the size of the point symbol based on the given value.
setSize(int, int) - Method in class com.storedobject.chart.PointSymbol
Sets the size of the symbol using specified width and height values.
setSize(Font.Size) - Method in class com.storedobject.chart.Font
Set font-size.
setSliceGap(int) - Method in class com.storedobject.chart.FunnelChart
Set the gap between slices.
setSmoothness(boolean) - Method in class com.storedobject.chart.LineChart
Set the smoothness of the line.
setSmoothness(int) - Method in class com.storedobject.chart.LineChart
Set the smoothness of the line as a percentage.
setSnap(Boolean) - Method in class com.storedobject.chart.Axis.Pointer
Set the snap attribute.
setSorted(boolean) - Method in class com.storedobject.chart.FunnelChart
Set the "sort" property for the slices.
setStackName(String) - Method in class com.storedobject.chart.XYChart
Certain charts (example: LineChart, BarChart) can stack multiples of them when drawn on the same coordinate system with shared axis.
setStart(int) - Method in class com.storedobject.chart.AbstractDataZoom
The start percentage of the window out of the data extent, in the range of 0 ~ 100.
setStart(Instant) - Method in class com.storedobject.chart.AbstractProject
Set the start of the project.
setStart(LocalDate) - Method in class com.storedobject.chart.AbstractProject
Set the start of the project.
setStart(LocalDateTime) - Method in class com.storedobject.chart.AbstractProject
Set the start of the project.
setStart(LocalDateTime) - Method in class com.storedobject.chart.ActivityList
 
setStart(LocalDateTime) - Method in class com.storedobject.chart.Project
 
setStartAngle(int) - Method in class com.storedobject.chart.GaugeChart
Set the starting angle of the gauge.
setStartAngle(Number) - Method in class com.storedobject.chart.ArcPart
Set the starting angle.
setStartingAngle(int) - Method in class com.storedobject.chart.AngleAxis
Set the starting angle.
setStartingAngle(int) - Method in class com.storedobject.chart.RadarCoordinate
Set the starting angle.
setStartValue(Number) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute start value of the window.
setStartValue(LocalDate) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute start value of the window.
setStartValue(LocalDateTime) - Method in class com.storedobject.chart.AbstractDataZoom
The absolute start value of the window.
setStepped(boolean) - Method in class com.storedobject.chart.LineChart
Set whether the points should connected as steps or not.
setStepped(Location) - Method in class com.storedobject.chart.LineChart
Set whether the points should connected as steps or not.
setStrokeColor(AbstractColor) - Method in class com.storedobject.chart.Shape.Style
Set the stroke color.
setStyle(AreaStyle) - Method in class com.storedobject.chart.Area
Set the style.
setStyle(Font.Style) - Method in class com.storedobject.chart.Font
Set font-style.
setStyle(LineStyle) - Method in class com.storedobject.chart.Axis.Line
Set the style.
setStyle(Shape.Style) - Method in class com.storedobject.chart.Image
 
setStyle(Shape.Style) - Method in class com.storedobject.chart.Shape
Set style.
setStyle(Shape.Style) - Method in class com.storedobject.chart.Text
 
setSubtext(String) - Method in class com.storedobject.chart.Title
Set the sub-text that will be shown as the sub-title in the second line.
setSubtextStyle(TextStyle) - Method in class com.storedobject.chart.Title
Set the sub-text style.
setSVGRendering() - Method in class com.storedobject.chart.SOChart
Switch on SVG rendering instead of canvas rendering.
setTailSize(Size) - Method in class com.storedobject.chart.FunnelChart
Set the tail size.
setTaskBandColors(Color, Color) - Method in class com.storedobject.chart.AbstractProject
Set the colors of the task/activity bands.
setTaskFontSize(int) - Method in class com.storedobject.chart.AbstractProject
Set the font size used to render the task details.
setText(String) - Method in class com.storedobject.chart.Text
Set the content.
setText(String) - Method in class com.storedobject.chart.Title
Set the text of the title.
setTextBorder(TextBorder) - Method in class com.storedobject.chart.TextStyle
Set the text border.
setTextLabel(TextLabel) - Method in class com.storedobject.chart.GraphData
Sets the text label associated with this GraphData object.
setTextStyle(TextStyle) - Method in class com.storedobject.chart.Legend
Set the text style.
setTextStyle(TextStyle) - Method in class com.storedobject.chart.Title
Set the text style.
setTicks(Axis.Ticks) - Method in class com.storedobject.chart.Axis
Set the axis-line ticks.
setTimeNow(LocalDateTime) - Method in class com.storedobject.chart.AbstractProject
Set time-now.
setTimeNowColor(Color) - Method in class com.storedobject.chart.AbstractProject
Set the color for time-now-marker on the Gantt chart.
setTo(Shape.Point) - Method in class com.storedobject.chart.BezierCurve
Set the "to" point.
setTo(Shape.Point) - Method in class com.storedobject.chart.Line
Set the "to" point.
setToday(LocalDate) - Method in class com.storedobject.chart.AbstractProject
Set today.
setTodayColor(Color) - Method in class com.storedobject.chart.AbstractProject
Set the color for today-marker on the Gantt chart.
setTodayFormat(Function<LocalDateTime, String>) - Method in class com.storedobject.chart.AbstractProject
Set a formatter function to format the today-marker.
setTooltip(Tooltip) - Method in class com.storedobject.chart.Chart
Set the tooltip.
setTooltipTimeFormat(Function<LocalDateTime, String>) - Method in class com.storedobject.chart.AbstractProject
Set a formatter function to format the tooltip of tasks/activities.
setTop(Size) - Method in class com.storedobject.chart.Position
Set the "top" size.
setTreeData(TreeDataProvider) - Method in class com.storedobject.chart.TreeChart
Set data to the chart.
setType(Axis.PointerType) - Method in class com.storedobject.chart.Axis.Pointer
Set the type of the pointer.
setType(ChartType) - Method in class com.storedobject.chart.AbstractChart
Calling this method does not have any effect.
setType(ChartType) - Method in class com.storedobject.chart.Chart
Set the type of this chart.
setType(LineStyle.Type) - Method in class com.storedobject.chart.LineStyle
Set the line-type.
setType(LineStyle.Type) - Method in class com.storedobject.chart.TextBorder
Set the line-type.
setType(PointSymbolType) - Method in class com.storedobject.chart.PointSymbol
Sets the type of the point symbol.
setType(Tooltip.Type) - Method in class com.storedobject.chart.Tooltip
Set the type of this tooltip.
setURL(String) - Method in class com.storedobject.chart.PointSymbol
Sets the URL for the point symbol.
setValue(Number) - Method in class com.storedobject.chart.GaugeChart.Needle
Set the value.
setValue(Number) - Method in class com.storedobject.chart.GaugeChart
Set the current value.
setValue(Number) - Method in class com.storedobject.chart.GraphData.ValueNode
Sets the numerical value for this node.
setValue(Number) - Method in class com.storedobject.chart.SankeyData.Edge
Set the value of the edge.
setValue(Number) - Method in class com.storedobject.chart.SankeyData.Node
Set the value of the node.
setValue(Number) - Method in class com.storedobject.chart.TreeData
Set the value for the tree-node.
setValue(Number, int) - Method in class com.storedobject.chart.GaugeChart
Set value of a given needle.
setValue(Object) - Method in class com.storedobject.chart.MarkArea.Block.Side
Set the value for the side.
setValue(Object, Object) - Method in class com.storedobject.chart.MarkArea.Block.Side
Set the X and Y values for the side.
setValuePrefix(String) - Method in class com.storedobject.chart.BubbleChart
Set a prefix text to the value when the tooltip is displayed for the bubble.
setValueSuffix(String) - Method in class com.storedobject.chart.BubbleChart
Set a suffix text to the value when the tooltip is displayed for the bubble.
setVariant(Font.Variant) - Method in class com.storedobject.chart.Font
Set the font-variant.
setVertical() - Method in class com.storedobject.chart.SankeyChart
Set the orientation as vertical.
setVertical(boolean) - Method in class com.storedobject.chart.VisualMap
Set vertical orientation for the visual map.
setVisible(boolean) - Method in class com.storedobject.chart.AbstractLabel
 
setVisible(boolean) - Method in class com.storedobject.chart.ComposedPart
 
setVisible(boolean) - Method in class com.storedobject.chart.DataZoom
 
setVisible(boolean) - Method in class com.storedobject.chart.PointSymbol
 
setVisible(boolean) - Method in class com.storedobject.chart.Shape
 
setVisible(boolean) - Method in class com.storedobject.chart.TreeDataProvider.Label
 
setVisible(boolean) - Method in class com.storedobject.chart.VisiblePart
 
setVisible(boolean) - Method in interface com.storedobject.chart.VisibleProperty
Sets the visibility of this property.
setVisible(boolean) - Method in class com.storedobject.chart.VisualMap
 
setVisible(boolean, Chart) - Method in class com.storedobject.chart.SOChart
Sets the visibility of a chart by sending the appropriate action.
setVisualMap(VisualMap) - Method in class com.storedobject.chart.XYDataChart
Set a VisualMap for this chart.
setWeight(Font.Weight) - Method in class com.storedobject.chart.Font
Set font-weight.
setWidth(int) - Method in class com.storedobject.chart.Axis.AbstractTicks
Set the width of the tick in pixels.
setWidth(int) - Method in class com.storedobject.chart.Axis.PointerHandle
Set the width in pixels.
setWidth(int) - Method in class com.storedobject.chart.LineStyle
Set the width of the line.
setWidth(int) - Method in class com.storedobject.chart.SankeyChart
Set width.
setWidth(int) - Method in class com.storedobject.chart.TextBorder
Set the width of the border (in pixels).
setWidth(Size) - Method in class com.storedobject.chart.Position
Set the "width".
setWidth(Number) - Method in class com.storedobject.chart.Image
Set width.
setWidth(Number) - Method in class com.storedobject.chart.Rectangle
Set width.
setX(double) - Method in class com.storedobject.chart.GraphData.XYNode
Sets the x-coordinate for the node.
setX(Number) - Method in class com.storedobject.chart.Rectangle
Set X value of the top-left corner.
setX(Number) - Method in class com.storedobject.chart.Shape.Point
Set the X value.
setXAxes(XAxis...) - Method in class com.storedobject.chart.Toolbox.Zoom
Set the applicable XAxis list while zooming.
setXData(AbstractDataProvider<?>) - Method in class com.storedobject.chart.XYChart
Set data for X axis.
setY(double) - Method in class com.storedobject.chart.GraphData.XYNode
Sets the y-coordinate value.
setY(Number) - Method in class com.storedobject.chart.Rectangle
Set Y value of the top-left corner.
setY(Number) - Method in class com.storedobject.chart.Shape.Point
Set the Y value.
setYAxes(YAxis...) - Method in class com.storedobject.chart.Toolbox.Zoom
Set the applicable YAxis list while zooming.
setYData(AbstractDataProvider<?>) - Method in class com.storedobject.chart.XYChart
Set data for Y axis.
setYData(CategoryDataProvider) - Method in class com.storedobject.chart.XRangeChart
Set data for the Y-Axis.
setZ(int) - Method in class com.storedobject.chart.AbstractPart
Set the Z (determines the overlap order when displayed on the screen) of this.
setZoomLock(boolean) - Method in class com.storedobject.chart.AbstractDataZoom
Set the zoom lock.
Shadow - Class in com.storedobject.chart
Represents a shadow.
Shadow() - Constructor for class com.storedobject.chart.Shadow
Constructor.
Shape - Class in com.storedobject.chart
Shape class that can be added to SOChart.
Shape() - Constructor for class com.storedobject.chart.Shape
Constructor.
Shape.Point - Class in com.storedobject.chart
Representation of a (x, y) point used in shapes.
Shape.Style - Class in com.storedobject.chart
Class to specify the style of a Shape instance.
ShapeGroup - Class in com.storedobject.chart
Shapes can be grouped together using this class.
ShapeGroup() - Constructor for class com.storedobject.chart.ShapeGroup
 
SHIFT - Enum constant in enum class com.storedobject.chart.Key
Shift key.
show() - Method in interface com.storedobject.chart.VisibleProperty
Show this.
show(Chart) - Method in class com.storedobject.chart.Legend
Make a hidden chart visible again.
showAtCenter() - Method in class com.storedobject.chart.FunnelChart
Show the funnel at the center.
showNeedle(boolean) - Method in class com.storedobject.chart.GaugeChart
Set whether needle should be shown or not.
showProgress(boolean) - Method in class com.storedobject.chart.GaugeChart
Set whether to show progress on the dial or not. typically, you may set this if the needle is hidden.
showProgressBar(boolean) - Method in class com.storedobject.chart.XRangeChart
Whether to render a progress bar or not.
showProgressLabel(boolean) - Method in class com.storedobject.chart.XRangeChart
Whether to render a progress label or not.
showVertically() - Method in class com.storedobject.chart.Legend
Display it vertically.
showVertically() - Method in class com.storedobject.chart.Toolbox
Change the orientation of the toolbox display to vertical.
showZeroPosition(boolean) - Method in class com.storedobject.chart.Axis
Set whether zero positions to be shown or not.
SI - Enum constant in enum class com.storedobject.chart.Language
Slovenian
Side() - Constructor for class com.storedobject.chart.MarkArea.Block.Side
 
size(int) - Method in class com.storedobject.chart.PointSymbol
Sets the size of the point symbol and returns the updated PointSymbol instance.
size(int, int) - Method in class com.storedobject.chart.PointSymbol
Updates the size of the point symbol using the specified width and height values.
Size - Class in com.storedobject.chart
Representation of "size" value.
sizeIncludesLabels() - Method in class com.storedobject.chart.RectangularCoordinate
Set the size in such a way that the size of the coordinate system includes labels too.
small() - Static method in class com.storedobject.chart.Font.Size
 
SMALL_CAPS - Enum constant in enum class com.storedobject.chart.Font.Variant
Small-caps.
smaller() - Static method in class com.storedobject.chart.Font.Size
 
SOChart - Class in com.storedobject.chart
Chart is a Vaadin Component so that you can add it to any layout component for displaying it.
SOChart() - Constructor for class com.storedobject.chart.SOChart
Constructor.
SOLID - Enum constant in enum class com.storedobject.chart.LineStyle.Type
Solid.
Square - Class in com.storedobject.chart
Square shape class that can be added to SOChart.
Square(Number, Number...) - Constructor for class com.storedobject.chart.Square
Constructor.
START - Enum constant in enum class com.storedobject.chart.Location
Start (On Left-to-Right systems, it is the left-end).
stream() - Method in class com.storedobject.chart.AbstractData
 
stream() - Method in interface com.storedobject.chart.AbstractDataProvider
Data provided by this provider as a stream.
stream() - Method in class com.storedobject.chart.AbstractDataStream
 
stream() - Method in class com.storedobject.chart.FunctionData
 
stream() - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
 
stream() - Method in class com.storedobject.chart.SerialData
 
stream() - Method in class com.storedobject.chart.SerialDate
 
stream() - Method in class com.storedobject.chart.SerialTime
 
stream(BiFunction<AbstractTask, Integer, T>, Predicate<AbstractTask>) - Method in class com.storedobject.chart.AbstractProject
Get a stream of some type derived from each task/activity and its index.
streamActivities(ActivityList.ActivityGroup) - Method in class com.storedobject.chart.ActivityList
Get all activities in the given activity group.
streamDependencies(Project.ProjectTask) - Method in class com.storedobject.chart.Project
Get all dependencies of the given task or group.
streamEdges() - Method in class com.storedobject.chart.GraphData.Node
Streams the edges associated with this node as a Stream.
streamGroups() - Method in class com.storedobject.chart.ActivityList
Get all activity groups of this ActivityList.
streamGroups() - Method in class com.storedobject.chart.Project
Get all task groups of this project.
streamTasks(Project.TaskGroup) - Method in class com.storedobject.chart.Project
Get all tasks in the given task group.
Style() - Constructor for class com.storedobject.chart.Shape.Style
 
Sunburst - Enum constant in enum class com.storedobject.chart.ChartType
Sunburst.
SunburstChart - Class in com.storedobject.chart
Sunburst chart.
SunburstChart(TreeDataProvider...) - Constructor for class com.storedobject.chart.SunburstChart
Create a tree chart.
system_ui() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "system-ui".

T

Text - Class in com.storedobject.chart
Text that can be added to SOChart.
Text(String) - Constructor for class com.storedobject.chart.Text
Constructor.
TextBorder - Class in com.storedobject.chart
Represents text-border.
TextBorder() - Constructor for class com.storedobject.chart.TextBorder
Constructor.
TextLabel - Class in com.storedobject.chart
Represents a textual label that extends the functionality provided by the AbstractLabel.
TextLabel() - Constructor for class com.storedobject.chart.TextLabel
 
TextStyle - Class in com.storedobject.chart
As the name indicates, "text style" is for styling texts.
TextStyle() - Constructor for class com.storedobject.chart.TextStyle
 
TH - Enum constant in enum class com.storedobject.chart.Language
Thai
Ticks() - Constructor for class com.storedobject.chart.Axis.Ticks
Constructor.
TIME - Enum constant in enum class com.storedobject.chart.DataType
Time values.
TimeData - Class in com.storedobject.chart
Time data provider.
TimeData(LocalDateTime...) - Constructor for class com.storedobject.chart.TimeData
Constructor.
TimeDataProvider - Interface in com.storedobject.chart
Data provider to provide time values.
TimeStream - Class in com.storedobject.chart
A time data provider implementation to provide data from a Stream.
TimeStream(Stream<LocalDateTime>) - Constructor for class com.storedobject.chart.TimeStream
Constructor.
Title - Class in com.storedobject.chart
Title for the chart.
Title(String) - Constructor for class com.storedobject.chart.Title
Create a title with a given text.
toggleVisible(Chart) - Method in class com.storedobject.chart.SOChart
Toggles the visibility of a chart by sending the appropriate action..
Toolbox - Class in com.storedobject.chart
Toolbox provides certain utilities (Example: "Download the chart display as an image").
Toolbox() - Constructor for class com.storedobject.chart.Toolbox
Constructor.
Toolbox(ToolboxButton...) - Constructor for class com.storedobject.chart.Toolbox
Constructor.
Toolbox.DataView - Class in com.storedobject.chart
 
Toolbox.Download - Class in com.storedobject.chart
Download tool button.
Toolbox.Restore - Class in com.storedobject.chart
Restore tool button.
Toolbox.Zoom - Class in com.storedobject.chart
Zoom tool button.
ToolboxButton - Class in com.storedobject.chart
This is the base class for creating "toolbox buttons" that can be added to Toolbox.
ToolboxButton() - Constructor for class com.storedobject.chart.ToolboxButton
 
Tooltip - Class in com.storedobject.chart
Tooltip to display.
Tooltip() - Constructor for class com.storedobject.chart.Tooltip
 
Tooltip.Type - Enum Class in com.storedobject.chart
Type of tooltips.
top() - Method in class com.storedobject.chart.Chart.LabelPosition
Set the label position to the top side.
TOP - Enum constant in enum class com.storedobject.chart.Location
Top.
topToBottom() - Method in class com.storedobject.chart.Orientation
Top-to-bottom orientation.
toString() - Method in class com.storedobject.chart.ActivityList.Activity
 
toString() - Method in record class com.storedobject.chart.BoxplotData.Boxplot
Returns a string representation of this record class.
toString() - Method in record class com.storedobject.chart.CandlestickData.Candlestick
Returns a string representation of this record class.
toString() - Method in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT_SCOPE
 
toString() - Method in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT
 
toString() - Method in class com.storedobject.chart.Chart.LabelPosition
 
toString() - Method in class com.storedobject.chart.Color
 
toString() - Method in class com.storedobject.chart.ColorGradient
 
toString() - Method in enum class com.storedobject.chart.DataType
 
toString() - Method in class com.storedobject.chart.Event
 
toString() - Method in class com.storedobject.chart.Font.Family
 
toString() - Method in class com.storedobject.chart.Font.Size
 
toString() - Method in class com.storedobject.chart.Font.Stretch
 
toString() - Method in enum class com.storedobject.chart.Font.Style
 
toString() - Method in class com.storedobject.chart.Font
 
toString() - Method in enum class com.storedobject.chart.Font.Variant
 
toString() - Method in class com.storedobject.chart.Font.Weight
 
toString() - Method in enum class com.storedobject.chart.GraphData.Layout
 
toString() - Method in record class com.storedobject.chart.InternalData.WrappedDataProvider
Returns a string representation of this record class.
toString() - Method in enum class com.storedobject.chart.Key
 
toString() - Method in enum class com.storedobject.chart.Location
 
toString() - Method in enum class com.storedobject.chart.PointSymbolType
 
toString() - Method in class com.storedobject.chart.Shape.Point
 
toString() - Method in class com.storedobject.chart.Size
 
TR - Enum constant in enum class com.storedobject.chart.Language
Turkish
TRANSPARENT - Static variable in class com.storedobject.chart.Color
Transparent color.
Tree - Enum constant in enum class com.storedobject.chart.ChartType
Tree.
TreeChart - Class in com.storedobject.chart
Tree chart.
TreeChart() - Constructor for class com.storedobject.chart.TreeChart
Create a tree chart.
TreeChart(TreeDataProvider) - Constructor for class com.storedobject.chart.TreeChart
Create a tree chart of the set of data.
TreeData - Class in com.storedobject.chart
An implementation of TreeDataProvider.
TreeData(String) - Constructor for class com.storedobject.chart.TreeData
Constructor.
TreeData(String, Number) - Constructor for class com.storedobject.chart.TreeData
Constructor.
TreeDataProvider - Interface in com.storedobject.chart
Representation of tree-type data.
TreeDataProvider.Label - Class in com.storedobject.chart
Label used within the TreeDataProvider class.
Treemap - Enum constant in enum class com.storedobject.chart.ChartType
Tree-map.
TreemapChart - Class in com.storedobject.chart
Treemap chart.
TreemapChart(TreeDataProvider...) - Constructor for class com.storedobject.chart.TreemapChart
Create a tree chart of the set of provided data.
TRIANGLE - Enum constant in enum class com.storedobject.chart.PointSymbolType
Triangle.
trim(double) - Static method in class com.storedobject.chart.AbstractProject
Trim a double value to remove unnecessary decimals.
trim(LocalDateTime) - Method in class com.storedobject.chart.AbstractProject
Trim down a LocalDateTime to a LocalDate.
typeValue() - Method in class com.storedobject.chart.Chart
Get the type-value of the chart.

U

ui_monospace() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "ui-monospace".
ui_rounded() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "ui-rounded".
ui_sans_serif() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "ui-sans-serif".
ui_serif() - Static method in class com.storedobject.chart.Font.Family
Create a font-family of type "ui-serif".
UK - Enum constant in enum class com.storedobject.chart.Language
Ukrainian
ultra_condensed() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "ultra-condensed".
ultra_expanded() - Static method in class com.storedobject.chart.Font.Stretch
Create a stretch of type "ultra-expanded".
update() - Method in class com.storedobject.chart.SOChart
Update the chart display with the current set of components.
update(boolean) - Method in class com.storedobject.chart.SOChart
This method is same as SOChart.update() but based on the parameter passed, no data may be passed to the client-side.
updateData(AbstractDataProvider<?>...) - Method in class com.storedobject.chart.SOChart
Update the chart with modified data from the data provider.
updateData(HasData...) - Method in class com.storedobject.chart.SOChart
Update the chart with modified data from the data providers of a given set of data owners.
upper() - Method in record class com.storedobject.chart.BoxplotData.Boxplot
Returns the value of the upper record component.
useBezierSmoothening(double, boolean) - Method in class com.storedobject.chart.Polyline
Use Bezier interpolation to smoothen the rendering.
useCatmullRomSmoothening() - Method in class com.storedobject.chart.Polyline
Use Catmull-Rom spline smoothening.
useNoSmoothening() - Method in class com.storedobject.chart.Polyline
Switch off all smoothening.

V

validate() - Method in class com.storedobject.chart.AbstractChart
 
validate() - Method in interface com.storedobject.chart.AbstractDataProvider
 
validate() - Method in class com.storedobject.chart.AbstractDataZoom
 
validate() - Method in class com.storedobject.chart.Axis
 
validate() - Method in class com.storedobject.chart.BoxplotChart
 
validate() - Method in class com.storedobject.chart.CandlestickChart
 
validate() - Method in class com.storedobject.chart.Chart
 
validate() - Method in interface com.storedobject.chart.ComponentGroup
This method is invoked before the ComponentGroup.addParts(SOChart) to verify that the ComponentGroup is valid.
validate() - Method in interface com.storedobject.chart.ComponentPart
This method is invoked by SOChart to check if the component or part is valid or not.
validate() - Method in class com.storedobject.chart.ComposedPart
 
validate() - Method in class com.storedobject.chart.CoordinateSystem
 
validate() - Method in class com.storedobject.chart.GraphChart
 
validate() - Method in class com.storedobject.chart.GraphData.Node
 
validate() - Method in class com.storedobject.chart.Legend
 
validate() - Method in class com.storedobject.chart.PolarCoordinate
 
validate() - Method in class com.storedobject.chart.RadarChart
 
validate() - Method in class com.storedobject.chart.RadarCoordinate
 
validate() - Method in class com.storedobject.chart.RectangularCoordinate
 
validate() - Method in class com.storedobject.chart.SankeyData.Edge
 
validate() - Method in class com.storedobject.chart.SankeyData
 
validate() - Method in class com.storedobject.chart.ScatterChart
 
validate() - Method in class com.storedobject.chart.Shape
 
validate() - Method in class com.storedobject.chart.SunburstChart
 
validate() - Method in class com.storedobject.chart.Title
 
validate() - Method in class com.storedobject.chart.Toolbox
 
validate() - Method in class com.storedobject.chart.Tooltip
 
validate() - Method in class com.storedobject.chart.TreeChart
 
validate() - Method in interface com.storedobject.chart.TreeDataProvider
 
validate() - Method in class com.storedobject.chart.TreemapChart
 
validate() - Method in class com.storedobject.chart.VisiblePart
 
validate() - Method in class com.storedobject.chart.VisualMap
 
validate() - Method in class com.storedobject.chart.XYDataChart
 
validate() - Method in class com.storedobject.chart.XYGraphChart
 
value(Number) - Method in class com.storedobject.chart.GraphData.ValueNode
Sets the numerical value for the ValueNode.
ValueNode(Number) - Constructor for class com.storedobject.chart.GraphData.ValueNode
Constructs a ValueNode instance with the specified numerical value.
valueOf(String) - Static method in enum class com.storedobject.chart.Axis.PointerType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT_SCOPE
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.ChartType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.DataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.EventCategory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Font.Style
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Font.Variant
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.GraphData.Layout
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Key
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Language
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.LineStyle.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Location
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.PointSymbolType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.storedobject.chart.Tooltip.Type
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.storedobject.chart.Axis.PointerType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT_SCOPE
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Chart.Emphasis.FADE_OUT
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.ChartType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.DataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.EventCategory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Font.Style
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Font.Variant
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.GraphData.Layout
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Key
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Language
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.LineStyle.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Location
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.PointSymbolType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.storedobject.chart.Tooltip.Type
Returns an array containing the constants of this enum class, in the order they are declared.
VI - Enum constant in enum class com.storedobject.chart.Language
Vietnamese
VisiblePart - Class in com.storedobject.chart
Represents an abstract ComponentPart with some common base properties.
VisiblePart() - Constructor for class com.storedobject.chart.VisiblePart
 
VisibleProperty - Interface in com.storedobject.chart
Represents a property that can be shown or hidden.
VisualMap - Class in com.storedobject.chart
Define features to visually highlight portions of the chart.
VisualMap() - Constructor for class com.storedobject.chart.VisualMap
Constructor.
VisualMap(Chart) - Constructor for class com.storedobject.chart.VisualMap
Constructor.
VisualMap.Range - Class in com.storedobject.chart
Range of colors and other visuals to be used for the visual map.

W

Weight(int) - Constructor for class com.storedobject.chart.Font.Weight
Constructor.
wrap(AbstractDataProvider<T>) - Static method in interface com.storedobject.chart.InternalData
Wrap an AbstractDataProvider to create an instance of an InternalData.
Wrapped - Interface in com.storedobject.chart
This is a marker interface to denote that a ComponentPart can only be used from within a wrapper and thus, its direct Id value should not be used when encoding the JSON.
WrappedDataProvider(AbstractDataProvider<T>) - Constructor for record class com.storedobject.chart.InternalData.WrappedDataProvider
Creates an instance of a WrappedDataProvider record class.

X

x(double) - Method in class com.storedobject.chart.GraphData.XYNode
Sets the x-coordinate of this node and returns the current instance.
x_large() - Static method in class com.storedobject.chart.Font.Size
 
x_small() - Static method in class com.storedobject.chart.Font.Size
 
XAxis - Class in com.storedobject.chart
Representation of X axis.
XAxis(AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.XAxis
Constructor.
XAxis(DataType) - Constructor for class com.storedobject.chart.XAxis
Constructor.
XRangeChart<X,Y> - Class in com.storedobject.chart
X-range chart.
XRangeChart() - Constructor for class com.storedobject.chart.XRangeChart
 
xx_large() - Static method in class com.storedobject.chart.Font.Size
 
xx_small() - Static method in class com.storedobject.chart.Font.Size
 
xxx_large() - Static method in class com.storedobject.chart.Font.Size
 
XYAxis - Class in com.storedobject.chart
Representation of XY axis (base for both XAxis and YAxis).
XYAxis(AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.XYAxis
Constructor.
XYAxis(DataType) - Constructor for class com.storedobject.chart.XYAxis
Constructor.
XYChart - Class in com.storedobject.chart
Basic XY-type chart - mostly plotted on a RectangularCoordinate system.
XYChart(ChartType, AbstractDataProvider<?>, AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.XYChart
Constructor.
XYDataChart - Class in com.storedobject.chart
Represents an abstract chart where data points are plotted based on X and Y coordinates.
XYDataChart(ChartType, AbstractDataProvider<?>, AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.XYDataChart
Constructor.
XYGraph - Enum constant in enum class com.storedobject.chart.ChartType
Graph plotted on XY coordinates.
XYGraphChart - Class in com.storedobject.chart
Represents an XY Graph chart that extends the base functionality of XYChart.
XYGraphChart(AbstractDataProvider<?>, GraphData<GraphData.ValueNode>) - Constructor for class com.storedobject.chart.XYGraphChart
Constructs an XYGraphChart, a specialized chart type that uses graphical representation of data in an XY format.
XYNode(String) - Constructor for class com.storedobject.chart.GraphData.XYNode
Constructs an XYNode with the specified name.
XYNode(String, double, double) - Constructor for class com.storedobject.chart.GraphData.XYNode
Creates an XYNode instance with the specified name, x and y coordinates.
XYNode(String, double, double, GraphData.Category) - Constructor for class com.storedobject.chart.GraphData.XYNode
Constructs an instance of XYNode with the given name, x and y coordinates, and an optional category.
XYNode(String, GraphData.Category) - Constructor for class com.storedobject.chart.GraphData.XYNode
Constructs an XYNode with the specified name and category.

Y

y(double) - Method in class com.storedobject.chart.GraphData.XYNode
Sets the y-coordinate value for the node and returns the node instance.
YAxis - Class in com.storedobject.chart
Representation of Y axis.
YAxis(AbstractDataProvider<?>) - Constructor for class com.storedobject.chart.YAxis
Constructor.
YAxis(DataType) - Constructor for class com.storedobject.chart.YAxis
Constructor.

Z

ZH - Enum constant in enum class com.storedobject.chart.Language
Chinese
Zoom() - Constructor for class com.storedobject.chart.Toolbox.Zoom
Constructor.
zoomOnMouseWheel(boolean) - Method in class com.storedobject.chart.CoordinateSystemZoom
Whether to trigger the zoom on mouse wheel or not.
zoomOnMouseWheel(Key) - Method in class com.storedobject.chart.CoordinateSystemZoom
Switch on the zooming feature when the mouse wheel is moved with a special key combination.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Serialized Form