Class mjr.pstree.SearchBoxSprite
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mjr.pstree.SearchBoxSprite

java.lang.Object
   |
   +----sprite.Sprite
           |
           +----mjr.pstree.SearchBoxSprite

public class SearchBoxSprite
extends Sprite
The draggable box that lets the user specify a range to search in.

Variable Index

 o BORDER
 o FUDGE
 o bot_left
 o bot_right
 o bottom
 o drag_side
 o left
 o pstgraph
 o right
 o sides

Constructor Index

 o SearchBoxSprite(PSTGraph)

Method Index

 o Draw(Graphics)
 o Inside(int, int)
 o handleEvent(Event)
 o mjr()
 o x0()
 o x1()
 o y0()

Variables

 o sides
  protected int sides[]
 o drag_side
  protected int drag_side
 o left
  public final static int left
 o right
  public final static int right
 o bottom
  public final static int bottom
 o bot_left
  public final static int bot_left
 o bot_right
  public final static int bot_right
 o BORDER
  public final static int BORDER
 o FUDGE
  public final static int FUDGE
 o pstgraph
  protected PSTGraph pstgraph

Constructors

 o SearchBoxSprite
  public SearchBoxSprite(PSTGraph area)

Methods

 o x0
  public int x0()
 o x1
  public int x1()
 o y0
  public int y0()
 o Inside
  public boolean Inside(int x,
                        int y)
Overrides:
Inside in class Sprite
 o handleEvent
  public void handleEvent(Event e)
Overrides:
handleEvent in class Sprite
 o Draw
  public void Draw(Graphics g)
Overrides:
Draw in class Sprite
 o mjr
  public static void mjr()

All Packages  Class Hierarchy  This Package  Previous  Next  Index