Package chemaxon.struc.graphics
Class MAnalysisBoxTerm
java.lang.Object
chemaxon.struc.graphics.MAnalysisBoxTerm
Represents a term in
MAnalysisBox. For internal use only.-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMAnalysisBoxTerm(String title, String term, MAnalysisBoxTerm.Formatter formatter, boolean showName) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic List<MAnalysisBoxTerm> fromString(String str) Parses a string into a list ofMAnalysisBoxTerms.Returns the formatter of this term, which is used to format the value of this term.getTerm()Returns the term string, which is used to calculate the value of this term.getTitle()Returns the title of this term, which is shown in the analysis box.inthashCode()booleanReturns whether the title of this term is shown in the analysis box.toString()
-
Constructor Details
-
MAnalysisBoxTerm
public MAnalysisBoxTerm(String title, String term, MAnalysisBoxTerm.Formatter formatter, boolean showName) Constructor. For internal use only.
-
-
Method Details
-
getTerm
Returns the term string, which is used to calculate the value of this term. For internal use only. -
getTitle
Returns the title of this term, which is shown in the analysis box. For internal use only. -
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
-
equals
-
hashCode
public int hashCode() -
fromString
Parses a string into a list ofMAnalysisBoxTerms.
-