Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.swt.graphics.Pattern

Packages that use Pattern
org.eclipse.swt.graphics SWT graphics classes.  
 

Uses of Pattern in org.eclipse.swt.graphics
 

Fields in org.eclipse.swt.graphics declared as Pattern
 Pattern GCData.foregroundPattern
           
 Pattern GCData.backgroundPattern
           
 

Methods in org.eclipse.swt.graphics that return Pattern
 Pattern GC.getBackgroundPattern()
          Returns the background pattern.
 Pattern GC.getForegroundPattern()
          Returns the foreground pattern.
 

Methods in org.eclipse.swt.graphics with parameters of type Pattern
 void GC.setBackgroundPattern(Pattern pattern)
          Sets the background pattern.
 void GC.setForegroundPattern(Pattern pattern)
          Sets the foreground pattern.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.