Package org.jzy3d.plot2d.primitives
Class ScatterSerie2d
- java.lang.Object
-
- org.jzy3d.plot2d.primitives.ScatterSerie2d
-
-
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 Stringnameprotected ScatterMultiColorListscatter
-
Constructor Summary
Constructors Constructor Description ScatterSerie2d(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()ColorMapRedAndGreencolormap()ColorMappercolormapper(ColorMapRedAndGreen g)ColorgetColor()DrawablegetDrawable()StringgetName()protected ScatterMultiColorListmakeDrawable()voidsetColor(Color color)voidsetWidth(int width)
-
-
-
Field Detail
-
scatter
protected ScatterMultiColorList scatter
-
name
protected String name
-
-
Constructor Detail
-
ScatterSerie2d
public ScatterSerie2d(String name)
-
-
Method Detail
-
makeDrawable
protected ScatterMultiColorList makeDrawable()
-
colormapper
public ColorMapper colormapper(ColorMapRedAndGreen g)
-
colormap
public ColorMapRedAndGreen colormap()
-
getDrawable
public Drawable getDrawable()
- Specified by:
getDrawablein interfaceSerie2d
-
-