Uses of Interface
net.sourceforge.toscanaj.view.diagram.LabelView.LabelFactory

Packages that use LabelView.LabelFactory
net.sourceforge.toscanaj.view.diagram   
 

Uses of LabelView.LabelFactory in net.sourceforge.toscanaj.view.diagram
 

Methods in net.sourceforge.toscanaj.view.diagram that return LabelView.LabelFactory
static LabelView.LabelFactory AttributeLabelView.getFactory()
           
static LabelView.LabelFactory LabelView.getFactory()
           
static LabelView.LabelFactory SqlClauseLabelView.getFactory()
           
 LabelView.LabelFactory DiagramView.getAttributeLabelFactory()
           
 LabelView.LabelFactory DiagramView.getObjectLabelFactory()
           
static LabelView.LabelFactory ObjectLabelView.getFactory()
           
 

Methods in net.sourceforge.toscanaj.view.diagram with parameters of type LabelView.LabelFactory
 void DiagramView.setAttributeLabelFactory(LabelView.LabelFactory attributeLabelFactory)
           
 void DiagramView.setObjectLabelFactory(LabelView.LabelFactory objectLabelFactory)
          This changes the object labels created for new diagrams.
 



The ToscanaJ project