Class ProblemMarker


  • public class ProblemMarker
    extends Object
    Tool to mark IChemObject's as having a problem. There are two levels: a problem, and a warning, to allow for different coloring by renderer's.
    Author:
    Egon Willighagen
    Source code:
    main
    Belongs to CDK module:
    standard
    Created on:
    2003-08-11
    • Constructor Detail

      • ProblemMarker

        public ProblemMarker()
    • Method Detail

      • markWithError

        public static void markWithError​(IChemObject object)
      • markWithWarning

        public static void markWithWarning​(IChemObject object)
      • unmarkWithError

        public static void unmarkWithError​(IChemObject object)
      • unmarkWithWarning

        public static void unmarkWithWarning​(IChemObject object)
      • unmark

        public static void unmark​(IChemObject object)