Border to be added at the bottom and right.
Specifies if events are handled.
Specifies if VML should be used to render the handles in this control. This is true for IE8 standards mode and false for all other browsers and modes. This is a workaround for rendering issues of HTML elements over elements with filters in IE 8 standards mode.
Renderhint to be used for the outline graph.
Specifies if labels should be visible in the outline.
Minimum scale to be used.
Reference to the mxGraph that renders the outline.
Specifies a viewport rectangle should be shown.
Optional mxImage to be used for the sizer.
Specifies the size of the sizer handler.
Reference to the source mxGraph.
Optional boolean flag to suspend updates. This flag will also suspend repaints of the outline. To toggle this switch, use the following code.
Specifies if update should be called for mxEvent.PAN in the source graph.
Creates the shape used as the sizer.
Destroy this outline and removes all listeners from source.
Returns the offset for drawing the outline graph.
Returns the size of the source container.
Returns the offset for drawing the outline graph.
Gets the translate for the given mouse event. Here is an example to limit the outline to stay within positive coordinates:
Initializes the outline inside the given container.
Returns true if events are handled. This implementation returns enabled.
Handles the event by starting a translation or zoom.
Handles the event by previewing the viewrect in graph and updating the rectangle that represents the viewrect in the outline.
Handles the event by applying the translation or zoom to graph.
Invokes update and revalidate the outline. This method is deprecated.
Enables or disables event handling. This implementation updates enabled.
Boolean that specifies the new enabled state.
Enables or disables the zoom handling by showing or hiding the respective handle.
Boolean that specifies the new enabled state.
Updates the outline.
Generated using TypeDoc
If an outline is used in an mxWindow in IE8 standards mode, the following code makes sure that the shadow filter is not inherited and that any transparent elements in the graph do not show the page background, but the background of the graph container.
To move the graph to the top, left corner the following code can be used.
To toggle the suspended mode, the following can be used.