Class UniColor
java.lang.Object
org.openscience.cdk.renderer.color.UniColor
- All Implemented Interfaces:
IAtomColorer
Defines an atom color that draws as a single uniform color.
- Author:
- John May
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAtomColor
(IAtom atom) Returns the color for a certain atom type.getAtomColor
(IAtom atom, Color defaultColor) Returns the color for a certain atom type, and uses the given default color if it fails to identify the atom type.
-
Constructor Details
-
UniColor
Create a uniform atom colorer.- Parameters:
color
- the color
-
-
Method Details
-
getAtomColor
Returns the color for a certain atom type.- Specified by:
getAtomColor
in interfaceIAtomColorer
- Parameters:
atom
- the atom whose color is desired- Returns:
- the color of the specified atom
-
getAtomColor
Returns the color for a certain atom type, and uses the given default color if it fails to identify the atom type.- Specified by:
getAtomColor
in interfaceIAtomColorer
- Parameters:
atom
- the atom in questiondefaultColor
- the color to use if the atom type of this atom cannot be identified- Returns:
- the color of the specified atom
-