Uses of Class
pamViewFX.fxNodes.hidingPane.HidingPane
Packages that use HidingPane
Package
Description
-
Uses of HidingPane in dataPlotsFX.layout
Methods in dataPlotsFX.layout that return HidingPaneModifier and TypeMethodDescriptionTDGraphFX.getAxisPane()
Get the hiding pane which allows users to change y axis types and data blocks which are displayed.TDGraphFX.getSettingsPane()
Get the hiding pane which allows users to change data block specific display settings. -
Uses of HidingPane in detectionPlotFX.layout
Methods in detectionPlotFX.layout that return HidingPaneModifier and TypeMethodDescriptionDetectionPlotDisplay.getHidingPane
(javafx.geometry.Side side) Get the hiding pane. -
Uses of HidingPane in pamViewFX.fxPlotPanes
Methods in pamViewFX.fxPlotPanes that return HidingPaneModifier and TypeMethodDescriptionPamHiddenSidePane.createHidingPane
(javafx.scene.layout.Region displayPane, javafx.scene.Node icon, javafx.geometry.Side side) Create and add a hiding pane to the display.PlotPane.getHidePane
(javafx.geometry.Side side) Get one of the hiding panes within the plot areaPamHiddenSidePane.getLeftHidingPane()
Get the hiding pane on the right side of the pane.PamHiddenSidePane.getRightHidingPane()
Get the hiding pane on the left side of the pane.Methods in pamViewFX.fxPlotPanes with parameters of type HidingPaneModifier and TypeMethodDescriptionstatic void
PamHiddenSidePane.setClipping
(javafx.scene.layout.Region holder, HidingPane rightHidingPane, double minHeight) Have to be careful if overlaid hidden panes, then hiding panes will appear outside node unless clipped. -
Uses of HidingPane in videoRangePanel.layoutFX
Methods in videoRangePanel.layoutFX that return HidingPane