Uses of Interface
org.cytoscape.util.color.Palette
-
Packages that use Palette Package Description org.cytoscape.util.color org.cytoscape.util.swing This package contains misc helper classes for Cytoscape Desktop application. -
-
Uses of Palette in org.cytoscape.util.color
Methods in org.cytoscape.util.color that return Palette Modifier and Type Method Description PalettePaletteProvider. getPalette(Object paletteIdentifier)Get a palette by its internal identifierPalettePaletteProvider. getPalette(Object paletteIdentifier, int size)Get a palette by its internal identifierPalettePaletteProvider. getPalette(String paletteName)Get a palette by its namePalettePaletteProvider. getPalette(String paletteName, int size)Get a palette of the specified size by its namePalettePaletteProviderManager. retrievePalette(Object key)Retrieve a palette previously savedMethods in org.cytoscape.util.color with parameters of type Palette Modifier and Type Method Description voidPaletteProviderManager. savePalette(Object key, Palette palette)Save a palette. -
Uses of Palette in org.cytoscape.util.swing
Methods in org.cytoscape.util.swing that return Palette Modifier and Type Method Description PaletteCyColorPaletteChooser. getSelectedPalette()PaletteCyColorPaletteChooser. showDialog(Component parent, String title, Palette initialPalette, int colorCount)Methods in org.cytoscape.util.swing with parameters of type Palette Modifier and Type Method Description PaletteCyColorPaletteChooser. showDialog(Component parent, String title, Palette initialPalette, int colorCount)ColorCyColorPaletteChooser. showDialog(Component parent, String title, Palette initialPalette, Color initialColor, int colorCount)
-