Class AbsoluteStereoAction

java.lang.Object
chemaxon.standardizer.AbstractStandardizerAction
chemaxon.standardizer.actions.AbsoluteStereoAction
All Implemented Interfaces:
chemaxon.license.Licensable, StandardizerAction, PropertyChangeListener, Cloneable, EventListener

@Deprecated(forRemoval=true) @SubjectToRemoval(date=JUL_01_2025) @PublicAPI public final class AbsoluteStereoAction extends AbstractStandardizerAction
Deprecated, for removal: This API element is subject to removal in a future version.
Absolute stereo standardizer action
Since:
5.11
  • Field Details

    • ACT_KEY

      public static final String ACT_KEY
      Deprecated, for removal: This API element is subject to removal in a future version.
      Key of type for parsing and property change
      See Also:
    • TYPE_KEY

      public static final String TYPE_KEY
      Deprecated, for removal: This API element is subject to removal in a future version.
      Key of type for parsing and property change
      See Also:
  • Constructor Details

    • AbsoluteStereoAction

      public AbsoluteStereoAction(Map<String,String> params)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Initializes the action with parameters
      Parameters:
      params - the parameters of the action
  • Method Details