org.scilab.forge.scirenderer.examples.jlatex
Class LatexDrawer

java.lang.Object
  extended by org.scilab.forge.scirenderer.examples.jlatex.LatexDrawer
All Implemented Interfaces:
java.util.EventListener, Drawer, LatexCompositorListener

public class LatexDrawer
extends java.lang.Object
implements Drawer, LatexCompositorListener

Author:
Pierre Lando

Constructor Summary
LatexDrawer(Canvas canvas)
           
 
Method Summary
 void DataChanged(LatexCompositor compositor)
          Inform listeners from data changes.
 void draw(DrawingTools drawingTools)
          Ask this drawer to draw with the given drawing tools.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatexDrawer

public LatexDrawer(Canvas canvas)
Method Detail

draw

public void draw(DrawingTools drawingTools)
Description copied from interface: Drawer
Ask this drawer to draw with the given drawing tools.

Specified by:
draw in interface Drawer
Parameters:
drawingTools - the givens drawing tools.

DataChanged

public void DataChanged(LatexCompositor compositor)
Description copied from interface: LatexCompositorListener
Inform listeners from data changes.

Specified by:
DataChanged in interface LatexCompositorListener
Parameters:
compositor - compositor where data have changed.