Uses of Class
net.sourceforge.swtlayeredgraph.GCTransformer

Packages that use GCTransformer
net.sourceforge.swtlayeredgraph   
net.sourceforge.swtlayeredgraph.examples.graphsettings   
 

Uses of GCTransformer in net.sourceforge.swtlayeredgraph
 

Methods in net.sourceforge.swtlayeredgraph with parameters of type GCTransformer
 void IGraphGridLayer.draw(GCTransformer transformer)
          Draws the grid.
 void LayerGroup.draw(GCTransformer transformer)
          Draws this object on the GC in the transformer (if visible).
abstract  void LayerDrawable.draw(GCTransformer transformer)
          Draws this object on the GC in the transformer.
 void GraphGridLayer.draw(GCTransformer transformer)
           
 void SmallCrossCursor.draw(GCTransformer transformer, GraphPoint centerPoint)
           
 void CrossCursor.draw(GCTransformer transformer, GraphPoint centerPoint)
           
 void IGraphCursor.draw(GCTransformer transformer, GraphPoint centerPoint)
          Draws the cursor on the canvas with the specified center point.
 void LayerGroup.drawHover(GCTransformer transformer)
          Draws this object, as an object that has the mouse over it, on the GC in the transformer (if visible).
abstract  void LayerDrawable.drawHover(GCTransformer transformer)
          Draws this object, as an object that has the mouse over it, on the GC in the transformer.
 void LayerGroup.drawSelected(GCTransformer transformer)
          Draws this object, as a selected object, on the GC in the transformer (if visible).
abstract  void LayerDrawable.drawSelected(GCTransformer transformer)
          Draws this object, as a selected object, on the GC in the transformer.
protected  org.eclipse.swt.graphics.Point GraphGridLayer.getStartingMultiplierValues(GCTransformer transformer, int incX, int incY)
           
protected  org.eclipse.swt.graphics.Point GraphGridLayer.getStartingPoint(GCTransformer transformer, int incX, int incY)
          Calculates the point to start drawing grid.
 

Uses of GCTransformer in net.sourceforge.swtlayeredgraph.examples.graphsettings
 

Methods in net.sourceforge.swtlayeredgraph.examples.graphsettings with parameters of type GCTransformer
 void SampleShape.draw(GCTransformer transformer)
           
 void SampleShape.drawHover(GCTransformer transformer)
           
 void SampleShape.drawSelected(GCTransformer transformer)
           
 



Copyright © 2009. All Rights Reserved.