public class ColourPic extends BiomorphPic
BiomorphPic.Compass, BiomorphPic.PicStyleTypepicStylelines, morph, PICSIZEMAX| Constructor and Description | 
|---|
ColourPic()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getBackgroundColor()  | 
LimbFillType | 
getLimbFill()  | 
LimbShapeType | 
getLimbShape()  | 
int | 
getThickness()  | 
void | 
picLine(int x,
       int y,
       int xnew,
       int ynew,
       int thick,
       int color)  | 
void | 
setBackgroundColor(int backgroundColor)  | 
void | 
setLimbFill(LimbFillType limbFill)  | 
void | 
setLimbShape(LimbShapeType limbShape)  | 
void | 
setThickness(int thickness)  | 
addLin, getCompletenessType, getPicStyle, getSpokesType, setCompletenessType, setPicStyle, setSpokesTypepublic int getBackgroundColor()
getBackgroundColor in interface PhenotypegetBackgroundColor in class BiomorphPicpublic void setBackgroundColor(int backgroundColor)
public int getThickness()
public void setThickness(int thickness)
public LimbFillType getLimbFill()
public void setLimbFill(LimbFillType limbFill)
public LimbShapeType getLimbShape()
public void setLimbShape(LimbShapeType limbShape)
public void picLine(int x,
                    int y,
                    int xnew,
                    int ynew,
                    int thick,
                    int color)