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.ColourArrayTypeModifier and TypeMethodDescriptionDataStreamPaneFX.getColourMapArray()Get the colour map for the datagram.Methods in dataMap.layoutFX with parameters of type ColourArray.ColourArrayTypeModifier and TypeMethodDescriptionvoidDataStreamPaneFX.setColourArrayType(ColourArray.ColourArrayType colourArrayType) Set the colour array for the data stream panel. - 
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.colourMapType 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 TypeMethodDescriptionvoidPlotParams2D.setColourMap(ColourArray.ColourArrayType colourMap) voidStandardPlot2DColours.setColourMap(ColourArray.ColourArrayType colourMap) Set the current colour map.voidStandardPlot2DColours.setColourMap(ColourArray.ColourArrayType colourMap, int ncolours) Set the current colour map.voidPlotParams2D.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 TypeMethodDescriptionvoidSpectrogramControlPane.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 TypeMethodDescriptionvoidFFTPlotParams.setColourMap(ColourArray.ColourArrayType colourArrayType) voidWignerPlotParams.setColourMap(ColourArray.ColourArrayType colourArrayType)  - 
Uses of ColourArray.ColourArrayType in PamView.symbol.modifier
Fields in PamView.symbol.modifier declared as ColourArray.ColourArrayTypeModifier and TypeFieldDescriptionPeakFreqSymbolOptions.freqColourArrayColour 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 TypeMethodDescriptionvoidColorComboBox.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 TypeMethodDescriptionvoidColourRangeSlider.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.ColourArrayTypeColourArray.getColorArrayType(String name) Get the color array type from it's string name.static ColourArray.ColourArrayTypeColourArray.getColourArrayType(String name) Get the ColourArrayType from it's string namestatic ColourArray.ColourArrayTypePamUtilsFX.swingColArray2FX(ColourArray.ColourArrayType arraySwing) Convert an Swing based ColourArrayType to FX.static ColourArray.ColourArrayTypeReturns 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 ColourArrayColourArray.createStandardColourArray(int nPoints, ColourArray.ColourArrayType type) static ColourArray.ColourArrayTypePamUtilsFX.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 StringColourArray.getCSSColourArray(ColourArray.ColourArrayType type) Get the CSS linear gradient for colouring Nodes by the selected colourmap.static javafx.scene.paint.LinearGradientColourArray.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 StringColourArray.getName(ColourArray.ColourArrayType type)  - 
Uses of ColourArray.ColourArrayType in rawDeepLearningClassifier.dataPlotFX
Fields in rawDeepLearningClassifier.dataPlotFX declared as ColourArray.ColourArrayType