org.eclipse.contribution.visualiser.renderers
Class PatternVisualiserRenderer

java.lang.Object
  extended byorg.eclipse.contribution.visualiser.renderers.ClassicVisualiserRenderer
      extended byorg.eclipse.contribution.visualiser.renderers.PatternVisualiserRenderer
All Implemented Interfaces:
IVisualiserRenderer

public class PatternVisualiserRenderer
extends ClassicVisualiserRenderer


Method Summary
static PatternVisualiserRenderer getPatternRenderer()
           
 void setDitherPattern(org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.RGB rgb)
          Uses a colour, associates a pattern with it and tiles it over the gc
 
Methods inherited from class org.eclipse.contribution.visualiser.renderers.ClassicVisualiserRenderer
getColumnHeaderHeight, getMarginSize, getSpacing, paintColumn, paintColumnHeader
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPatternRenderer

public static PatternVisualiserRenderer getPatternRenderer()

setDitherPattern

public void setDitherPattern(org.eclipse.swt.graphics.GC gc,
                             org.eclipse.swt.graphics.RGB rgb)
Uses a colour, associates a pattern with it and tiles it over the gc

Parameters:
gc -
rgb - - The RGB assigned to the gc