|
UC Berkeley Group for User Interface Research Updated November 17, 2000 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.awt.Polygon
|
+--edu.berkeley.guir.lib.gesture.TimedPolygon
| Field Summary | |
long[] |
times
|
| Fields inherited from class java.awt.Polygon |
bounds, npoints, xpoints, ypoints |
| Constructor Summary | |
TimedPolygon()
|
|
TimedPolygon(int[] x,
int[] y,
int numPoints)
|
|
TimedPolygon(int[] x,
int[] y,
long[] t,
int numPoints)
|
|
TimedPolygon(int[] x,
int[] y,
long time,
int numPoints)
|
|
TimedPolygon(Polygon p)
|
|
TimedPolygon(TimedPolygon p)
|
|
| Method Summary | |
void |
addPoint(int x,
int y)
|
void |
addPoint(int x,
int y,
long t)
|
Object |
clone()
|
| Methods inherited from class java.awt.Polygon |
contains, contains, contains, contains, contains, contains, getBoundingBox, getBounds, getBounds2D, getPathIterator, getPathIterator, inside, intersects, intersects, translate |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public long[] times
| Constructor Detail |
public TimedPolygon()
public TimedPolygon(int[] x,
int[] y,
int numPoints)
public TimedPolygon(int[] x,
int[] y,
long time,
int numPoints)
public TimedPolygon(int[] x,
int[] y,
long[] t,
int numPoints)
public TimedPolygon(Polygon p)
public TimedPolygon(TimedPolygon p)
| Method Detail |
public void addPoint(int x,
int y)
addPoint in class Polygon
public void addPoint(int x,
int y,
long t)
public Object clone()
clone in class Object
|
Copyright Information | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||