Uses of Interface
net.sourceforge.swtlayeredgraph.proxies.SwtGC

Packages that use SwtGC
net.sourceforge.swtlayeredgraph   
net.sourceforge.swtlayeredgraph.proxies   
 

Uses of SwtGC in net.sourceforge.swtlayeredgraph
 

Fields in net.sourceforge.swtlayeredgraph declared as SwtGC
protected  SwtGC GCTransformer.gc
           
 

Methods in net.sourceforge.swtlayeredgraph that return SwtGC
 SwtGC GCTransformer.getGC()
          Gets the GC object for this transformer.
 

Methods in net.sourceforge.swtlayeredgraph with parameters of type SwtGC
protected  org.eclipse.swt.graphics.Color GraphGridLayer.drawInit(SwtGC gc)
          Initializes drawing.
protected  void GraphGridLayer.drawLines(SwtGC gc, int incX, int incY, org.eclipse.swt.graphics.Point startPoint, org.eclipse.swt.graphics.Point endPoint, org.eclipse.swt.graphics.Point multipule, org.eclipse.swt.graphics.Point origin)
          Draws the grid using lines.
protected  void GraphGridLayer.drawPoints(SwtGC gc, int incX, int incY, int radius, org.eclipse.swt.graphics.Point startPoint, org.eclipse.swt.graphics.Point endPoint, org.eclipse.swt.graphics.Point multipule, org.eclipse.swt.graphics.Point origin)
          Draws the grid using points.
 void GCTransformer.setGC(SwtGC gc)
          Sets the GC object to use as the device.
 

Constructors in net.sourceforge.swtlayeredgraph with parameters of type SwtGC
GCTransformer(java.lang.Double xScaleFactor, java.lang.Double yScaleFactor, java.lang.Double xTranslateFactor, java.lang.Double yTranslateFactor, CoordinateType translationSystem, java.lang.Integer width, java.lang.Integer height, SwtGC gc)
          Generates a usable transformer.
 

Uses of SwtGC in net.sourceforge.swtlayeredgraph.proxies
 

Classes in net.sourceforge.swtlayeredgraph.proxies that implement SwtGC
 class SwtGCImpl
          This class is provided as a proxy implementation of a SWT GC class.
 

Methods in net.sourceforge.swtlayeredgraph.proxies that return SwtGC
 SwtGC SwtGCFactory.getSwtGC(org.eclipse.swt.graphics.Drawable drawable)
           
 SwtGC SwtGCFactory.getSwtGC(org.eclipse.swt.graphics.Drawable drawable, int style)
           
 SwtGC SwtGCFactory.getSwtGC(org.eclipse.swt.graphics.GC gc)
           
 



Copyright © 2009. All Rights Reserved.