Uses of Enum Class
pamViewFX.fxNodes.utilsFX.ColourArray.ColourArrayType
Packages that use ColourArray.ColourArrayType
Package
Description
-
Uses of ColourArray.ColourArrayType in dataMap.layoutFX
Methods in dataMap.layoutFX that return ColourArray.ColourArrayTypeMethods in dataMap.layoutFX with parameters of type ColourArray.ColourArrayTypeModifier and TypeMethodDescriptionvoid
DataMapSettingsPane.DataGramColPane.setColourArrayType
(ColourArray.ColourArrayType colourArrayType) -
Uses of ColourArray.ColourArrayType in dataPlotsFX.rawClipDataPlot
Fields in dataPlotsFX.rawClipDataPlot declared as ColourArray.ColourArrayType -
Uses of ColourArray.ColourArrayType in dataPlotsFX.scroller
Fields in dataPlotsFX.scroller declared as ColourArray.ColourArrayTypeModifier and TypeFieldDescriptionTDAcousticScrollerParams.colourMap
Type of colour scheme for spectrogram. -
Uses of ColourArray.ColourArrayType in dataPlotsFX.scrollingPlot2D
Methods in dataPlotsFX.scrollingPlot2D that return ColourArray.ColourArrayTypeModifier and TypeMethodDescriptionPlotParams2D.getColourMap()
Get the colormap of the spectrogramStandardPlot2DColours.getColourMap()
Methods in dataPlotsFX.scrollingPlot2D with parameters of type ColourArray.ColourArrayTypeModifier 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.Constructors in dataPlotsFX.scrollingPlot2D with parameters of type ColourArray.ColourArrayTypeModifierConstructorDescriptionStandardPlot2DColours
(ColourArray.ColourArrayType colourMap, double minAmp, double maxAmp) Constructor for StandardSpecColours -
Uses of ColourArray.ColourArrayType in dataPlotsFX.spectrogramPlotFX
Methods in dataPlotsFX.spectrogramPlotFX that return ColourArray.ColourArrayTypeModifier and TypeMethodDescriptionSpectrogramControlPane.getColourArrayType()
Get the current colourArrayType used.Methods in dataPlotsFX.spectrogramPlotFX with parameters of type ColourArray.ColourArrayTypeModifier and TypeMethodDescriptionvoid
SpectrogramControlPane.setColourArrayType
(ColourArray.ColourArrayType colourArrayType) Set the current colourArrayType used. -
Uses of ColourArray.ColourArrayType in detectionPlotFX.plots
Fields in detectionPlotFX.plots declared as ColourArray.ColourArrayTypeMethods in detectionPlotFX.plots with parameters of type ColourArray.ColourArrayTypeModifier and TypeMethodDescriptionvoid
FFTPlotParams.setColourMap
(ColourArray.ColourArrayType colourArrayType) void
WignerPlotParams.setColourMap
(ColourArray.ColourArrayType colourArrayType) -
Uses of ColourArray.ColourArrayType in PamView.symbol.modifier
Fields in PamView.symbol.modifier declared as ColourArray.ColourArrayTypeModifier and TypeFieldDescriptionPeakFreqSymbolOptions.freqColourArray
Colour array for colouring by frequency. -
Uses of ColourArray.ColourArrayType in pamViewFX.fxNodes.comboBox
Methods in pamViewFX.fxNodes.comboBox with parameters of type ColourArray.ColourArrayTypeModifier and TypeMethodDescriptionvoid
ColorComboBox.setValue
(ColourArray.ColourArrayType freqColourArray) Set the value to the current colour array. -
Uses of ColourArray.ColourArrayType in pamViewFX.fxNodes.sliders
Methods in pamViewFX.fxNodes.sliders with parameters of type ColourArray.ColourArrayTypeModifier and TypeMethodDescriptionvoid
ColourRangeSlider.setColourArrayType
(ColourArray.ColourArrayType colourMap) Set the colour array type. -
Uses of ColourArray.ColourArrayType in pamViewFX.fxNodes.utilsFX
Methods in pamViewFX.fxNodes.utilsFX that return ColourArray.ColourArrayTypeModifier 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.Methods in pamViewFX.fxNodes.utilsFX with parameters of type ColourArray.ColourArrayTypeModifier 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
Fields in rawDeepLearningClassifier.dataPlotFX declared as ColourArray.ColourArrayType