|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface is used to customize modifiers and clicks for performing common mouse operations like dragging and resizing of a chart, hyperlinks, zooming, etc.
The mouse modifier is an integer comprising one or more of the following masks :
| Method Summary | |
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. |
| Method Detail |
public boolean isDragEnabled()
public void setDragEnabled(boolean b)
isDragEnabled()public int getDragModifier()
public void setDragModifier(int m)
public int getDragClickCount()
public void setDragClickCount(int c)
public boolean isResizeEnabled()
public void setResizeEnabled(boolean b)
isResizeEnabled()public int getResizeModifier()
public void setResizeModifier(int m)
public int getResizeClickCount()
public void setResizeClickCount(int c)
public boolean isResizeCanvasEnabled()
public void setResizeCanvasEnabled(boolean b)
isResizeCanvasEnabled()public int getResizeCanvasModifier()
public void setResizeCanvasModifier(int m)
public int getResizeCanvasClickCount()
public void setResizeCanvasClickCount(int c)
public boolean isForwardLinkEnabled()
public void setForwardLinkEnabled(boolean b)
public int getForwardLinkModifier()
public void setForwardLinkModifier(int m)
public int getForwardLinkClickCount()
public void setForwardLinkClickCount(int c)
public boolean isBackLinkEnabled()
public void setBackLinkEnabled(boolean b)
public int getBackLinkModifier()
public void setBackLinkModifier(int m)
public int getBackLinkClickCount()
public void setBackLinkClickCount(int c)
public boolean areZoomEventsEnabled()
public void setZoomEventsEnabled(boolean b)
b - set to true to enable handling of
user mouse/key events for date/time based zooming.public int getZoomModifier()
public void setZoomModifier(int m)
public int getZoomClickCount()
public void setZoomClickCount(int c)
public int getUndoZoomModifier()
public void setUndoZoomModifier(int m)
public int getUndoZoomClickCount()
public void setUndoZoomClickCount(int c)
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||