Module xaos.ui.plot

Class PluggableChartContainer

  • All Implemented Interfaces:
    Styleable, EventTarget

    public class PluggableChartContainer
    extends AnchorPane
    A container for XYCharts where tool-bar is displayed when the mouse cursor is close to the top border. Once the tool-bar is displayed it can be pinned.

    Note: The #setContent(javafx.scene.Node) should never be used, preferring setPluggable(Pluggable) instead.

    Author:
    claudio.rosati@esss.se
    CSS Style Class Name:
    chart-container-toolbar
    • Constructor Detail

      • PluggableChartContainer

        @BundleItems(@BundleItem(key="infoButton.tooltip",message="Open/close the plugins info dialog."))
        public PluggableChartContainer()
        Creates a new instance of this container.
      • PluggableChartContainer

        public PluggableChartContainer​(Pluggable pluggable)
        Creates a new instance of this container with the given chart in its center and a toolbar on the top side, sliding down when the mouse cursor is close to it.
        Parameters:
        pluggable - The Pluggable chart to be contained.