Class JmolColors

    • Constructor Detail

      • JmolColors

        public JmolColors()
    • Method Detail

      • getAtomColor

        public Color getAtomColor​(IAtom atom)
        Description copied from interface: IAtomColorer
        Returns the color for a certain atom type.
        Specified by:
        getAtomColor in interface IAtomColorer
        Parameters:
        atom - the atom whose color is desired
        Returns:
        the color of the specified atom
      • getAtomColor

        public Color getAtomColor​(IAtom atom,
                                  Color defaultColor)
        Description copied from interface: IAtomColorer
        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 interface IAtomColorer
        Parameters:
        atom - the atom in question
        defaultColor - the color to use if the atom type of this atom cannot be identified
        Returns:
        the color of the specified atom