Uses of Interface
org.cytoscape.util.color.Palette
Packages that use Palette
Package
Description
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 PaletteModifier and TypeMethodDescriptionPaletteProvider.getPalette(Object paletteIdentifier)
Get a palette by its internal identifierPaletteProvider.getPalette(Object paletteIdentifier, int size)
Get a palette by its internal identifierPaletteProvider.getPalette(String paletteName)
Get a palette by its namePaletteProvider.getPalette(String paletteName, int size)
Get a palette of the specified size by its namePaletteProviderManager.retrievePalette(Object key)
Retrieve a palette previously savedMethods in org.cytoscape.util.color with parameters of type PaletteModifier and TypeMethodDescriptionvoid
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 PaletteModifier and TypeMethodDescriptionColorButton.getPalette()
CyColorPaletteChooser.getSelectedPalette()
Return the palette the user selectedCyColorPaletteChooser.showDialog(Component parent, String title, Palette initialPalette, int colorCount)
Display the chooser and return the Palette the user choosesMethods in org.cytoscape.util.swing with parameters of type PaletteModifier and TypeMethodDescriptionvoid
ColorButton.setPalette(Palette palette)
Sets a new color Palette and fires aPropertyChangeEvent
for the property "palette".CyColorPaletteChooser.showDialog(Component parent, String title, Palette initialPalette, int colorCount)
Display the chooser and return the Palette the user choosesCyColorPaletteChooser.showDialog(Component parent, String title, Palette initialPalette, Color initialColor, int colorCount)
Display the chooser and return the Color the user choosesConstructors in org.cytoscape.util.swing with parameters of type PaletteModifierConstructorDescriptionColorButton(CyServiceRegistrar serviceRegistrar, Palette palette, PaletteType type, Color color, boolean paletteOnly)
The basic constructor for a color button with palettes.