Uses of Enum Class
pamViewFX.fxNodes.utilsFX.ColourArray.ColourArrayType
Package
Description
-
Uses of ColourArray.ColourArrayType in dataMap.layoutFX
Modifier and TypeMethodDescriptionvoid
DataMapSettingsPane.DataGramColPane.setColourArrayType
(ColourArray.ColourArrayType colourArrayType) -
Uses of ColourArray.ColourArrayType in dataPlotsFX.rawClipDataPlot
-
Uses of ColourArray.ColourArrayType in dataPlotsFX.scroller
Modifier and TypeFieldDescriptionTDAcousticScrollerParams.colourMap
Type of colour scheme for spectrogram. -
Uses of ColourArray.ColourArrayType in dataPlotsFX.scrollingPlot2D
Modifier and TypeMethodDescriptionPlotParams2D.getColourMap()
Get the colormap of the spectrogramStandardPlot2DColours.getColourMap()
Modifier and TypeMethodDescriptionvoid
PlotParams2D.setColourMap
(ColourArray.ColourArrayType colourMap) void
StandardPlot2DColours.setColourMap
(ColourArray.ColourArrayType colourMap) Set the current colour map.void
PlotParams2D.setWrapLineColor
(ColourArray.ColourArrayType colourMap) Set the colort of the wrap line corresponding to the colourmap of the spectrogram.ModifierConstructorDescriptionStandardPlot2DColours
(ColourArray.ColourArrayType colourMap, double minAmp, double maxAmp) Constructor for StandardSpecColours -
Uses of ColourArray.ColourArrayType in dataPlotsFX.spectrogramPlotFX
Modifier and TypeMethodDescriptionSpectrogramControlPane.getColourArrayType()
Get the current colourArrayType used.Modifier and TypeMethodDescriptionvoid
SpectrogramControlPane.setColourArrayType
(ColourArray.ColourArrayType colourArrayType) Set the current colourArrayType used. -
Uses of ColourArray.ColourArrayType in detectionPlotFX.plots
Modifier and TypeMethodDescriptionvoid
FFTPlotParams.setColourMap
(ColourArray.ColourArrayType colourArrayType) void
WignerPlotParams.setColourMap
(ColourArray.ColourArrayType colourArrayType) -
Uses of ColourArray.ColourArrayType in PamView.symbol.modifier
Modifier and TypeFieldDescriptionPeakFreqSymbolOptions.freqColourArray
Colour array for colouring by frequency. -
Uses of ColourArray.ColourArrayType in pamViewFX.fxNodes.comboBox
Modifier and TypeMethodDescriptionvoid
ColorComboBox.setValue
(ColourArray.ColourArrayType freqColourArray) Set the value to the current colour array. -
Uses of ColourArray.ColourArrayType in pamViewFX.fxNodes.sliders
Modifier and TypeMethodDescriptionvoid
ColourRangeSlider.setColourArrayType
(ColourArray.ColourArrayType colourMap) Set the colour array type. -
Uses of ColourArray.ColourArrayType in pamViewFX.fxNodes.utilsFX
Modifier and TypeMethodDescriptionstatic ColourArray.ColourArrayType
ColourArray.getColorArrayType
(String name) Get the color array type from it's string name.static ColourArray.ColourArrayType
ColourArray.getColourArrayType
(String name) Get the ColourArrayType from it's string namestatic ColourArray.ColourArrayType
PamUtilsFX.swingColArray2FX
(ColourArray.ColourArrayType arraySwing) Convert an Swing based ColourArrayType to FX.static ColourArray.ColourArrayType
Returns the enum constant of this class with the specified name.static ColourArray.ColourArrayType[]
ColourArray.ColourArrayType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic ColourArray
ColourArray.createStandardColourArray
(int nPoints, ColourArray.ColourArrayType type) static ColourArray.ColourArrayType
PamUtilsFX.fxColArray2Swing
(ColourArray.ColourArrayType arrayFX) Convert an FX based ColourArrayType to Swing.static javafx.scene.paint.Color[]
ColourArray.getColorList
(ColourArray.ColourArrayType type) Get a list of colours which make up a colour arraystatic String
ColourArray.getCSSColourArray
(ColourArray.ColourArrayType type) Get the CSS linear gradient for colouring Nodes by the selected colourmap.static javafx.scene.paint.LinearGradient
ColourArray.getLinerGradient
(javafx.geometry.Orientation orientation, double size, ColourArray.ColourArrayType colourArrayType) Get the linear gradient to display on a node node for a colour array.static String
ColourArray.getName
(ColourArray.ColourArrayType type) -
Uses of ColourArray.ColourArrayType in rawDeepLearningClassifier.dataPlotFX