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 String
MultipleAlignmentJmol.getJmolString
(MultipleAlignment multAln, List<Atom[]> transformedAtoms, ColorBrewer colorPalette, boolean colorByBlocks) Generate a Jmol command String that colors the aligned residues of every structure.static String
MultipleAlignmentJmol.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 ColorBrewer
Returns 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 ColorBrewer
ColorPaletteChooserDialog.startingColorBrewer
Starting 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 JToggleButton
DivergingColorPalettePanel.createPalette
(ColorBrewer brewer, Border normalBorder) protected JToggleButton
QualitativeColorPalettePanel.createPalette
(ColorBrewer brewer, Border normalBorder) protected JToggleButton
SequentialColorPalettePanel.createPalette
(ColorBrewer brewer, Border normalBorder) void
ColorPaletteChooserDialog.setColorBrewer
(ColorBrewer brewer) Set the current color in the color chooser.void
ColorPanelSelectionModel.setColorBrewer
(ColorBrewer brewer) Constructors in org.jcolorbrewer.ui with parameters of type ColorBrewerModifierConstructorDescriptionPaletteIcon
(ColorBrewer brewer, int colorCount, int width, int height)