Uses of Class
adams.core.base.BaseText
-
-
Uses of BaseText in adams.core.command
Fields in adams.core.command declared as BaseText Modifier and Type Field Description protected BaseTextAbstractAsyncCapableExternalCommandWithOptions. m_OptionsStringthe options as single string.protected BaseTextAbstractExternalCommandWithOptions. m_OptionsStringthe options as single string.Methods in adams.core.command that return BaseText Modifier and Type Method Description BaseTextAbstractAsyncCapableExternalCommandWithOptions. getOptionsString()Returns the options for the command as single string.BaseTextAbstractExternalCommandWithOptions. getOptionsString()Returns the options for the command as single string.BaseTextExternalCommandWithOptions. getOptionsString()Returns the options for the command as single string.Methods in adams.core.command with parameters of type BaseText Modifier and Type Method Description voidAbstractAsyncCapableExternalCommandWithOptions. setOptionsString(BaseText value)Sets the options for the command.voidAbstractExternalCommandWithOptions. setOptionsString(BaseText value)Sets the options for the command.voidExternalCommandWithOptions. setOptionsString(BaseText value)Sets the options for the command. -
Uses of BaseText in adams.core.scripting
Methods in adams.core.scripting that return BaseText Modifier and Type Method Description BaseTextFileBasedScriptingWithOptions. getScriptOptions()Gets the script options.Methods in adams.core.scripting with parameters of type BaseText Modifier and Type Method Description voidFileBasedScriptingWithOptions. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.data.boofcv.features
Methods in adams.data.boofcv.features that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedFeatureGenerator. getScriptOptions()Gets the script options.Methods in adams.data.boofcv.features with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedFeatureGenerator. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.data.boofcv.transformer
Methods in adams.data.boofcv.transformer that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedTransformer. getScriptOptions()Gets the script options.Methods in adams.data.boofcv.transformer with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedTransformer. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.data.conversion
Methods in adams.data.conversion that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedConversion. getScriptOptions()Gets the script options.Methods in adams.data.conversion with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedConversion. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.data.filter
Methods in adams.data.filter that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedFilter. getScriptOptions()Gets the script options.Methods in adams.data.filter with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedFilter. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.data.image.features
Methods in adams.data.image.features that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedFeatureGenerator. getScriptOptions()Gets the script options.Methods in adams.data.image.features with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedFeatureGenerator. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.data.image.transformer
Methods in adams.data.image.transformer that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedTransformer. getScriptOptions()Gets the script options.Methods in adams.data.image.transformer with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedTransformer. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.data.jai.transformer
Methods in adams.data.jai.transformer that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedTransformer. getScriptOptions()Gets the script options.Methods in adams.data.jai.transformer with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedTransformer. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.data.opencv.features
Methods in adams.data.opencv.features that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedFeatureGenerator. getScriptOptions()Gets the script options.Methods in adams.data.opencv.features with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedFeatureGenerator. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.data.opencv.transformer
Methods in adams.data.opencv.transformer that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedTransformer. getScriptOptions()Gets the script options.Methods in adams.data.opencv.transformer with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedTransformer. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.data.outlier
Methods in adams.data.outlier that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedOutlierDetector. getScriptOptions()Gets the script options.Methods in adams.data.outlier with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedOutlierDetector. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.data.report
Methods in adams.data.report that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedReportFilter. getScriptOptions()Gets the script options.Methods in adams.data.report with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedReportFilter. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.flow.condition.bool
Methods in adams.flow.condition.bool that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedCondition. getScriptOptions()Gets the script options.Methods in adams.flow.condition.bool with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedCondition. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.flow.core
Methods in adams.flow.core that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedActor. getScriptOptions()Gets the script options.Methods in adams.flow.core with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedActor. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.flow.sink
Fields in adams.flow.sink declared as BaseText Modifier and Type Field Description protected BaseTextExec. m_Commandthe command to run.Methods in adams.flow.sink that return BaseText Modifier and Type Method Description BaseTextExec. getCommand()Returns the command to run.Methods in adams.flow.sink with parameters of type BaseText Modifier and Type Method Description voidExec. setCommand(BaseText value)Sets the command to run. -
Uses of BaseText in adams.flow.sink.sendnotification
Fields in adams.flow.sink.sendnotification declared as BaseText Modifier and Type Field Description protected BaseTextConsole. m_Prefixa custom prefix.protected BaseTextEmail. m_Signaturethe signature.Methods in adams.flow.sink.sendnotification that return BaseText Modifier and Type Method Description BaseTextConsole. getPrefix()Returns the class label index (1-based index).BaseTextEmail. getSignature()Returns the body of the email.Methods in adams.flow.sink.sendnotification with parameters of type BaseText Modifier and Type Method Description voidConsole. setPrefix(BaseText value)Sets the class label index (1-based index).voidEmail. setSignature(BaseText value)Sets the body of the email. -
Uses of BaseText in adams.flow.source
Fields in adams.flow.source declared as BaseText Modifier and Type Field Description protected BaseTextNewSpreadSheet. m_Columnsthe comma-separated list of column headers.protected BaseTextCommand. m_Commandthe command to run.protected BaseTextExec. m_Commandthe command to run.protected BaseTextNewSpreadSheet. m_Commentsthe initial comments to use.protected BaseTextPythonVenvExec. m_ExecutableOptionsthe options for the executable.protected BaseTextCombineStorage. m_Expressionthe expression containing the variables/storage placeholders.protected BaseTextCombineVariables. m_Expressionthe expression containing the variables.protected BaseTextPipExec. m_Optionsthe options for pip.protected BaseTextPythonExec. m_ScriptOptionsthe options for the script.Methods in adams.flow.source that return BaseText Modifier and Type Method Description BaseTextNewSpreadSheet. getColumns()Returns the comma-separated list of column names.BaseTextCommand. getCommand()Returns the command to run.BaseTextExec. getCommand()Returns the command to run.BaseTextNewSpreadSheet. getComments()Returns the comments to use.BaseTextPythonVenvExec. getExecutableOptions()Returns the command-line options for the executable.BaseTextCombineStorage. getExpression()Returns the expression for combining the variables/storage placeholders.BaseTextCombineVariables. getExpression()Returns the expression for combining the variables.BaseTextPipExec. getOptions()Returns the options for pip.BaseTextPythonExec. getScriptOptions()Returns the command-line options for the script.Methods in adams.flow.source with parameters of type BaseText Modifier and Type Method Description voidNewSpreadSheet. setColumns(BaseText value)Sets the comma-separated list of column names.voidCommand. setCommand(BaseText value)Sets the command to run.voidExec. setCommand(BaseText value)Sets the command to run.voidNewSpreadSheet. setComments(BaseText value)Sets the comments to use.voidPythonVenvExec. setExecutableOptions(BaseText value)Sets the command-line options for the executable.voidCombineStorage. setExpression(BaseText value)Sets the expression for combining the variables/storage placeholders.voidCombineVariables. setExpression(BaseText value)Sets the expression for combining the variables.voidPipExec. setOptions(BaseText value)Sets the options for pip.voidPythonExec. setScriptOptions(BaseText value)Sets the command-line options for the script.Constructors in adams.flow.source with parameters of type BaseText Constructor Description CombineVariables(BaseText expression)Initializes the actor with the specified expression. -
Uses of BaseText in adams.flow.standalone
Fields in adams.flow.standalone declared as BaseText Modifier and Type Field Description protected BaseTextMemoryMonitor. m_MessageTemplatethe notification message template.protected BaseTextSetVariable. m_VariableValuethe value of the variable.Methods in adams.flow.standalone that return BaseText Modifier and Type Method Description BaseTextMemoryMonitor. getMessageTemplate()Returns the message template to use.BaseTextSetVariable. getVariableValue()Returns the value of the variable to update.Methods in adams.flow.standalone with parameters of type BaseText Modifier and Type Method Description voidMemoryMonitor. setMessageTemplate(BaseText value)Sets the message template to use.voidSetVariable. setVariableValue(BaseText value)Sets the value of the variable to update.Constructors in adams.flow.standalone with parameters of type BaseText Constructor Description SetVariable(VariableName name, BaseText value)Constructor for setting variable name and value. -
Uses of BaseText in adams.flow.template
Methods in adams.flow.template that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedTemplate. getScriptOptions()Gets the script options.Methods in adams.flow.template with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedTemplate. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.flow.transformer
Fields in adams.flow.transformer declared as BaseText Modifier and Type Field Description protected BaseTextCreateEmail. m_Bodythe body.protected BaseTextWekaClusterEvaluationSummary. m_Commentan optional comment to output.protected BaseTextWekaEvaluationSummary. m_Commentan optional comment to output.protected BaseTextSpreadSheetAppendComments. m_Commentsthe comments to append.protected BaseTextCreateEmail. m_Signaturethe signature.protected BaseTextSetVariable. m_VariableValuethe optional fixed value.Methods in adams.flow.transformer that return BaseText Modifier and Type Method Description BaseTextCreateEmail. getBody()Returns the body of the email.BaseTextWekaClusterEvaluationSummary. getComment()Returns the comment to output in the summary.BaseTextWekaEvaluationSummary. getComment()Returns the comment to output in the summary.BaseTextSpreadSheetAppendComments. getComments()Returns the comments to use.BaseTextCreateEmail. getSignature()Returns the body of the email.BaseTextSetVariable. getVariableValue()Returns the fixed value to use instead of current token.Methods in adams.flow.transformer with parameters of type BaseText Modifier and Type Method Description voidCreateEmail. setBody(BaseText value)Sets the body of the email.voidWekaClusterEvaluationSummary. setComment(BaseText value)Sets the comment to output in the summary.voidWekaEvaluationSummary. setComment(BaseText value)Sets the comment to output in the summary.voidSpreadSheetAppendComments. setComments(BaseText value)Sets the comments to use.voidCreateEmail. setSignature(BaseText value)Sets the body of the email.voidSetVariable. setVariableValue(BaseText value)Sets the fixed value to use instead of current token.Constructors in adams.flow.transformer with parameters of type BaseText Constructor Description SetVariable(VariableName name, BaseText value)Constructor for setting variable name and value. -
Uses of BaseText in adams.flow.transformer.pdfgenerate
Methods in adams.flow.transformer.pdfgenerate that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedPDFGenerator. getScriptOptions()Gets the script options.Methods in adams.flow.transformer.pdfgenerate with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedPDFGenerator. setScriptOptions(BaseText value)Sets the script options. -
Uses of BaseText in adams.flow.transformer.pdfproclet
Fields in adams.flow.transformer.pdfproclet declared as BaseText Modifier and Type Field Description protected BaseTextHeadline. m_Headlinethe headline to add.protected BaseTextMetaHeadline. m_Headlinethe headline to add.protected BaseTextFixedText. m_TextContentthe content to add.Methods in adams.flow.transformer.pdfproclet that return BaseText Modifier and Type Method Description BaseTextHeadline. getHeadline()Returns the headline to add.BaseTextMetaHeadline. getHeadline()Returns the headline to add.BaseTextFixedText. getTextContent()Returns the text to insert (variables get expanded automatically).Methods in adams.flow.transformer.pdfproclet with parameters of type BaseText Modifier and Type Method Description voidHeadline. setHeadline(BaseText value)Sets the headline to add.voidMetaHeadline. setHeadline(BaseText value)Sets the headline to add.voidFixedText. setTextContent(BaseText value)Sets the text to insert (variables get expanded automatically). -
Uses of BaseText in adams.gui.chooser
Methods in adams.gui.chooser that return BaseText Modifier and Type Method Description protected BaseTextBaseTextChooserPanel. doChoose()Performs the actual choosing of an object.protected BaseTextBaseTextChooserPanel. fromString(String value)Converts the string representation into its object representation.Methods in adams.gui.chooser with parameters of type BaseText Modifier and Type Method Description protected StringBaseTextChooserPanel. toString(BaseText value)Converts the value into its string representation, i.e., back quoted.Constructors in adams.gui.chooser with parameters of type BaseText Constructor Description BaseTextChooserPanel(BaseText text)Initializes the panel with the given text. -
Uses of BaseText in adams.gui.tools.wekamultiexperimenter.experiment
Fields in adams.gui.tools.wekamultiexperimenter.experiment declared as BaseText Modifier and Type Field Description protected BaseTextAbstractExperiment. m_Notesthe notes for the experiment.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return BaseText Modifier and Type Method Description BaseTextAbstractExperiment. getNotes()Returns the notes for the experiment.Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type BaseText Modifier and Type Method Description voidAbstractExperiment. setNotes(BaseText value)Sets the notes for the experiment. -
Uses of BaseText in adams.gui.visualization.multiobjectexport
Fields in adams.gui.visualization.multiobjectexport declared as BaseText Modifier and Type Field Description protected BaseTextEmailExport. m_Bodythe body.Methods in adams.gui.visualization.multiobjectexport that return BaseText Modifier and Type Method Description BaseTextEmailExport. getBody()Returns the body of the email.Methods in adams.gui.visualization.multiobjectexport with parameters of type BaseText Modifier and Type Method Description voidEmailExport. setBody(BaseText value)Sets the body of the email. -
Uses of BaseText in adams.gui.visualization.watermark
Fields in adams.gui.visualization.watermark declared as BaseText Modifier and Type Field Description protected BaseTextText. m_Textthe text to draw.Methods in adams.gui.visualization.watermark that return BaseText Modifier and Type Method Description BaseTextText. getText()Returns the text to draw.Methods in adams.gui.visualization.watermark with parameters of type BaseText Modifier and Type Method Description voidText. setText(BaseText value)Sets the text to draw. -
Uses of BaseText in adams.scripting.command.basic
Fields in adams.scripting.command.basic declared as BaseText Modifier and Type Field Description protected BaseTextText. m_Textthe text to send.Methods in adams.scripting.command.basic that return BaseText Modifier and Type Method Description BaseTextText. getText()Returns the text to send.Methods in adams.scripting.command.basic with parameters of type BaseText Modifier and Type Method Description voidText. setText(BaseText value)Sets the text to send. -
Uses of BaseText in adams.tools
Methods in adams.tools that return BaseText Modifier and Type Method Description BaseTextAbstractScriptedTool. getScriptOptions()Gets the script options.Methods in adams.tools with parameters of type BaseText Modifier and Type Method Description voidAbstractScriptedTool. setScriptOptions(BaseText value)Sets the script options.
-