public class ColourPic extends BiomorphPic
BiomorphPic.Compass, BiomorphPic.PicStyleType
picStyle
lines, 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, setSpokesType
public int getBackgroundColor()
getBackgroundColor
in interface Phenotype
getBackgroundColor
in class BiomorphPic
public 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)