public final class DefaultChartLine extends Object implements IsDefaultLine
| Modifier and Type | Method and Description | 
|---|---|
| String | getBackgroundColorAsString()Returns the background color. | 
| CapStyle | getBorderCapStyle()Returns how the end points of every line are drawn. | 
| String | getBorderColorAsString()Returns the border color. | 
| int | getBorderDashOffset()Returns the line dash pattern offset or "phase". | 
| 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). There are three possible values for this property: round, bevel and miter. | 
| int | getBorderWidth()Returns the border width. | 
| CubicInterpolationMode | getCubicInterpolationMode()Returns algorithm used to interpolate a smooth curve from the discrete data points. | 
| IsFill | getFill()Returns how to fill the area under the line. | 
| double | getTension()Returns the Bezier curve tension (0 for no Bezier curves). | 
| boolean | isCapBezierPoints()Returns  trueto keep Bezier control inside the chart,falsefor no restriction. | 
| boolean | isStepped()Returns  trueto show the line as a stepped line (tension will be ignored). | 
public String getBackgroundColorAsString()
IsDefaultOptionsElementgetBackgroundColorAsString in interface IsDefaultOptionsElementpublic int getBorderWidth()
IsDefaultOptionsElementgetBorderWidth in interface IsDefaultOptionsElementpublic String getBorderColorAsString()
IsDefaultOptionsElementgetBorderColorAsString in interface IsDefaultOptionsElementpublic double getTension()
IsDefaultLinegetTension in interface IsDefaultLinepublic CapStyle getBorderCapStyle()
IsDefaultLinegetBorderCapStyle in interface IsDefaultLinepublic int getBorderDashOffset()
IsDefaultLinegetBorderDashOffset in interface IsDefaultLinepublic JoinStyle getBorderJoinStyle()
IsDefaultLinegetBorderJoinStyle in interface IsDefaultLinepublic boolean isCapBezierPoints()
IsDefaultLinetrue to keep Bezier control inside the chart, false for no restriction.isCapBezierPoints in interface IsDefaultLinetrue to keep Bezier control inside the chart, false for no restriction.public CubicInterpolationMode getCubicInterpolationMode()
IsDefaultLinegetCubicInterpolationMode in interface IsDefaultLinepublic IsFill getFill()
IsDefaultLinegetFill in interface IsDefaultLinepublic boolean isStepped()
IsDefaultLinetrue to show the line as a stepped line (tension will be ignored).isStepped in interface IsDefaultLinetrue to show the line as a stepped line (tension will be ignored).