public void run() {
previewTopComponent.setRefresh(true);
disableRefresh();
hideRefreshNotification();
GraphSheet controllerGraphSheet = previewController.getPartialGraphSheet(visibilityRatio);
if (controllerGraphSheet != null) {
if (null == graphSheet || controllerGraphSheet != graphSheet) {
graphSheet = controllerGraphSheet;
previewTopComponent.setGraph(graphSheet);
}