Uses of Class
cz.cuni.pogamut.shed.widget.ArrowWidget

Packages that use ArrowWidget
cz.cuni.pogamut.shed.widget
Various widgets used for displaying the Yaposh tree. 
 

Uses of ArrowWidget in cz.cuni.pogamut.shed.widget
 

Methods in cz.cuni.pogamut.shed.widget that return types with arguments of type ArrowWidget
 Set<ArrowWidget> ShedScene.findArrows(org.netbeans.api.visual.anchor.Anchor sourceAnchor, org.netbeans.api.visual.anchor.Anchor targetAnchor)
          Find all arrows in the connectionLayer that have specified sourceAnchor and targetAnchor.
 Set<ArrowWidget> ShedCreationContainer.getArrows()
          Get arrows of this container.
 

Methods in cz.cuni.pogamut.shed.widget with parameters of type ArrowWidget
 void ShedCreationContainer.addArrow(ArrowWidget arrow)
          Add arrow to this container.
 

Method parameters in cz.cuni.pogamut.shed.widget with type arguments of type ArrowWidget
 void ShedScene.addArrows(Set<ArrowWidget> arrows)
          Add arrows to connection layer.
 void ShedScene.removeArrows(Set<ArrowWidget> arrowsToRemove)
          Remove all @arrowsToRemove from the connection layer.
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.