|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectubc.cs.JLog.Animation.FloatPolygon
public class FloatPolygon
Field Summary | |
---|---|
int |
npoints
|
float[] |
xpoints
|
float[] |
ypoints
|
Constructor Summary | |
---|---|
FloatPolygon()
|
|
FloatPolygon(float[] xpts,
float[] ypts,
int npts)
|
|
FloatPolygon(int capacity)
|
Method Summary | |
---|---|
void |
addPoint(float x,
float y)
|
void |
translate(float deltaX,
float deltaY)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int npoints
public float[] xpoints
public float[] ypoints
Constructor Detail |
---|
public FloatPolygon()
public FloatPolygon(int capacity)
public FloatPolygon(float[] xpts, float[] ypts, int npts)
Method Detail |
---|
public void addPoint(float x, float y)
public void translate(float deltaX, float deltaY)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |