Uses of Class
net.sourceforge.olduvai.accordiondrawer.InteractionBox

Packages that use InteractionBox
net.sourceforge.olduvai.accordiondrawer   
net.sourceforge.olduvai.treejuxtaposer   
net.sourceforge.olduvai.treejuxtaposer.drawer   
 

Uses of InteractionBox in net.sourceforge.olduvai.accordiondrawer
 

Fields in net.sourceforge.olduvai.accordiondrawer declared as InteractionBox
 InteractionBox AccordionDrawer.baseBox
          A temporary InteractionBox used to replace the flash box before a AccordionDrawer.doFlash() call.
 InteractionBox AccordionDrawer.flashBox
          The current interaction box being stetched, or selected through a mouse-over.
protected  InteractionBox AccordionDrawer.flashBoxOld
          The previous interaction box that is being replaced by AccordionDrawer.flashBox.
 

Methods in net.sourceforge.olduvai.accordiondrawer that return InteractionBox
protected  InteractionBox AccordionDrawer.createBoxFromCells(int stuckType)
          Creates an interaction box with a given stuck line, if one has been chosen.
protected  InteractionBox AccordionDrawer.createBoxFromCells(int[] dragStart, int[] dragEnd)
          Creates an interaction box from the drag motion input.
 InteractionBox AccordionDrawer.getFlashBox()
          Gets the flash box, the box that currently surrounds the highlighted node/region.
 

Methods in net.sourceforge.olduvai.accordiondrawer with parameters of type InteractionBox
protected  int[] AccordionDrawer.createRectFromPick(InteractionBox stretchBox)
          Make an InteractionBox from the GridCells nearest to the box of the mousedrag.
protected  void AccordionDrawer.moveStuckPosition(InteractionBox stretchBox)
          Allows for the movement of the stuck lines, for user-directed control of the accordion drawing boundaries.
 

Uses of InteractionBox in net.sourceforge.olduvai.treejuxtaposer
 

Methods in net.sourceforge.olduvai.treejuxtaposer with parameters of type InteractionBox
private  void AccordionTreeDrawerFinal.reshaperectangle(InteractionBox stretchBox, boolean doOther)
          Box stretching function used by AccordionTreeDrawerFinal.mouseDragged(MouseEvent).
 

Uses of InteractionBox in net.sourceforge.olduvai.treejuxtaposer.drawer
 

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