Package org.jzy3d.plot2d.primitives
Class ScatterPointSerie2d
java.lang.Object
org.jzy3d.plot2d.primitives.ScatterPointSerie2d
- All Implemented Interfaces:
Serie2d
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jzy3d.plot2d.primitives.Serie2d
Serie2d.Type
-
Field Summary
Modifier and TypeFieldDescriptionprotected Color
protected String
protected ConcurrentScatterPoint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(double x, double y) void
void
add
(float x, float y) void
void
void
void
void
clear()
getColor()
getName()
protected ConcurrentScatterPoint
void
void
void
setScatter
(ConcurrentScatterPoint scatter) void
setWidth
(int width)
-
Field Details
-
scatter
-
name
-
defaultColor
-
-
Constructor Details
-
ScatterPointSerie2d
-
-
Method Details
-
getScatter
-
setScatter
-
setName
-
makeDrawable
-
add
public void add(float x, float y) -
add
public void add(double x, double y) -
add
-
add
-
add
-
add
-
add
-
setColor
-
getColor
-
getName
-
getDrawable
- Specified by:
getDrawable
in interfaceSerie2d
-
clear
public void clear() -
setWidth
public void setWidth(int width)
-