Serie2d.Type
Modifier and Type | Field and Description |
---|---|
protected Color |
defaultColor |
protected String |
name |
protected ConcurrentScatterPoint |
scatter |
Constructor and Description |
---|
ScatterPointSerie2d(String name) |
Modifier and Type | Method and Description |
---|---|
void |
add(Coord2d c) |
void |
add(Coord2d c,
Color color) |
void |
add(double x,
double y) |
void |
add(double x,
double y,
Color color) |
void |
add(float x,
float y) |
void |
add(float x,
float y,
Color color) |
void |
add(List<Coord2d> c) |
void |
clear() |
Color |
getColor() |
AbstractDrawable |
getDrawable() |
String |
getName() |
ConcurrentScatterPoint |
getScatter() |
protected ConcurrentScatterPoint |
makeDrawable() |
void |
setColor(Color color) |
void |
setName(String name) |
void |
setScatter(ConcurrentScatterPoint scatter) |
void |
setWidth(int width) |
protected ConcurrentScatterPoint scatter
protected String name
protected Color defaultColor
public ScatterPointSerie2d(String name)
public ConcurrentScatterPoint getScatter()
public void setScatter(ConcurrentScatterPoint scatter)
public void setName(String name)
protected ConcurrentScatterPoint makeDrawable()
public AbstractDrawable getDrawable()
getDrawable
in interface Serie2d
Copyright © 2016. All rights reserved.