Uses of Class
org.objectweb.jac.ide.LinkFigure

Packages that use LinkFigure
org.objectweb.jac.ide.diagrams   
 

Uses of LinkFigure in org.objectweb.jac.ide.diagrams
 

Methods in org.objectweb.jac.ide.diagrams with parameters of type LinkFigure
 void LinkFigure.setLinkFigure(LinkFigure linkFig)
           
static AttachedTextFigure AttachedTextFigure.createName(LinkFigure lf)
           
static AttachedTextFigure AttachedTextFigure.createStartCardinality(LinkFigure lf)
           
static AttachedTextFigure AttachedTextFigure.createEndCardinality(LinkFigure lf)
           
static AttachedTextFigure AttachedTextFigure.createStartRole(LinkFigure lf)
           
static AttachedTextFigure AttachedTextFigure.createEndRole(LinkFigure lf)
           
 

Constructors in org.objectweb.jac.ide.diagrams with parameters of type LinkFigure
RelationLinkFigure(LinkFigure figure)
           
PointcutLinkFigure(LinkFigure figure)
           
LinkFigure(LinkFigure figure)
           
InheritanceLinkFigure(LinkFigure figure)
           
AttachedTextFigure(LinkFigure linkFig, int type)