Click or drag to resize

Graph3DController Fields

The Graph3DController type exposes the following members.

Fields
 NameDescription
Protected field_currentLayerNumberNumber of the currently selected layer (or null if no layer is present).
Protected field_currentPlotNumberNumber of the currently selected plot (or -1 if no plot is present on the layer).
Protected field_doc The graph document controlled by this instance.
Protected fieldStatic member_emptyReadOnlyList Empty read-only list returned when no objects are selected.
Protected field_isActive Stores whether the view content is active.
(Inherited from AbstractViewContent)
Protected field_isSelected Stores whether the view content is selected.
(Inherited from AbstractViewContent)
Protected field_isVisible Stores whether the view content is visible.
(Inherited from AbstractViewContent)
Protected field_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.
Protected field_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.
Protected field_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.
Protected field_title Stores the current title.
(Inherited from AbstractViewContent)
Protected field_titleToBeLocalized Stores the localized title source.
(Inherited from AbstractViewContent)
Protected field_triggerBasedUpdate Delays expensive redraw updates until queued changes have settled.
Public field_view The attached 3D graph view.
Protected field_weakEventHandlerForDoc_TunneledEvent Weak handler for tunneled document events.
Protected field_weakEventHandlersForDoc Weak event handlers that keep the document from holding strong references to this controller.
Top
See Also