Graph |
The Graph3DController type exposes the following members.
| Name | Description | |
|---|---|---|
| _currentLayerNumber | Number of the currently selected layer (or null if no layer is present). | |
| _currentPlotNumber | Number of the currently selected plot (or -1 if no plot is present on the layer). | |
| _doc | The graph document controlled by this instance. | |
| _emptyReadOnlyList | Empty read-only list returned when no objects are selected. | |
| _isActive |
Stores whether the view content is active.
(Inherited from AbstractViewContent) | |
| _isSelected |
Stores whether the view content is selected.
(Inherited from AbstractViewContent) | |
| _isVisible |
Stores whether the view content is visible.
(Inherited from AbstractViewContent) | |
| _middleButtonCurrentAction | The action that is executed if the middle mouse button is pressed and the mouse is moved. This value is only valid if if the field _middleButtonPressed_InitialCamera is not null. | |
| _middleButtonPressed_InitialCamera | The camera as it was when the middle mouse button was pressed. A value != null indicates that the middle button is currently pressed. This value is used to rotate the camera when the middle mouse button is pressed and the mouse is moved. | |
| _middleButtonPressed_InitialPosition | The position of the mouse as it was when the middle mouse button was pressed. This value is valid only if the field _middleButtonPressed_InitialCamera is not null. | |
| _title |
Stores the current title.
(Inherited from AbstractViewContent) | |
| _titleToBeLocalized |
Stores the localized title source.
(Inherited from AbstractViewContent) | |
| _triggerBasedUpdate | Delays expensive redraw updates until queued changes have settled. | |
| _view | The attached 3D graph view. | |
| _weakEventHandlerForDoc_TunneledEvent | Weak handler for tunneled document events. | |
| _weakEventHandlersForDoc | Weak event handlers that keep the document from holding strong references to this controller. |