A B C D E F G H I L M N O P R S T U V W
A
- asList() -
Method in class com.mathworks.toolbox.javabuilder.MWCellArray
- Provide a java.util.List interface to the cell array.
B
- BasicRemoteFactory - Class in com.mathworks.toolbox.javabuilder.remoting
- Implementation of RemoteFactory interface.
- BasicRemoteFactory(Class<? extends Disposable>, Class<? extends Remote>, boolean) -
Constructor for class com.mathworks.toolbox.javabuilder.remoting.BasicRemoteFactory
- Creates a new BasicRemoteFactory that produces remote proxy objects with
the given interface and implementation.
- BLUE -
Static variable in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
C
- CELL -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: cell
- CHAR -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: char
- classID() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- Returns the MATLAB type of this array.
- classID() -
Method in class com.mathworks.toolbox.javabuilder.MWCellArray
- Returns the MATLAB type of this array.
- classID() -
Method in class com.mathworks.toolbox.javabuilder.MWCharArray
- Returns the MATLAB type of this array.
- classID() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
- Returns the MATLAB type of this array.
- classID() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Returns the MATLAB type of this array.
- classID() -
Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Returns the MATLAB type of this array.
- classID() -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Returns the MATLAB type of this array.
- clone() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- This method creates and returns a deep copy of the MWArray object.
- clone() -
Method in class com.mathworks.toolbox.javabuilder.MWCellArray
- Creates and returns a deep copy of this array.
- clone() -
Method in class com.mathworks.toolbox.javabuilder.MWCharArray
- Creates and returns a deep copy of this array.
- clone() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
- Creates and returns a deep copy of this array.
- clone() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Example: Cloning (deep copying) an array
- clone() -
Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Creates and returns a deep copy of this array.
- clone() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Creates and returns a deep copy of this array.
- clone() -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Creates and returns a deep copy of this array.
- columnIndex() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- This method returns an array containing the column index of
each element in the underlying MATLAB array.
- columnIndex() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
-
- columnIndex() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
-
- com.mathworks.toolbox.javabuilder - package com.mathworks.toolbox.javabuilder
- Contains the MWArray API for converting between Java and MATLAB data types.
- com.mathworks.toolbox.javabuilder.remoting - package com.mathworks.toolbox.javabuilder.remoting
- Contains utilities for exporting MATLAB components over RMI.
- com.mathworks.toolbox.javabuilder.web - package com.mathworks.toolbox.javabuilder.web
- Contains utilities for writing Java Servlets and JSP pages that use MWArray and WebFigure.
- com.mathworks.toolbox.javabuilder.webfigures - package com.mathworks.toolbox.javabuilder.webfigures
- Contains classes related to MATLAB WebFigures.
- compareTo(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- This method compares the MWArray object with the input object.
- compareTo(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
-
- compareTo(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
-
- COMPLEX -
Static variable in class com.mathworks.toolbox.javabuilder.MWComplexity
- Array type: complex
- complexity() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the complexity of this array.
D
- destroy() -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFiguresServlet
-
- Disposable - Interface in com.mathworks.toolbox.javabuilder
- The
Disposable
interface is implemented by all classes that contain
native resources that need to be freed. - dispose() -
Method in interface com.mathworks.toolbox.javabuilder.Disposable
- Frees native resources that have been allocated by this class.
- dispose() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- This method destroys the native MATLAB array contained by the
array object and frees the memory occupied by the array.
- dispose() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
- Frees the native MATLAB array contained by this array.
- dispose() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Frees the native MATLAB array contained by this array.
- dispose() -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
- Deprecated.
- disposeArray(Object) -
Static method in class com.mathworks.toolbox.javabuilder.MWArray
- This method destroys any native MATLAB arrays contained
in the input object and frees the memory occupied by them.
- DisposeListener - Interface in com.mathworks.toolbox.javabuilder.remoting
- Listener interface for remote proxy objects.
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFiguresServlet
-
- DOUBLE -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: double
E
- EMPTY_ARRAY -
Static variable in class com.mathworks.toolbox.javabuilder.MWArray
-
- equals(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- This method indicates the MWArray object is equal to the input
object.
- equals(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWClassID
- Indicates whether some other
MWClassID
is equal to this one.
- equals(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWCtfClassLoaderSource
-
- equals(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWCtfDirectorySource
-
- equals(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
-
- equals(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWCtfFileSource
-
- equals(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
- Indicates whether some other array is equal to this one.
- equals(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Indicates whether some other array is equal to this one.
- equals(Object) -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- exportCells() -
Method in class com.mathworks.toolbox.javabuilder.MWCellArray
- Export the cells to a java.util.List of Java native type array objects.
- EXTRACT_TO_CACHE -
Static variable in class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
-
- EXTRACT_TO_COMPONENT_DIR -
Static variable in class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
-
F
- fieldIndex(String) -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
-
- fieldNames() -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Returns the field names in this array.
- fromBean(Object) -
Static method in class com.mathworks.toolbox.javabuilder.MWStructArray
-
- fromMap(Map<String, Object>) -
Static method in class com.mathworks.toolbox.javabuilder.MWStructArray
-
- fromProperties(Properties) -
Static method in class com.mathworks.toolbox.javabuilder.MWStructArray
-
- FUNCTION -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: function
Note: MATLAB function arrays are not supported in the current release.
G
- get(int) -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- Returns the element at the specified 1-based offset in this array.
- get(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- Returns the element at the specified 1-based index-array in this array.
- get(int) -
Method in class com.mathworks.toolbox.javabuilder.MWCellArray
- Returns the element at the specified 1-based offset in this array.
- get(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWCellArray
- Returns the element at the specified 1-based index-array in this array.
- get(int) -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
-
- get(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
-
- get() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Example: Get information about a referenced object
- get(int) -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
-
- get(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
-
- get(int) -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Returns the element at the specified 1-based offset in this array.
- get(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Returns the element at the specified 1-based index-array in this array.
- get(String, int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Returns the element at the specified 1-based index-array and field name in this array.
- get(String, int) -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Returns the element at the specified 1-based offset and field name in this array.
- getAzimuth() -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- getBackgroundColor() -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- getBoolean(int) -
Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Returns the boolean at the specified 1-based offset.
- getBoolean(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Returns the boolean at the specified 1-based index-array.
- getByte() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Return this array as a scalar byte.
- getByte(int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the real part at the specified 1-based offset as a byte value.
- getByte(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the real part at the specified 1-based index-array as a byte value.
- getByteData() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- This method returns a one-dimensional array
of Java types matching the primitive type byte.
- getCell(int) -
Method in class com.mathworks.toolbox.javabuilder.MWCellArray
- Returns a shared copy of the element at the specified 1-based offset in this array as an
MWArray
instance.
- getCell(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWCellArray
- Returns a shared copy of the element at the specified 1-based index-array in this array as an
MWArray
instance.
- getChar(int) -
Method in class com.mathworks.toolbox.javabuilder.MWCharArray
- Returns the character at the specified 1-based offset.
- getChar(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWCharArray
- Returns the character at the specified 1-based index-array.
- getCtfSource() -
Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
-
- getData() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- Returns a 1-D array containing a copy of the data in the underlying MATLAB array.
- getData() -
Method in class com.mathworks.toolbox.javabuilder.MWCellArray
- Returns a 1-D array containing a copy of the data in the underlying MATLAB array.
- getData() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
-
- getData() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
-
- getData() -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Returns a 1-D array containing a copy of the data in the underlying MATLAB array.
- getDimensions() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- Returns an array containing the size of each dimension of this array.
- getDimensions() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
-
- getDimensions() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
-
- getDouble() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Return this array as a scalar double.
- getDouble(int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the real part at the specified 1-based offset as a double value.
- getDouble(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the real part at the specified 1-based index-array as a double value.
- getDoubleData() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- This method returns a one-dimensional array
of Java types matching the primitive type double.
- getElevation() -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- getEps() -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns MATLAB's concept of EPS.
- getExecutionContext() -
Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
-
- getExtractLocation() -
Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
-
- getExtractLocation() -
Method in class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
-
- getField(int) -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Returns the element at the specified 1-based offset in this array as an
MWArray
instance.
- getField(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Returns a shared copy of the element at the specified 1-based index-array in this array as an
MWArray
instance.
- getField(String, int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Returns a shared copy of the element at the specified 1-based index-array and field name in this array as an
MWArray
instance.
- getField(String, int) -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Returns a shared copy of the element at the specified 1-based offset and field name in this array as an
MWArray
instance.
- getFigureData() -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
- Get the MWArray containing the serialized representation of this figure.
- getFigureEmbedString(WebFigure, String, String, String, String, String) -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureHtmlGenerator
- Get the string representing the HTML code that will be used to display the webfigure on the page containing the webfigure.
- getFloat() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Return this array as a scalar float.
- getFloat(int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the real part at the specified 1-based offset as a float value.
- getFloat(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the real part at the specified 1-based index-array as a float value.
- getFloatData() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- This method returns a one-dimensional array
of Java types matching the primitive type float.
- getHeight() -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- getHtmlEmbedString(WebFigure, String, String, String, String, String) -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigures
- Deprecated.
- getImag(int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the imaginary part at the specified 1-based offset in this array.
- getImag(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the imaginary part at the specified 1-based index-array in this array.
- getImagByte() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Return imaginary component of this array as a scalar byte.
- getImagByte(int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the imaginary part at the specified 1-based offset as a byte value.
- getImagByte(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the imaginary part at the specified 1-based index-array as a byte value.
- getImagByteData() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- This method returns a one-dimensional array
of Java types matching the primitive type imaginary byte.
- getImagData() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns a 1-D array containing a copy of the imaginary data in the underlying MATLAB array.
- getImagDouble() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Return imaginary component of this array as a scalar double.
- getImagDouble(int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the imaginary part at the specified 1-based offset as a double value.
- getImagDouble(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the imaginary part at the specified 1-based index-array as a double value.
- getImagDoubleData() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- This method returns a one-dimensional array
of Java types matching the primitive type imaginary double.
- getImagFloat() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Return imaginary component of this array as a scalar float.
- getImagFloat(int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the imaginary part at the specified 1-based offset as a float value.
- getImagFloat(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the imaginary part at the specified 1-based index-array as a float value.
- getImagFloatData() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- This method returns a one-dimensional array
of Java types matching the primitive type imaginary float.
- getImagInt() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Return imaginary component of this array as a scalar int.
- getImagInt(int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the imaginary part at the specified 1-based offset as an int value.
- getImagInt(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the imaginary part at the specified 1-based index-array as an int value.
- getImagIntData() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- This method returns a one-dimensional array
of Java types matching the primitive type imaginary integer.
- getImagLong() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Return imaginary component of this array as a scalar long.
- getImagLong(int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the imaginary part at the specified 1-based offset as a long value.
- getImagLong(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the imaginary part at the specified 1-based index-array as a long value.
- getImagLongData() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- This method returns a one-dimensional array
of Java types matching the primitive type imaginary long.
- getImagShort() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Return imaginary component of this array as a scalar short.
- getImagShort(int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the imaginary part at the specified 1-based offset as a short value.
- getImagShort(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the imaginary part at the specified 1-based index-array as a short value.
- getImagShortData() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- This method returns a one-dimensional array
of Java types matching the primitive type imaginary short.
- getInf() -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns MATLAB's concept of INF.
- getInt() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Return this array as a scalar int.
- getInt(int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the real part at the specified 1-based offset as an int value.
- getInt(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the real part at the specified 1-based index-array as an int value.
- getIntData() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- This method returns a one-dimensional array
of Java types matching the primitive type integer.
- getLong() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Return this array as a scalar long.
- getLong(int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the real part at the specified 1-based offset as a long value.
- getLong(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the real part at the specified 1-based index-array as a long value.
- getLongData() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- This method returns a one-dimensional array
of Java types matching the primitive type long.
- getNaN() -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns MATLAB's concept of NAN.
- getObject() -
Method in class com.mathworks.toolbox.javabuilder.web.MWHttpSessionBinder
- Get the object bound by this MWHttpSessionBinder.
- getResourceType() -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- getShort() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Return this array as a scalar short.
- getShort(int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the real part at the specified 1-based offset as a short value.
- getShort(int[]) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns the real part at the specified 1-based index-array as a short value.
- getShortData() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- This method returns a one-dimensional array
of Java types matching the primitive type short.
- getSize() -
Method in class com.mathworks.toolbox.javabuilder.MWClassID
- Returns the size in bytes of an array element of this type.
- getStub() -
Method in class com.mathworks.toolbox.javabuilder.remoting.BasicRemoteFactory
-
- getUUID() -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- getWidth() -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- GREEN -
Static variable in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
H
- hashCode() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- This method returns a hash code value for the MWArray object.
- hashCode() -
Method in class com.mathworks.toolbox.javabuilder.MWClassID
- Returns a hash code value for the type.
- hashCode() -
Method in class com.mathworks.toolbox.javabuilder.MWCtfClassLoaderSource
-
- hashCode() -
Method in class com.mathworks.toolbox.javabuilder.MWCtfDirectorySource
-
- hashCode() -
Method in class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
-
- hashCode() -
Method in class com.mathworks.toolbox.javabuilder.MWCtfFileSource
-
- hashCode() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
- Returns a hash code value for this array.
- hashCode() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Returns a hash code value for this array.
- hashCode() -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
I
- Images - Class in com.mathworks.toolbox.javabuilder
- Utility methods for manipulating MWArrays that contain image data.
- Images() -
Constructor for class com.mathworks.toolbox.javabuilder.Images
-
- init(ServletConfig) -
Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFiguresServlet
-
- INT16 -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: int16
- INT32 -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: int32
- INT64 -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: int64
- INT8 -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: int8
- isEmpty() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- This method returns true if the array object contains no elements,
and false otherwise.
- isEmpty() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
-
- isEmpty() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
-
- isFinite(double) -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Test for finiteness in a machine-independent manner.
- isInf(double) -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Test for infinity in a machine-independent manner.
- isNaN(double) -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Test for NaN in a machine-independent manner.
- isNumeric() -
Method in class com.mathworks.toolbox.javabuilder.MWClassID
- Tests if this type is numeric.
- isSparse() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- This method returns true if the MWArray object is sparse,
and false otherwise.
- isSparse() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
-
- isSparse() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
-
L
- LOGICAL -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: logical
M
- maximumNonZeros() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- This method returns the allocated capacity of a
sparse array.
- maximumNonZeros() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
- Returns the allocated capacity of a sparse array.
- maximumNonZeros() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Returns the allocated capacity of a sparse array.
- MWArray - Class in com.mathworks.toolbox.javabuilder
- The
MWArray
class is the base class for all MATLAB array types. - MWArray() -
Constructor for class com.mathworks.toolbox.javabuilder.MWArray
-
- MWCellArray - Class in com.mathworks.toolbox.javabuilder
- The
MWCellArray
class manages a native MATLAB cell array. - MWCellArray() -
Constructor for class com.mathworks.toolbox.javabuilder.MWCellArray
- Creates an Empty cell array.
- MWCellArray(int[]) -
Constructor for class com.mathworks.toolbox.javabuilder.MWCellArray
- Constructs a new cell array with the specified dimensions.
- MWCellArray(int, int) -
Constructor for class com.mathworks.toolbox.javabuilder.MWCellArray
- Constructs a new cell matrix with the specified number of rows and columns.
- MWCharArray - Class in com.mathworks.toolbox.javabuilder
- The
MWCharArray
class manages a native MATLAB char array. - MWCharArray() -
Constructor for class com.mathworks.toolbox.javabuilder.MWCharArray
- Creates an Empty char array.
- MWCharArray(char) -
Constructor for class com.mathworks.toolbox.javabuilder.MWCharArray
- Constructs a new char array that represents the primitive char argument.
- MWCharArray(Object) -
Constructor for class com.mathworks.toolbox.javabuilder.MWCharArray
- Constructs a char array that represents the Object argument.
- MWClassID - Class in com.mathworks.toolbox.javabuilder
- The
MWClassID
class enumerates all MATLAB array types. - MWClassID(String, int) -
Constructor for class com.mathworks.toolbox.javabuilder.MWClassID
- Creates new
MWClassID
from name and value.
- MWComplexity - Class in com.mathworks.toolbox.javabuilder
- The
MWComplexity
class enumerates the MATLAB real/complex array property. - MWComponentOptions - Class in com.mathworks.toolbox.javabuilder
- Options per component instance
- MWComponentOptions() -
Constructor for class com.mathworks.toolbox.javabuilder.MWComponentOptions
-
- MWComponentOptions(Object...) -
Constructor for class com.mathworks.toolbox.javabuilder.MWComponentOptions
-
- MWComponentOptions(MWComponentOptions) -
Constructor for class com.mathworks.toolbox.javabuilder.MWComponentOptions
-
- MWCtfClassLoaderSource - Class in com.mathworks.toolbox.javabuilder
- Class Description
- MWCtfClassLoaderSource(Class) -
Constructor for class com.mathworks.toolbox.javabuilder.MWCtfClassLoaderSource
-
- MWCtfDirectorySource - Class in com.mathworks.toolbox.javabuilder
- CTF from directory where CTF file located at.
- MWCtfDirectorySource(String) -
Constructor for class com.mathworks.toolbox.javabuilder.MWCtfDirectorySource
-
- MWCtfExtractLocation - Class in com.mathworks.toolbox.javabuilder
- This class is used to represent the location where CTF will be extracted to.
- MWCtfExtractLocation(File) -
Constructor for class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
-
- MWCtfExtractLocation(String) -
Constructor for class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
-
- MWCtfFileSource - Class in com.mathworks.toolbox.javabuilder
- CTF from file source
- MWCtfFileSource(File) -
Constructor for class com.mathworks.toolbox.javabuilder.MWCtfFileSource
-
- MWCtfSource - Class in com.mathworks.toolbox.javabuilder
- Interface for CTF source objects.
- MWCtfSource() -
Constructor for class com.mathworks.toolbox.javabuilder.MWCtfSource
-
- MWCtfStreamSource - Class in com.mathworks.toolbox.javabuilder
- CTF from InputStream source.
- MWCtfStreamSource(InputStream) -
Constructor for class com.mathworks.toolbox.javabuilder.MWCtfStreamSource
-
- MWException - Exception in com.mathworks.toolbox.javabuilder
- The
MWException
class is used to raise an exception during a method
call on a MATLAB compiler generated object. - MWException() -
Constructor for exception com.mathworks.toolbox.javabuilder.MWException
- Creates a new instance of
MWException
with a default detail message.
- MWException(String) -
Constructor for exception com.mathworks.toolbox.javabuilder.MWException
- Constructs an instance of
MWException
with the specified detail message.
- MWException(String, String[], int) -
Constructor for exception com.mathworks.toolbox.javabuilder.MWException
- Constructs an instance of
MWException
with the specified message and stack trace strings.
- MWFunctionHandle - Class in com.mathworks.toolbox.javabuilder
- The
MWFunctionHandle
class represents a MATLAB function handle. - MWHttpSessionBinder - Class in com.mathworks.toolbox.javabuilder.web
- Used to bind the lifetime of a Disposable object to an HttpSession.
- MWHttpSessionBinder() -
Constructor for class com.mathworks.toolbox.javabuilder.web.MWHttpSessionBinder
- Create an empty MWHttpSessionBinder.
- MWHttpSessionBinder(Disposable) -
Constructor for class com.mathworks.toolbox.javabuilder.web.MWHttpSessionBinder
- Create an MWHttpSessionBinder to dispose of the given object when
it is unbound from an HttpSession.
- MWJavaObjectRef - Class in com.mathworks.toolbox.javabuilder
MWJavaObjectRef
, a special subclass of MWArray, can be used to create a
MATLAB array that references a Java object.- MWJavaObjectRef(Object) -
Constructor for class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Example: Instantiate a new Builder component object:
- MWLogicalArray - Class in com.mathworks.toolbox.javabuilder
- The
MWLogicalArray
class manages a native MATLAB logical array. - MWLogicalArray() -
Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Creates an Empty logical array.
- MWLogicalArray(boolean) -
Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Constructs a new scalar logical array that represents the primitive boolean argument.
- MWLogicalArray(double) -
Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Constructs a new scalar logical array that represents the primitive double argument.
- MWLogicalArray(float) -
Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Constructs a new scalar logical array that represents the primitive float argument.
- MWLogicalArray(byte) -
Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Constructs a new scalar logical array that represents the primitive byte argument.
- MWLogicalArray(short) -
Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Constructs a new scalar logical array that represents the primitive short argument.
- MWLogicalArray(int) -
Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Constructs a new scalar logical array that represents the primitive int argument.
- MWLogicalArray(long) -
Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Constructs a new scalar logical array that represents the primitive long argument.
- MWLogicalArray(Object) -
Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Constructs a logical array that represents the Object argument.
- MWNumericArray - Class in com.mathworks.toolbox.javabuilder
- The
MWNumericArray
class is the base class for all numeric MATLAB array types. - MWNumericArray() -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Creates an empty
MWNumericArray
of type MWClassID.DOUBLE
.
- MWNumericArray(MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Creates an empty
MWNumericArray
of the specified type.
- MWNumericArray(double, MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real scalar array that represents the primitive double argument.
- MWNumericArray(double) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real scalar array of type
MWClassID.DOUBLE
that represents the primitive double argument.
- MWNumericArray(double, double, MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex scalar array that represents the primitive double arguments.
- MWNumericArray(double, double) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex scalar array of type
MWClassID.DOUBLE
that represents the primitive double arguments.
- MWNumericArray(float, MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real scalar numeric array that represents the primitive float argument.
- MWNumericArray(float) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real scalar numeric array of type
MWClassID.SINGLE
that represents the primitive float argument.
- MWNumericArray(float, float, MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex scalar numeric array that represents the primitive float arguments.
- MWNumericArray(float, float) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex scalar numeric array of type
MWClassID.SINGLE
that represents the primitive float arguments.
- MWNumericArray(byte, MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real scalar numeric array that represents the primitive byte argument.
- MWNumericArray(byte) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real scalar numeric array of type
MWClassID.INT8
that represents the primitive byte argument.
- MWNumericArray(byte, byte, MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex scalar numeric array that represents the primitive byte arguments.
- MWNumericArray(byte, byte) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex scalar numeric array of type
MWClassID.INT8
that represents the primitive byte arguments.
- MWNumericArray(int, MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real scalar numeric array that represents the primitive int argument.
- MWNumericArray(int) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real scalar numeric array of type
MWClassID.INT32
that represents the primitive int argument.
- MWNumericArray(int, int, MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex scalar numeric array that represents the primitive int arguments.
- MWNumericArray(int, int) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex scalar numeric array of type
MWClassID.INT32
that represents the primitive int arguments.
- MWNumericArray(short, MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real scalar numeric array that represents the primitive short argument.
- MWNumericArray(short) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real scalar numeric array of type
MWClassID.INT16
that represents the primitive short argument.
- MWNumericArray(short, short, MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex scalar numeric array that represents the primitive short arguments.
- MWNumericArray(short, short) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex scalar numeric array of type
MWClassID.INT16
that represents the primitive short arguments.
- MWNumericArray(long) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real scalar numeric array of type
MWClassID.INT64
that represents the primitive long argument.
- MWNumericArray(long, long, MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex numeric double array that represents the primitive long arguments.
- MWNumericArray(long, long) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex numeric double array of type
MWClassID.INT64
that represents the primitive long arguments.
- MWNumericArray(boolean, MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real scalar numeric array that represents the primitive boolean argument.
- MWNumericArray(boolean, boolean, MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex numeric double array that represents the primitive boolean arguments.
- MWNumericArray(Object, MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real numeric array that represents the Object argument.
- MWNumericArray(Object, Object, MWClassID) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex numeric array that represents the Object arguments.
- MWNumericArray(Object) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real numeric array that represents the Object argument using default conversion
rules.
- MWNumericArray(Object, Object) -
Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex numeric array that represents the Object arguments using default conversion
rules.
- MWStructArray - Class in com.mathworks.toolbox.javabuilder
- The
MWStructArray
class manages a native MATLAB struct array. - MWStructArray() -
Constructor for class com.mathworks.toolbox.javabuilder.MWStructArray
- Creates an empty struct array.
- MWStructArray(int[], String[]) -
Constructor for class com.mathworks.toolbox.javabuilder.MWStructArray
- Constructs a new struct array with the specified dimensions and field names.
- MWStructArray(int, int, String[]) -
Constructor for class com.mathworks.toolbox.javabuilder.MWStructArray
- Constructs a new struct matrix with the specified number of rows and columns and field names.
N
- newInstance(int[]) -
Static method in class com.mathworks.toolbox.javabuilder.MWCharArray
- Constructs a char array with the specified dimensions.
- newInstance(int[], Object) -
Static method in class com.mathworks.toolbox.javabuilder.MWCharArray
- Constructs a char array with the specified dimensions and initializes the array with the supplied data.
- newInstance(int[]) -
Static method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Constructs a logical array with the specified dimensions.
- newInstance(int[], Object) -
Static method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Constructs a logical array with the specified dimensions and initializes the array with the supplied data.
- newInstance(int[], MWClassID, MWComplexity) -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a numeric array with the specified dimensions and complexity.
- newInstance(int[], Object, MWClassID) -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real numeric array with the specified dimensions and initializes the array with the supplied data.
- newInstance(int[], Object, Object, MWClassID) -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex numeric array with the specified dimensions and initializes the array with the supplied data.
- newInstance(Object...) -
Method in class com.mathworks.toolbox.javabuilder.remoting.BasicRemoteFactory
-
- newInstance(Object...) -
Method in interface com.mathworks.toolbox.javabuilder.remoting.RemoteFactory
- Create a new object on the remove server.
- newInstance(MWMCR, double) -
Static method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- newProxyFor(Object, Class<T>, boolean) -
Static method in class com.mathworks.toolbox.javabuilder.remoting.RemoteProxy
- Generates and exports a new remote proxy object that delegates all method calls to impl.
- newProxyFor(Object, Class<T>, boolean, DisposeListener) -
Static method in class com.mathworks.toolbox.javabuilder.remoting.RemoteProxy
- Generates and exports a new remote proxy object that delegates all method calls to impl.
- newProxyFor(Object, Class<T>, boolean, DisposeListener, int, TimeUnit) -
Static method in class com.mathworks.toolbox.javabuilder.remoting.RemoteProxy
- Generates and exports a new remote proxy object that delegates all method calls to impl.
- newSparse(int[], int[], Object, int, int, int) -
Static method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Constructs a sparse logical matrix with the specified number of rows and columns,
maximum nonzero elements, and initializes the array with the supplied data.
- newSparse(int[], int[], Object, int, int) -
Static method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Constructs a sparse logical matrix with the specified number of rows and columns,
and initializes the array with the supplied data.
- newSparse(int[], int[], Object) -
Static method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Constructs a sparse logical matrix with the number of rows = max{rowindex(k)} and the number of columns = max{colindex(k)},
and initializes the array with the supplied data.
- newSparse(int, int, int) -
Static method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Constructs a sparse logical matrix with no nonzero elements.
- newSparse(Object) -
Static method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Constructs a sparse logical matrix from the supplied full matrix.
- newSparse(int[], int[], Object, int, int, int, MWClassID) -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real sparse numeric matrix with the specified number of rows and columns,
maximum nonzero elements, and initializes the array with the supplied data.
- newSparse(int[], int[], Object, int, int, MWClassID) -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real sparse numeric matrix with the specified number of rows and columns,
and initializes the array with the supplied data.
- newSparse(int[], int[], Object, MWClassID) -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real sparse numeric matrix with the number of rows = max{rowindex(k)} and the number of columns = max{colindex(k)},
and initializes the array with the supplied data.
- newSparse(Object, MWClassID) -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a real sparse numeric matrix from the supplied full matrix.
- newSparse(int[], int[], Object, Object, int, int, int, MWClassID) -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex sparse numeric matrix with the specified number of rows and columns,
maximum nonzero elements, and initializes the array with the supplied data.
- newSparse(int[], int[], Object, Object, int, int, MWClassID) -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex sparse numeric matrix with the specified number of rows and columns,
and initializes the array with the supplied data.
- newSparse(int[], int[], Object, Object, MWClassID) -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex sparse numeric matrix with the number of rows = max{rowindex(k)} and the number of columns = max{colindex(k)},
and initializes the array with the supplied data.
- newSparse(Object, Object, MWClassID) -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a complex sparse numeric matrix from the supplied full matrices.
- newSparse(int, int, int, MWClassID, MWComplexity) -
Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Constructs a sparse numeric matrix with no nonzero elements.
- NONE -
Static variable in class com.mathworks.toolbox.javabuilder.MWCtfSource
-
- notifyDisposed(Remote) -
Method in interface com.mathworks.toolbox.javabuilder.remoting.DisposeListener
- Receive dispose notification.
- numberOfDimensions() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- Returns the number of dimensions of this array.
- numberOfDimensions() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
-
- numberOfDimensions() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
-
- numberOfElements() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- Returns the total number of elements in this array.
- numberOfElements() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
- Returns the total number of elements in this array.
- numberOfElements() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Returns the total number of elements in this array.
- numberOfFields() -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
-
- numberOfNonZeros() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- This method returns the number of nonzero elements
in a sparse array.
- numberOfNonZeros() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
- Returns the number of non-zero elements in a sparse array.
- numberOfNonZeros() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Returns the number of non-zero elements in a sparse array.
O
- OBJECT -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: object
Note: MATLAB object arrays are not supported in the current release.
- OPAQUE -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: opaque
- open(String) -
Method in class com.mathworks.toolbox.javabuilder.MWCtfClassLoaderSource
-
- open(String) -
Method in class com.mathworks.toolbox.javabuilder.MWCtfDirectorySource
-
- open(String) -
Method in class com.mathworks.toolbox.javabuilder.MWCtfFileSource
-
- open(String) -
Method in class com.mathworks.toolbox.javabuilder.MWCtfSource
-
- open(String) -
Method in class com.mathworks.toolbox.javabuilder.MWCtfStreamSource
-
P
- printStackTrace() -
Method in exception com.mathworks.toolbox.javabuilder.MWException
- print out the stack trace.
- printStackTrace(PrintStream) -
Method in exception com.mathworks.toolbox.javabuilder.MWException
- print out the stack trace to the specified PrintStream.
- printStackTrace(PrintWriter) -
Method in exception com.mathworks.toolbox.javabuilder.MWException
- print out the stack trace to the specified PrintStream.
R
- readResolve() -
Method in class com.mathworks.toolbox.javabuilder.MWClassID
- Called during serialization.
- readResolve() -
Method in class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
-
- REAL -
Static variable in class com.mathworks.toolbox.javabuilder.MWComplexity
- Array type: real
- RED -
Static variable in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- RemoteFactory<T extends java.rmi.Remote> - Interface in com.mathworks.toolbox.javabuilder.remoting
- Remote interface to remote proxy object factory.
- RemoteProxy - Class in com.mathworks.toolbox.javabuilder.remoting
- Dynamically generated remote proxy to a local object.
- renderArrayData(MWNumericArray) -
Static method in class com.mathworks.toolbox.javabuilder.Images
- Create a RenderedImage from the data in the given MWNumericArray.
- RESOURCE_TYPE_NAME -
Static variable in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- rowIndex() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- This method returns an array containing the row index of each
element in the underlying MATLAB array.
- rowIndex() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
-
- rowIndex() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
-
S
- SERVICE_ROOT_ATTRIBUTE -
Static variable in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- set(int, Object) -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- Replaces the element at the specified 1-based offset in this array with the specified element.
- set(int[], Object) -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- Replaces the element at the specified 1-based index-array in this array with the specified element.
- set(int, Object) -
Method in class com.mathworks.toolbox.javabuilder.MWCellArray
- Replaces the element at the specified 1-based offset in this array with the specified element.
- set(int[], Object) -
Method in class com.mathworks.toolbox.javabuilder.MWCellArray
- Replaces the element at the specified 1-based index-array in this array with the specified element.
- set(int, char) -
Method in class com.mathworks.toolbox.javabuilder.MWCharArray
- Replaces the character at the specified 1-based offset in this array with the specified char value.
- set(int[], char) -
Method in class com.mathworks.toolbox.javabuilder.MWCharArray
- Replaces the character at the specified 1-based index-array in this array with the specified char value.
- set(int, Object) -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
-
- set(int[], Object) -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
-
- set(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Example: Setting an array to specified values
- set(int, Object) -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
-
- set(int[], Object) -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
-
- set(int, boolean) -
Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Replaces the element at the specified 1-based offset in this array with the specified boolean value.
- set(int[], boolean) -
Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Replaces the element at the specified 1-based index-array in this array with the specified boolean value.
- set(int, double) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the real part at the specified 1-based offset in this array with the specified double value.
- set(int, float) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the real part at the specified 1-based offset in this array with the specified float value.
- set(int, byte) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the real part at the specified 1-based offset in this array with the specified byte value.
- set(int, int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the real part at the specified 1-based offset in this array with the specified int value.
- set(int, short) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the real part at the specified 1-based offset in this array with the specified short value.
- set(int, long) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the real part at the specified 1-based offset in this array with the specified long value.
- set(int[], double) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the real part at the specified 1-based index-array in this array with the specified double value.
- set(int[], float) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the real part at the specified 1-based index-array in this array with the specified float value.
- set(int[], byte) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the real part at the specified 1-based index-array in this array with the specified byte value.
- set(int[], int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the real part at the specified 1-based index-array in this array with the specified int value.
- set(int[], short) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the real part at the specified 1-based index-array in this array with the specified short value.
- set(int[], long) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the real part at the specified 1-based index-array in this array with the specified long value.
- set(int, Object) -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Replaces the element at the specified 1-based offset in this array with the specified element.
- set(int[], Object) -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Replaces the element at the specified 1-based index-array in this array with the specified element.
- set(String, int[], Object) -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Replaces the element at the specified 1-based index-array and field name in this array with the specified element.
- set(String, int, Object) -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Replaces the element at the specified 1-based offset and field name in this array with the specified element.
- setCtfSource(MWCtfSource) -
Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
-
- setData(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWArray
-
- setData(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
-
- setData(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
-
- setExecutionContext(MWMCR) -
Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
-
- setExtractLocation(MWCtfExtractLocation) -
Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
-
- setImag(int, Object) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the imaginary part at the specified 1-based offset in this array with the specified element.
- setImag(int, double) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the imaginary part at the specified 1-based offset in this array with the specified double value.
- setImag(int, float) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the imaginary part at the specified 1-based offset in this array with the specified float value.
- setImag(int, byte) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the imaginary part at the specified 1-based offset in this array with the specified byte value.
- setImag(int, int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the imaginary part at the specified 1-based offset in this array with the specified int value.
- setImag(int, short) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the imaginary part at the specified 1-based offset in this array with the specified short value.
- setImag(int, long) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the imaginary part at the specified 1-based offset in this array with the specified long value.
- setImag(int[], Object) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the imaginary part at the specified 1-based index-array in this array with the specified element.
- setImag(int[], double) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the imaginary part at the specified 1-based index-array in this array with the specified double value.
- setImag(int[], float) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the imaginary part at the specified 1-based index-array in this array with the specified float value.
- setImag(int[], byte) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the imaginary part at the specified 1-based index-array in this array with the specified byte value.
- setImag(int[], int) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the imaginary part at the specified 1-based index-array in this array with the specified int value.
- setImag(int[], short) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the imaginary part at the specified 1-based index-array in this array with the specified short value.
- setImag(int[], long) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Replaces the imaginary part at the specified 1-based index-array in this array with the specified long value.
- setImagData(Object) -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Initializes imaginary component of MATLAB array data.
- setObject(Disposable) -
Method in class com.mathworks.toolbox.javabuilder.web.MWHttpSessionBinder
- Set the object to be bound by this MWHttpSessionBinder.
- sharedCopy() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- This method creates and returns a shared copy of the array.
- sharedCopy() -
Method in class com.mathworks.toolbox.javabuilder.MWCellArray
- Creates and returns a shared copy of this array.
- sharedCopy() -
Method in class com.mathworks.toolbox.javabuilder.MWCharArray
- Creates and returns a shared copy of this array.
- sharedCopy() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
-
- sharedCopy() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Example: Creating a shared copy of an array
- sharedCopy() -
Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
- Creates and returns a shared copy of this array.
- sharedCopy() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Creates and returns a shared copy of this array.
- sharedCopy() -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Creates and returns a shared copy of this array.
- shutdown() -
Method in class com.mathworks.toolbox.javabuilder.remoting.BasicRemoteFactory
-
- shutdownNow() -
Method in class com.mathworks.toolbox.javabuilder.remoting.BasicRemoteFactory
-
- SINGLE -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: single
- STRUCT -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: struct
T
- toArray() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- Returns an array containing a copy of the data in the underlying MATLAB array.
- toArray() -
Method in class com.mathworks.toolbox.javabuilder.MWCellArray
- Returns an array containing a copy of the data in the underlying MATLAB array.
- toArray() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
-
- toArray() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Returns an array containing a copy of the data in the underlying MATLAB array.
- toArray() -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Returns an array containing a copy of the data in the underlying MATLAB array.
- toByteArray() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns an array of Java types matching the primitive type byte.
- toDoubleArray() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns an array of Java types matching the primitive type double.
- toFloatArray() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns an array of Java types matching the primitive type float.
- toImagArray() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns an array containing a copy of the imaginary data in the underlying MATLAB array.
- toImagByteArray() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns an array of Java types matching the primitive type imaginary byte.
- toImagDoubleArray() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns an array of Java types matching the primitive type imaginary double.
- toImagFloatArray() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns an array of Java types matching the primitive type imaginary float.
- toImagIntArray() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns an array of Java types matching the primitive type imaginary integer.
- toImagLongArray() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns an array of Java types matching the primitive type imaginary long.
- toImagShortArray() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns an array of Java types matching the primitive type imaginary short.
- toIntArray() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns an array of Java types matching the primitive type int.
- toLongArray() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns an array of Java types matching the primitive type long.
- toShortArray() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
- Returns an array of Java types matching the primitive type short.
- toString() -
Method in class com.mathworks.toolbox.javabuilder.MWArray
- This method returns a string representation of the array.
- toString() -
Method in class com.mathworks.toolbox.javabuilder.MWClassID
- Returns a string representation of the type.
- toString() -
Method in class com.mathworks.toolbox.javabuilder.MWComplexity
- Returns a string representation of the property.
- toString() -
Method in class com.mathworks.toolbox.javabuilder.MWCtfClassLoaderSource
-
- toString() -
Method in class com.mathworks.toolbox.javabuilder.MWCtfDirectorySource
-
- toString() -
Method in class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
-
- toString() -
Method in class com.mathworks.toolbox.javabuilder.MWCtfFileSource
-
- toString() -
Method in class com.mathworks.toolbox.javabuilder.MWCtfStreamSource
-
- toString() -
Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
- Returns a string representation of this array.
- toString() -
Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Example: Return string representation of array
U
- UINT16 -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: uint16
- UINT32 -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: uint32
- UINT64 -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: uint64
- UINT8 -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: uint8
- UNKNOWN -
Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
- MATLAB array type: empty array
- unwrapJavaObjectRefs(Object) -
Static method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Example:
- unwrapJavaObjectRefs(Object[]) -
Static method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
- Example:
V
- validate() -
Method in class com.mathworks.toolbox.javabuilder.MWCellArray
- Validates the internal array handle.
- validate() -
Method in class com.mathworks.toolbox.javabuilder.MWCharArray
-
- validate() -
Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
-
- validate() -
Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
-
- validate() -
Method in class com.mathworks.toolbox.javabuilder.MWStructArray
- Validates the internal array handle.
- valueBound(HttpSessionBindingEvent) -
Method in class com.mathworks.toolbox.javabuilder.web.MWHttpSessionBinder
-
- valueUnbound(HttpSessionBindingEvent) -
Method in class com.mathworks.toolbox.javabuilder.web.MWHttpSessionBinder
-
W
- WebFigure - Class in com.mathworks.toolbox.javabuilder.webfigures
- StatefulResource for use with WebFigures system - encapsulates figure state
- WebFigure(MWArray, int, int, int, int, int[]) -
Constructor for class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- WebFigure(MWMCR, double) -
Constructor for class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- WebFigureHtmlGenerator - Class in com.mathworks.toolbox.javabuilder.webfigures
- Utility class to get the HTML text required to display a webfigure on the viewer page
- WebFigureHtmlGenerator(String, ServletContext) -
Constructor for class com.mathworks.toolbox.javabuilder.webfigures.WebFigureHtmlGenerator
- Constructs a WebFigureHtmlGenerator instance from a URL reprsenting the WebFigure Servlet and servlet context.
- WebFigureHtmlGenerator(String) -
Constructor for class com.mathworks.toolbox.javabuilder.webfigures.WebFigureHtmlGenerator
-
- WebFigures - Class in com.mathworks.toolbox.javabuilder.webfigures
- Deprecated.
- WebFigures(String, ServletContext) -
Constructor for class com.mathworks.toolbox.javabuilder.webfigures.WebFigures
- Deprecated.
- WebFiguresServlet - Class in com.mathworks.toolbox.javabuilder.webfigures
- Servlet that acts as a broker between web clients and the WebFigureService.
- WebFiguresServlet() -
Constructor for class com.mathworks.toolbox.javabuilder.webfigures.WebFiguresServlet
-
A B C D E F G H I L M N O P R S T U V W
© 1994-2008 The MathWorks, Inc. Terms of Use Patents Trademarks