Uses of Class
pamViewFX.fxNodes.utilsFX.ColourArray
-
Uses of ColourArray in pamViewFX.fxNodes.utilsFX
Modifier 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
Modifier 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.ModifierConstructorDescriptionSpectrogramImage
(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.