Package org.jzy3d.plot2d.primitives
Class LineSerie2d
- java.lang.Object
-
- org.jzy3d.plot2d.primitives.LineSerie2d
-
- All Implemented Interfaces:
Serie2d
- Direct Known Subclasses:
LineSerie2dSplitted
public class LineSerie2d extends Object implements Serie2d
-
-
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 ConcurrentLineStriplineprotected Stringname
-
Constructor Summary
Constructors Constructor Description LineSerie2d(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()ConcurrentLineStripgetDrawable()StringgetName()voidsetColor(Color color)voidsetWidth(int width)
-
-
-
Field Detail
-
line
protected ConcurrentLineStrip line
-
name
protected String name
-
-
Constructor Detail
-
LineSerie2d
public LineSerie2d(String name)
-
-
Method Detail
-
getDrawable
public ConcurrentLineStrip getDrawable()
- Specified by:
getDrawablein interfaceSerie2d
-
-