Uses of Enum Class
org.jcolorbrewer.ColorBrewer
Packages that use ColorBrewer
Package
Description
Utility methods for better interaction with Jmol.
-
Uses of ColorBrewer in org.biojava.nbio.structure.align.gui.jmol
Fields in org.biojava.nbio.structure.align.gui.jmol declared as ColorBrewerMethods in org.biojava.nbio.structure.align.gui.jmol that return ColorBrewerModifier and TypeMethodDescriptionAbstractAlignmentJmol.getColorPalette()Return the color pattelete of the AlignmentJmol instance.Methods in org.biojava.nbio.structure.align.gui.jmol with parameters of type ColorBrewerModifier and TypeMethodDescriptionstatic StringMultipleAlignmentJmol.getJmolString(MultipleAlignment multAln, List<Atom[]> transformedAtoms, ColorBrewer colorPalette, boolean colorByBlocks) Generate a Jmol command String that colors the aligned residues of every structure.static StringMultipleAlignmentJmol.getMultiBlockJmolString(MultipleAlignment multAln, List<Atom[]> transformedAtoms, ColorBrewer colorPalette, boolean colorByBlocks) Colors every Block of the structures with a different color, following the palette. -
Uses of ColorBrewer in org.jcolorbrewer
Methods in org.jcolorbrewer that return ColorBrewerModifier and TypeMethodDescriptionstatic ColorBrewer[]ColorBrewer.getDivergingColorPalettes(boolean colorBlindSave) static ColorBrewer[]ColorBrewer.getQualitativeColorPalettes(boolean colorBlindSave) static ColorBrewer[]ColorBrewer.getSequentialColorPalettes(boolean colorBlindSave) static ColorBrewerReturns the enum constant of this class with the specified name.static ColorBrewer[]ColorBrewer.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ColorBrewer in org.jcolorbrewer.ui
Fields in org.jcolorbrewer.ui declared as ColorBrewerModifier and TypeFieldDescriptionprotected ColorBrewerColorPaletteChooserDialog.startingColorBrewerStarting color, set by setColor, and the color we return to on a reset.Methods in org.jcolorbrewer.ui that return ColorBrewerModifier and TypeMethodDescriptionColorPanelSelectionModel.getColorBrewer()ColorPaletteChooserDialog.getColorPalette()Get the current color in the color chooser.Methods in org.jcolorbrewer.ui with parameters of type ColorBrewerModifier and TypeMethodDescriptionprotected JToggleButtonDivergingColorPalettePanel.createPalette(ColorBrewer brewer, Border normalBorder) protected JToggleButtonQualitativeColorPalettePanel.createPalette(ColorBrewer brewer, Border normalBorder) protected JToggleButtonSequentialColorPalettePanel.createPalette(ColorBrewer brewer, Border normalBorder) voidColorPaletteChooserDialog.setColorBrewer(ColorBrewer brewer) Set the current color in the color chooser.voidColorPanelSelectionModel.setColorBrewer(ColorBrewer brewer) Constructors in org.jcolorbrewer.ui with parameters of type ColorBrewerModifierConstructorDescriptionPaletteIcon(ColorBrewer brewer, int colorCount, int width, int height)