public class XYVectorSprite 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 |
---|
XYVectorSprite(double[] xp,
double[] yp,
int fc,
int lc) |
Modifier and Type | Method and Description |
---|---|
Polypoint |
getBoundary() |
int |
getFillColor() |
int |
getLineColor() |
static XYVectorSprite |
makeDefaultSprite() |
int lineColor
int fillColor
Polypoint bdry
public int getFillColor()
getFillColor
in interface VectorSprite
public int getLineColor()
getLineColor
in interface VectorSprite
public Polypoint getBoundary()
getBoundary
in interface VectorSprite
public static XYVectorSprite makeDefaultSprite()
Copyright © 2013. All Rights Reserved.