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 java.lang.Object implements Serie2d
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jzy3d.plot2d.primitives.Serie2d
Serie2d.Type
-
-
Constructor Summary
Constructors Constructor and Description LineSerie2d(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidadd(Coord2d c)voidadd(Coord2d c, Color color)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(java.util.List<Coord2d> c)voidclear()ColorgetColor()ConcurrentLineStripgetDrawable()java.lang.StringgetName()voidsetColor(Color color)voidsetWidth(int width)
-
-
-
Method Detail
-
getDrawable
public ConcurrentLineStrip getDrawable()
- Specified by:
getDrawablein interfaceSerie2d
-
-
DMelt 3.0 © DataMelt by jWork.ORG