Uses of Class
PamView.ColourArray
-
Uses of ColourArray in clipgenerator.clipDisplay
-
Uses of ColourArray in Map.gridbaselayer
Modifier and TypeMethodDescriptionGebcoNETCDF.createImage
(int[] latRangeBins, int[] lonRangeBins, ColourArray heightColours, ColourArray depthColours, int hop) -
Uses of ColourArray in PamUtils
Modifier and TypeMethodDescriptionstatic BufferedImage
MatrixOps.createImage
(double[][] surfaceData, ColourArray colorArray, boolean logScale, double intensityScaleFactor) -
Uses of ColourArray in PamView
Modifier and TypeMethodDescriptionstatic ColourArray
ColourArray.createBlackToWhiteArray
(int nPoints) static ColourArray
ColourArray.createHotArray
(int nPoints) Colour array from black to white, via red, orange and yellowstatic ColourArray
ColourArray.createHSVArray
(int nPoints) Color.RED, Color.YELLOW, Color.GREEN, Color.CYAN, Color.BLUE, Color.MAGENTA, Color.REDstatic ColourArray
ColourArray.createMergedArray
(int nPoints, Color c1, Color c2) static ColourArray
ColourArray.createMultiColouredArray
(int nPoints, 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) Red white blue colour arraystatic ColourArray
ColourArray.createRainbowArray
(int nPoints) Color.BLACK, Color.BLUE, Color.CYAN, Color.GREEN, Color.ORANGE, Color.REDstatic ColourArray
ColourArray.createStandardColourArray
(int nPoints, ColourArray.ColourArrayType type) static ColourArray
ColourArray.createWhiteToBlackArray
(int nPoints) -
Uses of ColourArray in Spectrogram
Modifier and TypeMethodDescriptionvoid
ColourRangeSlider.setColourMap
(ColourArray colourMap) Set a custom colour map type to show between the two thumbs.void
ColourRangeSliderUI.setColourMap
(ColourArray colourMap) Set the colour array for the slider.