Uses of Class
pamViewFX.fxNodes.hidingPane.HidingPane
Package
Description
-
Uses of HidingPane in dataPlotsFX.layout
Modifier 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
Modifier and TypeMethodDescriptionDetectionPlotDisplay.getHidingPane
(javafx.geometry.Side side) Get the hiding pane. -
Uses of HidingPane in pamViewFX.fxPlotPanes
Modifier 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.Modifier 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