Package | Description |
---|---|
org.cytoscape.util.color | |
org.cytoscape.util.swing |
This package contains misc helper classes for Cytoscape Desktop application.
|
Modifier and Type | Method and Description |
---|---|
Palette |
PaletteProvider.getPalette(Object paletteIdentifier)
Get a palette by its internal identifier
|
Palette |
PaletteProvider.getPalette(Object paletteIdentifier,
int size)
Get a palette by its internal identifier
|
Palette |
PaletteProvider.getPalette(String paletteName)
Get a palette by its name
|
Palette |
PaletteProvider.getPalette(String paletteName,
int size)
Get a palette of the specified size by its name
|
Palette |
PaletteProviderManager.retrievePalette(Object key)
Retrieve a palette previously saved
|
Modifier and Type | Method and Description |
---|---|
void |
PaletteProviderManager.savePalette(Object key,
Palette palette)
Save a palette.
|
Modifier and Type | Method and Description |
---|---|
Palette |
CyColorPaletteChooser.getSelectedPalette() |
Palette |
CyColorPaletteChooser.showDialog(Component parent,
String title,
Palette initialPalette,
int colorCount) |
Modifier and Type | Method and Description |
---|---|
Color |
CyColorPaletteChooser.showDialog(Component parent,
String title,
Palette initialPalette,
Color initialColor,
int colorCount) |
Palette |
CyColorPaletteChooser.showDialog(Component parent,
String title,
Palette initialPalette,
int colorCount) |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.