Main Content

com.mathworks.toolbox.javabuilder.MWComponentOptions Class

Namespace: com.mathworks.toolbox.javabuilder

Java class to manage component instance options in MATLAB

Description

Declaration

public class MWComponentOptions extends java.lang.Object

Options per component instance. When creating a new instance of a class generated by MATLAB Java Package, an instance of MWComponentOptions may be passed to override the default behavior of the created object. For example, a PrintStream may be specified to capture output from MATLAB code invoked using the object, or an alternate location for CTF data may be specified

Creation

Constructors

MWComponentOptions()

Create default option set for deployed component initialization.

MWComponentOptions(MWComponentOptions that)

Create a clone of that.

MWComponentOptions(java.lang.Object... options)

Create an option set with all of the specified component initialization options applied to it.

Properties

No fields.

Methods

expand all

Version History

Introduced in R2006a