Uses of Class
pamViewFX.fxNodes.utilsFX.ColourArray
Packages that use ColourArray
-
Uses of ColourArray in pamViewFX.fxNodes.utilsFX
Methods in pamViewFX.fxNodes.utilsFX that return ColourArrayModifier and TypeMethodDescriptionstatic ColourArray
ColourArray.createBlackToWhiteArray
(int nPoints) static ColourArray
ColourArray.createFireArray
(int nPoints) static ColourArray
ColourArray.createHotArray
(int nPoints) static ColourArray
ColourArray.createMergedArray
(int nPoints, javafx.scene.paint.Color c1, javafx.scene.paint.Color c2) static ColourArray
ColourArray.createMultiColouredArray
(int nPoints, javafx.scene.paint.Color... colourList) Create a multicoloured array of colours that merges in turn between each of the colours given in the list.static ColourArray
ColourArray.createPatrioticArray
(int nPoints) static ColourArray
ColourArray.createStandardColourArray
(int nPoints, ColourArray.ColourArrayType type) static ColourArray
ColourArray.createWhiteToBlackArray
(int nPoints) -
Uses of ColourArray in rawDeepLearningClassifier.layoutFX.dlTransfroms
Methods in rawDeepLearningClassifier.layoutFX.dlTransfroms with parameters of type ColourArrayModifier and TypeMethodDescriptionjavafx.scene.image.WritableImage
SpectrogramImage.writeImageData
(double[][] data, ColourArray colourArray, double[] clims) Create a an image of the spectrogram by applying a colour gradient to the surface data.Constructors in rawDeepLearningClassifier.layoutFX.dlTransfroms with parameters of type ColourArrayModifierConstructorDescriptionSpectrogramImage
(double[][] spectrogram, ColourArray colourArray, double[] clims) Constructor for a spectrogram image.SpectrogramImage
(double[][] spectrogram, ColourArray colourArray, double[] clims, boolean log) Constructor for a spectrogram image.