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.
-
BORDER
-
-
FUDGE
-
-
bot_left
-
-
bot_right
-
-
bottom
-
-
drag_side
-
-
left
-
-
pstgraph
-
-
right
-
-
sides
-
-
SearchBoxSprite(PSTGraph)
-
-
Draw(Graphics)
-
-
Inside(int, int)
-
-
handleEvent(Event)
-
-
mjr()
-
-
x0()
-
-
x1()
-
-
y0()
-
sides
protected int sides[]
drag_side
protected int drag_side
left
public final static int left
right
public final static int right
bottom
public final static int bottom
bot_left
public final static int bot_left
bot_right
public final static int bot_right
BORDER
public final static int BORDER
FUDGE
public final static int FUDGE
pstgraph
protected PSTGraph pstgraph
SearchBoxSprite
public SearchBoxSprite(PSTGraph area)
x0
public int x0()
x1
public int x1()
y0
public int y0()
Inside
public boolean Inside(int x,
int y)
- Overrides:
- Inside in class Sprite
handleEvent
public void handleEvent(Event e)
- Overrides:
- handleEvent in class Sprite
Draw
public void Draw(Graphics g)
- Overrides:
- Draw in class Sprite
mjr
public static void mjr()
All Packages Class Hierarchy This Package Previous Next Index