public class DefaultLineRenderer2D extends AbstractLineRenderer2D
Constructor and Description |
---|
DefaultLineRenderer2D()
Initializes a new
DefaultLineRenderer2D instance. |
Modifier and Type | Method and Description |
---|---|
Drawable |
getLine(java.util.List<DataPoint> points,
java.awt.Shape shape)
Returns a graphical representation for the line defined by
e points . |
java.awt.Shape |
getLineShape(java.util.List<DataPoint> points)
Returns the geometric shape for this line.
|
getColor, getGap, getStroke, isGapRounded, punch, setColor, setGap, setGapRounded, setStroke
public DefaultLineRenderer2D()
DefaultLineRenderer2D
instance.public Drawable getLine(java.util.List<DataPoint> points, java.awt.Shape shape)
e points
.points
- Points used for creating the line.shape
- Geometric shape for this line.public java.awt.Shape getLineShape(java.util.List<DataPoint> points)
points
- Points used for creating the line.