public interface IMouseEventSet
The mouse modifier is an integer comprising one or more of the following masks :
Modifier and Type | Method and Description |
---|---|
boolean |
areZoomEventsEnabled()
Returns the enable/disable status of mouse events for date/time based zooming operations.
|
int |
getBackLinkClickCount()
Returns the mouse click count for jumping back from a hyperlink to the previous chart.
|
int |
getBackLinkModifier()
Sets the mouse modifier for jumping back from a hyperlink to the previous chart.
|
int |
getDragClickCount()
Returns the mouse click count for dragging of chart, legend, etc.
|
int |
getDragModifier()
Returns the mouse modifier for dragging of chart, legend, etc.
|
int |
getForwardLinkClickCount()
Returns the mouse click count for jumping to a hyperlink associated with a data point.
|
int |
getForwardLinkModifier()
Returns the mouse modifier for jumping to a hyperlink associated with a data point.
|
int |
getResizeCanvasClickCount()
Returns the mouse click count for resizing a canvas
|
int |
getResizeCanvasModifier()
Returns the mouse modifier for starting a canvas resize operation.
|
int |
getResizeClickCount()
Returns the mouse click count for resizing a chart
|
int |
getResizeModifier()
Returns the mouse modifier for starting a chart resize operation.
|
int |
getUndoZoomClickCount()
Returns the mouse click count for undoing a zooming operation
|
int |
getUndoZoomModifier()
Returns the mouse modifier for undoing a zooming operation.
|
int |
getZoomClickCount()
Returns the mouse click count for starting a zooming operation
|
int |
getZoomModifier()
Returns the mouse modifier for starting a zooming operation.
|
boolean |
isBackLinkEnabled()
Returns true if backward link is enabled.
|
boolean |
isDragEnabled()
Returns true if dragging of the chart,legend, etc.
|
boolean |
isForwardLinkEnabled()
Returns true if forward link is enabled.
|
boolean |
isResizeCanvasEnabled()
Returns true if resizing of the canvas is enabled.
|
boolean |
isResizeEnabled()
Returns true if resizing of the chart is enabled.
|
void |
setBackLinkClickCount(int c)
Sets the mouse click count for jumping back from a hyperlink to the previous chart.
|
void |
setBackLinkEnabled(boolean b)
Sets the status of the backward link depending on the value of parameter b.
|
void |
setBackLinkModifier(int m)
Sets the mouse modifier for jumping back from a hyperlink to the previous chart.
|
void |
setDragClickCount(int c)
Returns the mouse click count for dragging of chart, legend, etc.
|
void |
setDragEnabled(boolean b)
Sets the status of the dragging of the chart, legend, etc.
|
void |
setDragModifier(int m)
Sets the mouse modifier for dragging of chart, legend, etc.
|
void |
setForwardLinkClickCount(int c)
Sets the mouse click count for jumping to a hyperlink associated with a data point.
|
void |
setForwardLinkEnabled(boolean b)
Sets the status of the foward link depending on the value of parameter b.
|
void |
setForwardLinkModifier(int m)
Sets the mouse modifier for jumping to a hyperlink associated with a data point.
|
void |
setResizeCanvasClickCount(int c)
Returns the mouse click count for starting a canvas resize operation.
|
void |
setResizeCanvasEnabled(boolean b)
Sets the status of the resizing of the canvas depending on the value of parameter b.
|
void |
setResizeCanvasModifier(int m)
Sets the mouse modifier for starting a canvas resize operation.
|
void |
setResizeClickCount(int c)
Returns the mouse click count for starting a chart resize operation.
|
void |
setResizeEnabled(boolean b)
Sets the status of the resizing of the chart depending on the value of parameter b.
|
void |
setResizeModifier(int m)
Sets the mouse modifier for starting a chart resize operation.
|
void |
setUndoZoomClickCount(int c)
Returns the mouse click count for undoing a zooming operation.
|
void |
setUndoZoomModifier(int m)
Sets the mouse modifier for undoing a zoom operation.
|
void |
setZoomClickCount(int c)
Returns the mouse click count for starting a zooming operation.
|
void |
setZoomEventsEnabled(boolean b)
Enables/Disables handling of mouse events for date/time based zooming operations.
|
void |
setZoomModifier(int m)
Sets the mouse modifier for starting a zooming operation.
|
boolean isDragEnabled()
void setDragEnabled(boolean b)
isDragEnabled()
int getDragModifier()
void setDragModifier(int m)
int getDragClickCount()
void setDragClickCount(int c)
boolean isResizeEnabled()
void setResizeEnabled(boolean b)
isResizeEnabled()
int getResizeModifier()
void setResizeModifier(int m)
int getResizeClickCount()
void setResizeClickCount(int c)
boolean isResizeCanvasEnabled()
void setResizeCanvasEnabled(boolean b)
isResizeCanvasEnabled()
int getResizeCanvasModifier()
void setResizeCanvasModifier(int m)
int getResizeCanvasClickCount()
void setResizeCanvasClickCount(int c)
boolean isForwardLinkEnabled()
void setForwardLinkEnabled(boolean b)
int getForwardLinkModifier()
void setForwardLinkModifier(int m)
int getForwardLinkClickCount()
void setForwardLinkClickCount(int c)
boolean isBackLinkEnabled()
void setBackLinkEnabled(boolean b)
int getBackLinkModifier()
void setBackLinkModifier(int m)
int getBackLinkClickCount()
void setBackLinkClickCount(int c)
boolean areZoomEventsEnabled()
void setZoomEventsEnabled(boolean b)
b
- set to true to enable handling of user mouse/key events for date/time based
zooming.int getZoomModifier()
void setZoomModifier(int m)
int getZoomClickCount()
void setZoomClickCount(int c)
int getUndoZoomModifier()
void setUndoZoomModifier(int m)
int getUndoZoomClickCount()
void setUndoZoomClickCount(int c)