Class MAnalysisBoxTerm

java.lang.Object
chemaxon.struc.graphics.MAnalysisBoxTerm

@PublicApi public class MAnalysisBoxTerm extends Object
Represents a term in MAnalysisBox. For internal use only.
  • Constructor Details

  • Method Details

    • getTerm

      public String getTerm()
      Returns the term string, which is used to calculate the value of this term. For internal use only.
    • getTitle

      public String getTitle()
      Returns the title of this term, which is shown in the analysis box. For internal use only.
    • getFormatter

      public MAnalysisBoxTerm.Formatter getFormatter()
      Returns the formatter of this term, which is used to format the value of this term. For internal use only.
    • isNameShown

      public boolean isNameShown()
      Returns whether the title of this term is shown in the analysis box. For internal use only.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • fromString

      public static List<MAnalysisBoxTerm> fromString(String str)
      Parses a string into a list of MAnalysisBoxTerms.