Class RasmolColors
java.lang.Object
org.openscience.cdk.renderer.color.RasmolColors
- All Implemented Interfaces:
Serializable
,IAtomColorer
Atom coloring following RasMol/Chime Color scheme
http://www.umass.edu/microbio/rasmol/rascolor.htm.
- See Also:
- Source code:
- main
- Belongs to CDK module:
- render
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAtomColor
(IAtom atom) Returns the Rasmol color for the given atom's element.getAtomColor
(IAtom atom, Color defaultColor) Returns the Rasmol color for the given atom's element, or defaults to the given color if no color is defined.
-
Constructor Details
-
RasmolColors
public RasmolColors()
-
-
Method Details
-
getAtomColor
Returns the Rasmol color for the given atom's element.- Specified by:
getAtomColor
in interfaceIAtomColorer
- Parameters:
atom
- IAtom to get a color for- Returns:
- the atom's color according to this coloring scheme.
-
getAtomColor
Returns the Rasmol color for the given atom's element, or defaults to the given color if no color is defined.- Specified by:
getAtomColor
in interfaceIAtomColorer
- Parameters:
atom
- IAtom to get a color fordefaultColor
- Color returned if this scheme does not define a color for the passed IAtom- Returns:
- the atom's color according to this coloring scheme.
-