Uses of Class
fr.emn.lite.LiteStroke

Packages that use LiteStroke
fr.emn.examples.icondraw   
fr.emn.lite   
 

Uses of LiteStroke in fr.emn.examples.icondraw
 

Fields in fr.emn.examples.icondraw declared as LiteStroke
protected  LiteStroke DBrushTool.stroke
           
 

Methods in fr.emn.examples.icondraw that return LiteStroke
 LiteStroke DEraser.getStroke()
           
 LiteStroke DBrushTool.getStroke()
           
 

Uses of LiteStroke in fr.emn.lite
 

Methods in fr.emn.lite that return LiteStroke
static LiteStroke LiteStroke.get(LiteContext lc)
           
 

Methods in fr.emn.lite with parameters of type LiteStroke
 void LiteStroke.replaceWith(LiteStroke s)
          Insert the method's description here.
static void LiteStroke.set(LiteContext lc, LiteStroke a)