Package com.cb.eclipse.folding.theme

Examples of com.cb.eclipse.folding.theme.ProjectionAnnotationRangeIndicator.paint()


  }

  private void drawRangeIndication(GC gc, Canvas canvas, Rectangle r) {
    AnnotationThemeFactory themeFactory = AnnotationThemeFactory.getFactory(this);
    ProjectionAnnotationRangeIndicator indicator = themeFactory.getRangeIndicator(this);
    indicator.paint(gc, canvas, r);
  }

  /**
   * Paints the annotation based on the settings supplied by the model.
   */
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.