Show in Frame No Frame
Up Previous Next Title Page Index Contents Search

9.4.10 Matrix

MEOopArray hAxis (MEOop receiver)

Returns an MEOopArray of the axis elements on the horizontal axis of the receiver argument, a matrix MEOop.

MEOopArray vAxis (MEOop receiver)

Returns an MEOopArray of the axis elements on the vertical axis of the receiver argument, a matrix MEOop.

string bindSelect (MEOop receiver)

Returns the element to select from a binding for display in a cell of the receiver argument, a matrix MEOop. The result returned is a string corresponding to the choice in the View menu: firstRole for the Row Role, secondRole for the Column Role, and relationship for the Relationship.

MENull setBindSelect (MEOop receiver, string bindSelect)

Sets the element to select from a binding for display in a cell of the receiver argument, a matrix MEOop. The value is a string corresponding to the choice in the View menu: firstRole for the Row Role, secondRole for the Column Role, and relationship for the Relationship.

string cellDisplayMode (MEOop receiver)

Returns the cell display mode of the receiver argument, a matrix MEOop. The result returned is a string corresponding to the choice in the Cell menu: displayText, displaySymbol, or displayTextAndSymbol.

MENull setCellDisplayMode (MEOop receiver, string cellDisplayMode)

Sets the cell display mode of the receiver argument, a matrix MEOop. The value is a string corresponding to the choice in the Cell menu: displayText, displaySymbol, or displayTextAndSymbol.

string displayStringSelector (MEOop receiver)

Returns the cell text display function of the receiver argument, a matrix MEOop. The result returned is a string corresponding to the choice in the Cell | Text Display dialog: userPrintStringWithType, userPrintString, typeName, letter, justX.

MENull setDisplayStringSelector (MEOop receiver, string displayStringSelector)

Sets the cell text display function of the receiver argument, a matrix MEOop. The value is a string corresponding to the choice in the Cell | Text Display dialog: userPrintStringWithType, userPrintString, typeName, letter, justX.

string axisDisplayMode (MEOop receiver)

Returns the axis display mode of the receiver argument, a matrix MEOop. The result returned is a string corresponding to the choice in the Axis menu: axesDisplayText, axesDisplaySymbol, or axesDisplayTextAndSymbol.

MENull setAxisDisplayMode (MEOop receiver, string axisDisplayMode)

Sets the axis display mode of the receiver argument, a matrix MEOop. The value is a string corresponding to the choice in the Axis menu: axesDisplayText, axesDisplaySymbol, or axesDisplayTextAndSymbol.

boolean showFirst (MEOop receiver)

Returns whether the receiver argument, a matrix MEOop, only shows bindings in cells corresponding to the first role, i.e. whether the View | Directed? menu item is chosen.

MENull setShowFirst (MEOop receiver, boolean showFirst)

Sets whether the receiver argument, a matrix MEOop, only shows bindings in cells corresponding to the first role, i.e. whether the View | Directed? menu item is chosen.

int rowLabelsWidth (MEOop receiver)

Returns the width in pixels of the row labels in the receiver argument, a matrix MEOop.

MENull setRowLabelsWidth (MEOop receiver, int rowLabelsWidth)

Sets the width in pixels of the row labels in the receiver argument, a matrix MEOop.

string textStyleSymbol (MEOop receiver)

Returns the text style used by the receiver argument, a matrix MEOop. The result returned is one of the styles shown in Format | Font...

MENull setTextStyleSymbol (MEOop receiver, string textStyleSymbol)

Sets the text style used by the receiver argument, a matrix MEOop. The value is one of the styles shown in Format | Font...

MEOop addNewAxisEltFor (MEOop receiver, MEOop addNewRepFor, string toAxis, int beforeIndex)

Add to the receiver argument, a matrix MEOop, a new representation for the Object MEOop. The representation is added to the horizontal or vertical axis, depending on the toAxis argument, before the specified index (1-based). Returns the MEOop of the resulting axis element.

int getWidth (MEOop receiver)

Returns the width in pixels of the receiver argument, a matrix axis element MEOop.

MENull setWidth (MEOop receiver, int setWidth)

Sets the width in pixels of the receiver argument, a matrix axis element MEOop.

Show in Frame No Frame
Up Previous Next Title Page Index Contents Search