public class DashedHorizontalLine extends HorizontalLine
| Constructor and Description |
|---|
DashedHorizontalLine()
Instantiates a new dashed horizontal line.
|
DashedHorizontalLine(String name)
Instantiates a new dashed horizontal line.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Integer> |
dashPatternInstance() |
Collection<Integer> |
getDashPattern()
Gets the dash pattern.
|
DashedHorizontalLine |
setDashPattern(Collection<Integer> dashPattern)
Sets the dash pattern.
|
getXMin, getY, getYMin, setXMin, setY, setYMingetStart, getStop, setStart, setStop, startInstance, stopInstancedashedHorizontalLineInstance, dashedVerticalLineInstance, getColor, getFadeTooltip, getLineCap, getLineWidth, getName, getObjects, getShadow, getShow, getShowTooltip, getShowTooltipPrecision, getTooltipFadeSpeed, getTooltipFormatString, getTooltipLocation, getTooltipOffset, getXOffset, horizontalLineInstance, objectsInstance, setColor, setFadeTooltip, setLineCap, setLineWidth, setName, setObjects, setShadow, setShow, setShowTooltip, setShowTooltipPrecision, setTooltipFadeSpeed, setTooltipFormatString, setTooltipLocation, setTooltipOffset, setXOffset, verticalLineInstancepublic DashedHorizontalLine()
public DashedHorizontalLine(String name)
name - the namepublic Collection<Integer> dashPatternInstance()
public Collection<Integer> getDashPattern()
public DashedHorizontalLine setDashPattern(Collection<Integer> dashPattern)
dashPattern - the new dash patternCopyright © 2024. All rights reserved.