edu.davidson.display
Class ArrowThing
java.lang.Object
|
+--edu.davidson.display.Thing
|
+--edu.davidson.display.ArrowThing
- All Implemented Interfaces:
- SDataSource
- public class ArrowThing
- extends Thing
|
Constructor Summary |
ArrowThing(SGraph o,
int s,
double h,
double v,
double x,
double y)
|
| Methods inherited from class edu.davidson.display.Thing |
getColor,
getID,
getOwner,
getSize,
getVariables,
getVarStrings,
getX,
getY,
isNoDrag,
isVisible,
paintCoordinates,
setColor,
setDragable,
setNoDrag,
setOwner,
setSize,
setVisible,
setX,
setY |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ArrowThing
public ArrowThing(SGraph o,
int s,
double h,
double v,
double x,
double y)
paint
public void paint(java.awt.Graphics osg)
- Overrides:
- paint in class Thing
paintHighlight
public void paintHighlight(java.awt.Graphics osg)
- Overrides:
- paintHighlight in class Thing
isInsideThing
public final boolean isInsideThing(int xPix,
int yPix)
- Overrides:
- isInsideThing in class Thing
Visit the Davidson CollegeSTools Documentation Page