Class JavaFXScatterPlotView<Row,​Column>

  • All Implemented Interfaces:
    ScatterPlotView<javafx.scene.Node,​javafx.scene.paint.Color,​javafx.scene.text.Font,​Row,​Column>

    public class JavaFXScatterPlotView<Row,​Column>
    extends AbstractScatterPlotView<javafx.scene.Node,​javafx.scene.paint.Color,​javafx.scene.text.Font,​Row,​Column>
    • Constructor Detail

      • JavaFXScatterPlotView

        public JavaFXScatterPlotView​(com.macrofocus.crossplatform.CPCanvas canvas,
                                     com.macrofocus.crossplatform.CPFactory<?,​?,​?,​javafx.scene.paint.Color> factory)
    • Method Detail

      • getNativeComponent

        public javafx.scene.Node getNativeComponent()
      • isShowTiming

        public boolean isShowTiming()
        Description copied from interface: ScatterPlotView
        Returns whether information about refresh rate should be displayed.
        Returns:
        true to display refresh rate information, false otherwise
      • setShowTiming

        public void setShowTiming​(boolean showTiming)
        Description copied from interface: ScatterPlotView
        Sets whether information about refresh rate should be displayed.
        Parameters:
        showTiming - true to display refresh rate information, false otherwise
      • setLicenseModel

        public void setLicenseModel​(LicenseModel licenseModel)
      • setMaintainAspectRatio

        public void setMaintainAspectRatio​(boolean maintainAspectRatio)
      • isMaintainAspectRatio

        public boolean isMaintainAspectRatio()