org.tm4j.tmnav.env.desc.RendererDesc .setDefaultAbstractorId(java.lang.String id)

Description

Sets the id of the default abstractorDesc.

The default abstractor is used, when an abstractor must be set programatically.
CAUTION: This implementation does not synchronize the default abstractor with the list of unsuitable abstractors.
Which means that it is possible to specify an abstractor as the default and at the same time keep it in the list of unsuitable abstractors.

Parameters
java.lang.String id the id of the default abstractor to use. may be null to remove a previous set default abstractor.

Other Resources

Related Topics

Has Parameters