Class CDKAtomColors

  • All Implemented Interfaces:
    IAtomColorer

    @Deprecated
    public class CDKAtomColors
    extends Object
    implements IAtomColorer
    Deprecated.
    JmolColors provides more comprehensive color pallet for 3D
    Gives a short table of atom colors for 3D display.
    Source code:
    main
    Belongs to CDK module:
    render
    • Constructor Detail

      • CDKAtomColors

        public CDKAtomColors()
        Deprecated.
    • Method Detail

      • getAtomColor

        public Color getAtomColor​(IAtom atom)
        Deprecated.
        Returns the CDK scheme color for the given atom's element.
        Specified by:
        getAtomColor in interface IAtomColorer
        Parameters:
        atom - IAtom to get a color for
        Returns:
        the atom's color according to this coloring scheme.
      • getAtomColor

        public Color getAtomColor​(IAtom atom,
                                  Color defaultColor)
        Deprecated.
        Returns the CDK scheme color for the given atom's element, or defaults to the given color if no color is defined.
        Specified by:
        getAtomColor in interface IAtomColorer
        Parameters:
        atom - IAtom to get a color for
        defaultColor - Color returned if this scheme does not define a color for the passed IAtom
        Returns:
        the atom's color according to this coloring scheme.