Uses of Class
AccordionDrawer.InteractionBox

Packages that use InteractionBox
AccordionDrawer   
AccordionTreeDrawer   
TreeJuxtaposer   
 

Uses of InteractionBox in AccordionDrawer
 

Fields in AccordionDrawer declared as InteractionBox
protected  InteractionBox AccordionDrawer.flashBox
           
protected  InteractionBox AccordionDrawer.flashBoxOld
           
 

Methods in AccordionDrawer that return InteractionBox
protected  InteractionBox AccordionDrawer.createBoxFromCells(int[] dragStart, int[] dragEnd)
          Make an InteractionBox from the GridCells nearest to the box of the mousedrag.
protected  InteractionBox AccordionDrawer.createRectFromPick(int[] dragStart, int[] dragEnd, InteractionBox baseBox)
          Make an InteractionBox from the GridCells nearest to the box of the mousedrag.
 

Methods in AccordionDrawer with parameters of type InteractionBox
protected  InteractionBox AccordionDrawer.createRectFromPick(int[] dragStart, int[] dragEnd, InteractionBox baseBox)
          Make an InteractionBox from the GridCells nearest to the box of the mousedrag.
 

Uses of InteractionBox in AccordionTreeDrawer
 

Methods in AccordionTreeDrawer that return InteractionBox
 InteractionBox AccordionTreeDrawer.makeBox(CellGeom cg)
          Create box enclosing the subtree beneath input node/edge.
 

Uses of InteractionBox in TreeJuxtaposer
 

Fields in TreeJuxtaposer declared as InteractionBox
(package private)  InteractionBox AccordionTreeDrawerFinal.baseBox