Uses of Class
org.jcolorbrewer.ColorBrewer
-
Packages that use ColorBrewer Package Description org.biojava.nbio.structure.align.gui.jmol Utility methods for better interaction with Jmol.org.jcolorbrewer org.jcolorbrewer.ui -
-
Uses of ColorBrewer in org.biojava.nbio.structure.align.gui.jmol
Fields in org.biojava.nbio.structure.align.gui.jmol declared as ColorBrewer Modifier and Type Field Description protected ColorBrewerAbstractAlignmentJmol. colorPaletteMethods in org.biojava.nbio.structure.align.gui.jmol that return ColorBrewer Modifier and Type Method Description ColorBrewerAbstractAlignmentJmol. getColorPalette()Return the color pattelete of the AlignmentJmol instance.Methods in org.biojava.nbio.structure.align.gui.jmol with parameters of type ColorBrewer Modifier and Type Method Description static java.lang.StringMultipleAlignmentJmol. getJmolString(MultipleAlignment multAln, java.util.List<Atom[]> transformedAtoms, ColorBrewer colorPalette, boolean colorByBlocks)Generate a Jmol command String that colors the aligned residues of every structure.static java.lang.StringMultipleAlignmentJmol. getMultiBlockJmolString(MultipleAlignment multAln, java.util.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 ColorBrewer Modifier and Type Method Description static ColorBrewer[]ColorBrewer. getDivergingColorPalettes(boolean colorBlindSave)static ColorBrewer[]ColorBrewer. getQualitativeColorPalettes(boolean colorBlindSave)static ColorBrewer[]ColorBrewer. getSequentialColorPalettes(boolean colorBlindSave)static ColorBrewerColorBrewer. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ColorBrewer[]ColorBrewer. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ColorBrewer in org.jcolorbrewer.ui
Fields in org.jcolorbrewer.ui declared as ColorBrewer Modifier and Type Field Description protected ColorBrewerColorPaletteChooserDialog. startingColorBrewerStarting color, set by setColor, and the color we return to on a reset.Methods in org.jcolorbrewer.ui that return ColorBrewer Modifier and Type Method Description ColorBrewerColorPanelSelectionModel. getColorBrewer()ColorBrewerColorPaletteChooserDialog. getColorPalette()Get the current color in the color chooser.Methods in org.jcolorbrewer.ui with parameters of type ColorBrewer Modifier and Type Method Description protected javax.swing.JToggleButtonDivergingColorPalettePanel. createPalette(ColorBrewer brewer, javax.swing.border.Border normalBorder)protected javax.swing.JToggleButtonQualitativeColorPalettePanel. createPalette(ColorBrewer brewer, javax.swing.border.Border normalBorder)protected javax.swing.JToggleButtonSequentialColorPalettePanel. createPalette(ColorBrewer brewer, javax.swing.border.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 ColorBrewer Constructor Description PaletteIcon(ColorBrewer brewer, int colorCount, int width, int height)
-