Abstract base class for creating specific subtypes of charts that requires more axes.
Base class for the representation of color.
Representation of data as a
List.
Abstract data provider interface.
A data provider implementation to provide data from a
Stream.
Represents abstract "data zoom" component.
Represents abstract base for the label used by other parts such as
Axis,
Chart etc.
Represents an abstract
ComponentPart with some common base properties.
An abstract base class that implements some useful attributes and methods for defining a project.
A class that defines basic style details.
Abstract base class for the representation of tasks/activities used within
Project instances and
ActivityList instances.
An abstract base class for the representation of an Activity or Activity Group.
Representation of Alignment property (both horizontal and vertical).
Representation of angle axis.
Class to support animation related properties.
Shape that partially defines an arc.
Represents an area (mostly a rectangular block).
Abstract representation of an axis.
Represents ticks on an axis line.
Represents the grid-areas drawn by the axis.
Represents the grid-lines drawn by the axis.
Represents the label used by
Axis.
A base class for various types of lines used in axis and coordinate systems.
Represents the minor grid-lines drawn by the axis.
Represents the minor tick on the axis line.
Represents the axis-pointer shown by the axis.
Represent the handle that can be used with an axis-pointer.
Represents the label displayed by the axis-pointer.
Definition of pointer types.
Represents the tick on the axis line.
A basic data provider that can be extended to create customized data providers.
Represents a boxplot data record with the key statistical parts of a boxplot.
A structure to represent a data point in the candlestick chart.
A list-based data provider for category data.
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.
Class to represent the Emphasis effect.
Definition of the "fading out" of other elements when emphasizing.
Definition of how the "fade out" is spread across other elements.
Value-label that can be customized for a chart.
Position indicator for labels used in charts.
Exception that may be raised by the chart package.
Shape that partially defines a circle.
Representation of a group of
Components put together.
A part whose properties can be composed of a few configuration variables.
Abstract coordinate system.
Provider of numeric data.
Type of data that can be used by charts.
Represents the "data zoom" component.
Used to style the data shadow.
Used to style the handle.
Data provider of date values.
Class to support properties related "emphasis".
Represents an event that occurs in a chart.
Functional interface to listen to events occurring on a chart or its part.
Represents the type of event that can occur on a chart / part.
Represents font variants.
Representation of data as a mathematical function of another data or stream of values.
The GraphData class represents a data structure used for managing and visualizing graph-based data.
Represents a specific category for a chart or graphical element, extending the functionality
of PointSymbol to include a category name.
Represents a directional edge between two nodes in a graph structure.
Represents a force-directed layout configuration as a property of a chart component.
The Layout enum defines various layout options that can be used for organizational
or structural representation.
The abstract class Node serves as the base class for components within a graph structure.
The ValueNode class represents a type of Node that holds a numerical value.
A concrete implementation of the
GraphData.Node class representing a node in a 2D space.
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.
Representation of special combination keys on the keyboard.
Represents base for the label used by other parts such as
Axis,
Chart etc.
Representation of legend.
Representation of a location.
A block represents an area of the
MarkArea.
A block has 2 sides, the starting side and an ending side.
Represents an "offset" configuration for a component, allowing the specification of
x and y offset values.
Represents orientation property.
Represents the symbol used to draw a point on the chart.
Represents the symbol type used to draw a point on the chart.
Defines a polyline that can be added to
SOChart.
Representation of a position within the chart display.
Class to represent a project.
An abstract base class for the representation of a Task or Task Group.
Represents a task in a project.
Representation of radius axis.
Representation of radius axis.
Rectangular shape class that can be added to
SOChart.
Representation of rectangular (cartesian) coordinate system with X and Y axes.
When styling any text using
TextStyle, parts of the text can be separately styled.
Class that defines an edge between 2 Sankey nodes.
Base class for those charts that do not require a
CoordinateSystem to
plot on and supports its own positioning.
Base class for those special charts that do not require a
CoordinateSystem to
plot on and supports its own positioning.
Shape class that can be added to
SOChart.
Representation of a (x, y) point used in shapes.
Class to specify the style of a
Shape instance.
Representation of "size" value.
Chart is a Vaadin Component so that you can add it to any layout component for
displaying it.
Represents a textual label that extends the functionality provided by the
AbstractLabel.
As the name indicates, "text style" is for styling texts.
Data provider to provide time values.
This is the base class for creating "toolbox buttons" that can be added to
Toolbox.
Representation of tree-type data.
Represents an abstract
ComponentPart with some common base properties.
Represents a property that can be shown or hidden.
Define features to visually highlight portions of the chart.
Range of colors and other visuals to be used for the visual map.
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.
Representation of X axis.
Representation of XY axis (base for both
XAxis and
YAxis).
Represents an abstract chart where data points are plotted based on X and Y coordinates.
Representation of Y axis.