public interface IsDefaultLine extends IsDefaultOptionsElement, IsDefaultFillHandler
Modifier and Type | Method and Description |
---|---|
CapStyle |
getBorderCapStyle()
Returns how the end points of every line are drawn.
|
double |
getBorderDashOffset()
Returns the line dash pattern offset.
|
JoinStyle |
getBorderJoinStyle()
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified
end points and control points are exactly at the same position, are skipped).
|
CubicInterpolationMode |
getCubicInterpolationMode()
Returns algorithm used to interpolate a smooth curve from the discrete data points.
|
double |
getTension()
Returns the Bézier curve tension (0 for no Bézier curves).
|
boolean |
isCapBezierPoints()
Returns
true to keep Bézier control inside the chart, false for no restriction. |
boolean |
isStepped()
Returns
true to show the line as a stepped line (tension will be ignored). |
getBackgroundColorAsString, getBorderColorAsString, getBorderWidth, getHoverBackgroundColorAsString, getHoverBorderColorAsString, getHoverBorderWidth
getFill
double getTension()
CapStyle getBorderCapStyle()
double getBorderDashOffset()
JoinStyle getBorderJoinStyle()
boolean isCapBezierPoints()
true
to keep Bézier control inside the chart, false
for no restriction.true
to keep Bézier control inside the chart, false
for no restriction.CubicInterpolationMode getCubicInterpolationMode()
boolean isStepped()
true
to show the line as a stepped line (tension will be ignored).true
to show the line as a stepped line (tension will be ignored).