org.jzy3d.plot2d.primitives
Interface Serie2d
-
- All Known Implementing Classes:
- LineSerie2d, LineSerie2dSplitted, ScatterPointSerie2d, ScatterSerie2d
public interface Serie2d
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface and Description static classSerie2d.Type
-
Method Summary
All Methods Instance Methods Abstract 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()AbstractDrawablegetDrawable()java.lang.StringgetName()voidsetColor(Color color)voidsetWidth(int width)
-
-
-
Method Detail
-
clear
void clear()
-
add
void add(float x, float y)
-
add
void add(double x, double y)
-
add
void add(float x, float y, Color color)
-
add
void add(double x, double y, Color color)
-
add
void add(Coord2d c)
-
add
void add(java.util.List<Coord2d> c)
-
getName
java.lang.String getName()
-
setWidth
void setWidth(int width)
-
setColor
void setColor(Color color)
-
getColor
Color getColor()
-
getDrawable
AbstractDrawable getDrawable()
-
-
DMelt 3.0 © DataMelt by jWork.ORG