Package org.jzy3d.plot2d.primitives
Class ScatterPointSerie2d
- java.lang.Object
-
- org.jzy3d.plot2d.primitives.ScatterPointSerie2d
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jzy3d.plot2d.primitives.Serie2d
Serie2d.Type
-
-
Field Summary
Fields Modifier and Type Field Description protected ColordefaultColorprotected Stringnameprotected ConcurrentScatterPointscatter
-
Constructor Summary
Constructors Constructor Description ScatterPointSerie2d(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(double x, double y)voidadd(double x, double y, Color color)voidadd(float x, float y)voidadd(float x, float y, Color color)voidadd(List<Coord2d> c)voidadd(Coord2d c)voidadd(Coord2d c, Color color)voidclear()ColorgetColor()DrawablegetDrawable()StringgetName()ConcurrentScatterPointgetScatter()protected ConcurrentScatterPointmakeDrawable()voidsetColor(Color color)voidsetName(String name)voidsetScatter(ConcurrentScatterPoint scatter)voidsetWidth(int width)
-
-
-
Field Detail
-
scatter
protected ConcurrentScatterPoint scatter
-
name
protected String name
-
defaultColor
protected Color defaultColor
-
-
Constructor Detail
-
ScatterPointSerie2d
public ScatterPointSerie2d(String name)
-
-
Method Detail
-
getScatter
public ConcurrentScatterPoint getScatter()
-
setScatter
public void setScatter(ConcurrentScatterPoint scatter)
-
setName
public void setName(String name)
-
makeDrawable
protected ConcurrentScatterPoint makeDrawable()
-
getDrawable
public Drawable getDrawable()
- Specified by:
getDrawablein interfaceSerie2d
-
-