public interface IPopupMenu
Modifier and Type | Method and Description |
---|---|
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
|
boolean isPopupMenuEnabled()
void setPopupMenuEnabled(boolean b)
b
- True if a popup menu needs to be displayed, False otherwiseboolean isDimMenuEnabled()
void setDimMenuEnabled(boolean b)
b
- True if a 2D/3D menu needs to be displayed, False otherwiseboolean isTypeMenuEnabled()
void setTypeMenuEnabled(boolean b)
b
- True if a type menu needs to be displayed, False otherwise