Package org.openscience.cdk.validate
Class ProblemMarker
java.lang.Object
org.openscience.cdk.validate.ProblemMarker
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
- Created on:
- 2003-08-11
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidmarkWithError(IChemObject object) static voidmarkWithWarning(IChemObject object) static voidunmark(IChemObject object) static voidunmarkWithError(IChemObject object) static voidunmarkWithWarning(IChemObject object)
-
Field Details
-
ERROR_MARKER
- See Also:
-
WARNING_MARKER
- See Also:
-
-
Constructor Details
-
ProblemMarker
public ProblemMarker()
-
-
Method Details
-
markWithError
-
markWithWarning
-
unmarkWithError
-
unmarkWithWarning
-
unmark
-