Uses of Interface
ch.claudio.pen.screen.Layer

Packages that use Layer
ch.claudio.pen.calibrate   
ch.claudio.pen.screen   
 

Uses of Layer in ch.claudio.pen.calibrate
 

Classes in ch.claudio.pen.calibrate that implement Layer
 class Calibrate
           
 

Uses of Layer in ch.claudio.pen.screen
 

Methods in ch.claudio.pen.screen with parameters of type Layer
 void Screen.addLayer(Layer layer)
          Add another layer on top of the existing ones.
 void Screen.removeLayer(Layer layer)
          Remove a layer.