public class Line extends CanvasOverlay
| Constructor and Description |
|---|
Line()
Instantiates a new line.
|
Line(String name)
Instantiates a new line.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Integer> |
getStart()
Gets the start.
|
Collection<Integer> |
getStop()
Gets the stop.
|
Line |
setStart(Collection<Integer> start)
Sets the start.
|
Line |
setStop(Collection<Integer> stop)
Sets the stop.
|
Collection<Integer> |
startInstance() |
Collection<Integer> |
stopInstance()
Get stop instance
|
dashedHorizontalLineInstance, 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 Line()
public Line(String name)
name - the namepublic Collection<Integer> startInstance()
public Collection<Integer> getStart()
public Line setStart(Collection<Integer> start)
start - the new startpublic Collection<Integer> stopInstance()
public Collection<Integer> getStop()
public Line setStop(Collection<Integer> stop)
stop - the new stopCopyright © 2025. All rights reserved.