Uses of Interface
com.storedobject.chart.ComponentPart
Packages that use ComponentPart
-
Uses of ComponentPart in com.storedobject.chart
Subinterfaces of ComponentPart in com.storedobject.chartModifier and TypeInterfaceDescriptioninterface
Abstract data provider interface.interface
Category data is typically non-numeric kind of (string) data that can be used in many charts like in the X-axis of aBarChart
.interface
Chart component.interface
Provider of numeric data.interface
Data provider of date values.interface
InternalData<T>
A marker interface to combine the interfacesAbstractDataProvider
andInternalDataProvider
.interface
Data provider interface for theSankeyChart
.interface
Data provider to provide time values.interface
Representation of tree-type data.Classes in com.storedobject.chart that implement ComponentPartModifier and TypeClassDescriptionclass
Abstract base class for creating specific subtypes of charts that requires more axes.class
AbstractData<T>
Representation of data as aList
.class
A data provider implementation to provide data from aStream
.class
Represents abstract "data zoom" component.class
Represents an abstractComponentPart
with some common base properties.class
Representation of angle axis.class
Defines an arc shape that can be added toSOChart
.class
Shape that partially defines an arc.class
Represents an area (mostly a rectangular block).class
Abstract representation of an axis.static class
Represents ticks on an axis line.static class
Represents the grid-areas drawn by the axis.static class
Represents the grid-lines drawn by the axis.static class
A base class for various type of lines used in axis and coordinate systems.static class
Represents the minor grid-lines drawn by the axis.static class
Represents the minor tick on the axis line.static class
Represents the axis-pointer shown by the axis.static class
Represent the handle that can be used with axis-pointer.static class
Represents the tick on the axis line.class
Bar chart.class
A basic data provider that can be extended to create customized data providers.class
A basic data provider that can be extended to create customized internal data providers.class
Defines Bezier curve that can be added toSOChart
.class
Bubble chart.class
Candlestick chart.class
Data representation forCandlestickChart
.class
A list-based data provider for category data.class
Chart.class
Circle shape class that can be added toSOChart
.class
Shape that partially defines a circle.class
A part whose properties can be composed of a few configuration variables.class
Abstract coordinate system.class
Represents "data zoom" component that works inside a coordinate system.class
Numeric data.final class
A data provider implementation to provide data from aStream
.class
Represents "data zoom" component.class
Date data provider.final class
A date data provider implementation to provide data from aStream
.class
Donut chart.class
Effect scatter chart.class
Representation of data as a mathematical function of another data or stream of values.class
Funnel chart.class
Gauge chart.static class
Axis line used inGaugeChart
.class
class
Heatmap chart.class
Image that can be added toSOChart
.static final record
A wrapper class to convert any instance ofAbstractDataProvider
to an instance ofInternalDataProvider
.class
Representation of legend.class
Defines a line segment that can be added toSOChart
.class
Line chart.class
Nightingale Rose chart.class
static class
class
Pie chart.class
Representation of polar coordinate system with an angle axis and a radius axis.class
Defines a polygon shape that can be added toSOChart
.class
Defines a polyline that can be added toSOChart
.class
Representation of radius axis.class
Radar chart.class
Radar coordinate is used byRadarChart
.class
Representation of radius axis.class
Rectangular shape class that can be added toSOChart
.class
Representation of rectangular (cartesian) coordinate system with X and Y axes.class
A ring shape (donut shape) that can be added toSOChart
.class
Sankey chart.static class
Class that defines an edge between 2 Sankey nodes.static class
Sankey data node class.class
class
Scatter chart.class
Defines a sector shape that can be added toSOChart
.class
Base class for those charts that do not require aCoordinateSystem
to plot on and supports its own positioning.class
Base class for those special charts that do not require aCoordinateSystem
to plot on and supports its own positioning.class
Implementation of serially increasing/decreasing numbers as data.class
Implementation of serially increasing/decreasing date values as data.class
Implementation of serially increasing/decreasing time values as data.class
Shape class that can be added toSOChart
.class
Shapes can be grouped together using this class.class
Square shape class that can be added toSOChart
.class
Sunburst chart.class
Text that can be added toSOChart
.class
Time data provider.final class
A time data provider implementation to provide data from aStream
.class
Title for the chart.class
Toolbox provides certain utilities (Example: "Download the chart display as an image").static class
static final class
Download tool button.static final class
Restore tool button.static final class
Zoom tool button.class
This is the base class for creating "toolbox buttons" that can be added toToolbox
.class
Tooltip to display.class
Tree chart.class
An implementation ofTreeDataProvider
.class
Treemap chart.class
Represents an abstractComponentPart
with some common base properties.class
Define features to visually highlight portions of the chart.class
Representation of X axis.class
class
Basic XY-type chart - mostly plotted on aRectangularCoordinate
system.class
Representation of Y axis.Methods in com.storedobject.chart with parameters of type ComponentPartModifier and TypeMethodDescriptionprotected void
SOChart.addCustomEncoding
(ComponentPart componentPart, StringBuilder buffer) This method is invoked after rendering eachComponentPart
.Method parameters in com.storedobject.chart with type arguments of type ComponentPartModifier and TypeMethodDescriptionprotected void
SOChart.addCustomEncoding
(Class<? extends ComponentPart> componentPartClass, StringBuilder buffer) This method is invoked after rendering eachComponentPart
type so that you can add more such components. -
Uses of ComponentPart in com.storedobject.ui
Classes in com.storedobject.ui that implement ComponentPartModifier and TypeClassDescriptionclass