public class Parameters extends StringParameters implements IEditorDescriptionProvider
bufferpath| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
EditorDescription |
createEditorDescription(ParametersDescription paramsDesc) |
ParametersDescription |
getParametersDescription()
Gets the description of the parameters.
|
boolean |
isOutputOneToOneMatchesOnly() |
boolean |
isUseSkeletonAlignment() |
void |
reset()
Reset this parameters object to its default values.
|
void |
setOutputOneToOneMatchesOnly(boolean outputOneToOneMatchesOnly) |
void |
setUseSkeletonAlignment(boolean useSkeletonAlignment) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic boolean isOutputOneToOneMatchesOnly()
public void setOutputOneToOneMatchesOnly(boolean outputOneToOneMatchesOnly)
public boolean isUseSkeletonAlignment()
public void setUseSkeletonAlignment(boolean useSkeletonAlignment)
public void reset()
StringParameters
Subclasses should override this method to set any initial
values and instantiate any objects that require allocation. It
is recommended that subclasses also call super.reset()
in the override to ensure that the buffer is empty.
reset in interface IParametersreset in class StringParameterspublic ParametersDescription getParametersDescription()
IParametersgetParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramsDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2022. All rights reserved.