}
protected void setSelected(Graph2D graph, boolean state, final Project project, final AnActionEvent e) {
final Graph2DView view = ((Graph2DView)graph.getCurrentView());
view.setGridVisible(state);
view.updateView();
}
protected String getText(@NotNull final Graph2D graph) {
return ((Graph2DView)graph.getCurrentView()).isGridVisible()