public class SimpleVectorSprite extends java.lang.Object implements VectorSprite
| Modifier and Type | Field and Description |
|---|---|
(package private) Polypoint |
bdry |
(package private) int |
fillColor |
(package private) int |
lineColor |
| Constructor and Description |
|---|
SimpleVectorSprite(double[] xp,
double[] yp,
int fc,
int lc) |
| Modifier and Type | Method and Description |
|---|---|
Polypoint |
getBoundary() |
int |
getFillColor() |
int |
getLineColor() |
static SimpleVectorSprite |
makeDefaultSprite(double f) |
int lineColor
int fillColor
Polypoint bdry
public SimpleVectorSprite(double[] xp,
double[] yp,
int fc,
int lc)
public int getFillColor()
getFillColor in interface VectorSpritepublic int getLineColor()
getLineColor in interface VectorSpritepublic Polypoint getBoundary()
getBoundary in interface VectorSpritepublic static SimpleVectorSprite makeDefaultSprite(double f)
Copyright © 2013. All Rights Reserved.