One can return a composite of multiple visualizations.
One can return a composite of multiple visualizations.
A composite visual model that can contain multiple visualizations.
Create a visualization for a DB table.
Create a visualization for a DB table.
A DB table that we want to visualize.
A visualization of the sample.
Create the default visual model for the given IOBase object.
Create the default visual model for the given IOBase object. This is useful to quickly generate a visual model for an existing IOBase object.
The IOBase object that we want to create a visual model for.
A matching visual model.
Create a visualization of an HTML text element.
Create a visualization of an HTML text element. Use this method rather than the 'createTextVisualization' method if you want to include HTML formatting elements (like a table, or bold text) in your visualization.
An HTML String
A text visualization object, which puts the html text inside of a <text> tag.
Create a visualization for an Hdfs tabular dataset.
Create a visualization for an Hdfs tabular dataset.
A Hdfs tabular dataset that we want to visualize.
A visualization of the sample.
Create a simple text content visualization.
Create a simple text content visualization.
The text we want to display in the console.
A text visualization object.