Uses of Interface
net.sf.latexdraw.glib.views.Java2D.interfaces.IViewText

Packages that use IViewText
net.sf.latexdraw.glib.views.Java2D.impl   
net.sf.latexdraw.mapping   
 

Uses of IViewText in net.sf.latexdraw.glib.views.Java2D.impl
 

Classes in net.sf.latexdraw.glib.views.Java2D.impl that implement IViewText
(package private)  class LTextView
          Defines a view of the IText model.
 

Uses of IViewText in net.sf.latexdraw.mapping
 

Constructors in net.sf.latexdraw.mapping with parameters of type IViewText
Package2TextViewMapping(IUnary<java.lang.String> packages, IViewText textView)
          Creates the mapping.