| Constructor and Description |
|---|
DrawingSurfaceState(int backgroundColor,
int foregroundColor,
PolygonStyle areaStyle,
ImageStyle imageStyle,
PolylineStyle lineStyle,
PointStyle pointStyle,
TextStyle textStyle) |
| Modifier and Type | Method and Description |
|---|---|
PolygonStyle |
getAreaStyle() |
int |
getBackgroundColor() |
int |
getForegroundColor() |
ImageStyle |
getImageStyle() |
PolylineStyle |
getLineStyle() |
PointStyle |
getPointStyle() |
TextStyle |
getTextStyle() |
public DrawingSurfaceState(int backgroundColor,
int foregroundColor,
PolygonStyle areaStyle,
ImageStyle imageStyle,
PolylineStyle lineStyle,
PointStyle pointStyle,
TextStyle textStyle)
public int getBackgroundColor()
public int getForegroundColor()
public PolygonStyle getAreaStyle()
public ImageStyle getImageStyle()
public PolylineStyle getLineStyle()
public PointStyle getPointStyle()
public TextStyle getTextStyle()