public class HorizontalLine extends Line
| Constructor and Description |
|---|
HorizontalLine()
Instantiates a new horizontal line.
|
HorizontalLine(String name)
Instantiates a new horizontal line.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getXMin()
Gets the xmin.
|
Integer |
getY()
Gets the y.
|
Integer |
getYMin()
Gets the ymin.
|
void |
setXMin(Integer xmin)
Sets the xmin.
|
void |
setY(Integer y)
Sets the y.
|
void |
setYMin(Integer ymin)
Sets the ymin.
|
getStart, 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 HorizontalLine()
public HorizontalLine(String name)
name - the namepublic Integer getY()
public void setY(Integer y)
y - the new ypublic Integer getXMin()
public void setXMin(Integer xmin)
xmin - the new xminpublic Integer getYMin()
public void setYMin(Integer ymin)
ymin - the new yminCopyright © 2025. All rights reserved.