Uses of Interface
org.cytoscape.util.color.PaletteType
Package
Description
This package contains misc helper classes for Cytoscape Desktop application.
-
Uses of PaletteType in org.cytoscape.util.color
Modifier and TypeMethodDescriptionPalette.getType()
This is the type of the palette, using the Cynthia Brewer's classification.Modifier and TypeMethodDescriptionPaletteProvider.getPaletteTypes()
Return the list oforg.cytoscape.util.color.Palette.PaletteType
s supported by this providerModifier and TypeMethodDescriptionPaletteProviderManager.getPaletteProviders
(PaletteType type, boolean colorSafe) Return the list of currently registered palette providers that provide palettes of the requested type.PaletteProvider.listPaletteIdentifiers
(PaletteType type, boolean colorBlindSafe) List all of the palettes available from this provider, optionally restricted by the palette type and whether or not the palette is color blind safe.PaletteProvider.listPaletteNames
(PaletteType type, boolean colorBlindSafe) List all of the palettes available from this provider, optionally restricted by the palette type and whether or not the palette is color blind safe. -
Uses of PaletteType in org.cytoscape.util.swing
Modifier and TypeMethodDescriptionCyColorPaletteChooserFactory.getColorPaletteChooser
(PaletteType type, boolean paletteOnly) ModifierConstructorDescriptionColorButton
(CyServiceRegistrar serviceRegistrar, Palette palette, PaletteType type, Color color, boolean paletteOnly) The basic constructor for a color button with palettes.