|
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 set/get properties associated with the popup menu in chartviewer A handle to an object that implements that interface can be obtained by calling the gethPopupMenu method in QbChart.
| Method Summary | |
boolean |
isDimMenuEnabled()
This function is used to check if the 2D/3D menu is enabled in popup menu or not |
boolean |
isPopupMenuEnabled()
Get the display status of popup menu in chartviewer |
boolean |
isTypeMenuEnabled()
This function is used to check if the type menu is enabled in popup menu or not |
void |
setDimMenuEnabled(boolean b)
This function enables/disables 2D/3D menu inside the popup menu |
void |
setPopupMenuEnabled(boolean b)
This function enables/disables popup menu in chartviewer |
void |
setTypeMenuEnabled(boolean b)
This function enables/disables type menu inside the popup menu |
| Method Detail |
public boolean isPopupMenuEnabled()
public void setPopupMenuEnabled(boolean b)
b - True if a popup menu needs to be displayed, False otherwisepublic boolean isDimMenuEnabled()
public void setDimMenuEnabled(boolean b)
b - True if a 2D/3D menu needs to be displayed, False otherwisepublic boolean isTypeMenuEnabled()
public void setTypeMenuEnabled(boolean b)
b - True if a type menu needs to be displayed, False otherwise
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||