public final class DefaultLine 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.
|
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).
|
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.
|
String |
getHoverBackgroundColorAsString()
Returns the background color when hovered.
|
String |
getHoverBorderColorAsString()
Returns the border color when hovered.
|
int |
getHoverBorderWidth()
Returns the border width when hovered.
|
Stepped |
getStepped()
Returns if the line is shown as a stepped line.
|
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. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBackgroundColorAsString, getBorderColorAsString, getBorderWidth, getHoverBackgroundColorAsString, getHoverBorderColorAsString, getHoverBorderWidthpublic double getTension()
IsDefaultLinegetTension in interface IsDefaultLinepublic CapStyle getBorderCapStyle()
IsDefaultLinegetBorderCapStyle in interface IsDefaultLinepublic double getBorderDashOffset()
IsDefaultLinegetBorderDashOffset in interface IsDefaultLinepublic JoinStyle getBorderJoinStyle()
IsDefaultLinegetBorderJoinStyle in interface IsDefaultLinepublic boolean isCapBezierPoints()
IsDefaultLinetrue to keep Bézier control inside the chart, false for no restriction.isCapBezierPoints in interface IsDefaultLinetrue to keep Bézier control inside the chart, false for no restriction.public CubicInterpolationMode getCubicInterpolationMode()
IsDefaultLinegetCubicInterpolationMode in interface IsDefaultLinepublic IsFill getFill()
IsDefaultFillHandlergetFill in interface IsDefaultFillHandlerpublic Stepped getStepped()
IsDefaultLinegetStepped in interface IsDefaultLinepublic final String getBackgroundColorAsString()
IsDefaultOptionsElementgetBackgroundColorAsString in interface IsDefaultOptionsElementpublic final int getBorderWidth()
IsDefaultOptionsElementgetBorderWidth in interface IsDefaultOptionsElementpublic final String getBorderColorAsString()
IsDefaultOptionsElementgetBorderColorAsString in interface IsDefaultOptionsElementpublic String getHoverBackgroundColorAsString()
IsDefaultOptionsElementgetHoverBackgroundColorAsString in interface IsDefaultOptionsElementpublic int getHoverBorderWidth()
IsDefaultOptionsElementgetHoverBorderWidth in interface IsDefaultOptionsElementpublic String getHoverBorderColorAsString()
IsDefaultOptionsElementgetHoverBorderColorAsString in interface IsDefaultOptionsElement