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 Palette
PaletteProvider. getPalette(Object paletteIdentifier)
Get a palette by its internal identifierPalette
PaletteProvider. getPalette(Object paletteIdentifier, int size)
Get a palette by its internal identifierPalette
PaletteProvider. getPalette(String paletteName)
Get a palette by its namePalette
PaletteProvider. getPalette(String paletteName, int size)
Get a palette of the specified size by its namePalette
PaletteProviderManager. retrievePalette(Object key)
Retrieve a palette previously savedMethods in org.cytoscape.util.color with parameters of type Palette Modifier and Type Method Description void
PaletteProviderManager. 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 Palette
CyColorPaletteChooser. getSelectedPalette()
Palette
CyColorPaletteChooser. 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 Palette
CyColorPaletteChooser. showDialog(Component parent, String title, Palette initialPalette, int colorCount)
Color
CyColorPaletteChooser. showDialog(Component parent, String title, Palette initialPalette, Color initialColor, int colorCount)
-