Class HorizontalLine
- java.lang.Object
-
- org.wicketstuff.jqplot.lib.elements.CanvasOverlay
-
- org.wicketstuff.jqplot.lib.elements.Line
-
- org.wicketstuff.jqplot.lib.elements.HorizontalLine
-
- All Implemented Interfaces:
Serializable,Element
- Direct Known Subclasses:
DashedHorizontalLine
public class HorizontalLine extends Line
HorizontalLine object. HorizontalLine properties can be set or overriden by the options passed in from the user.- Author:
- inaiat
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HorizontalLine()Instantiates a new horizontal line.HorizontalLine(String name)Instantiates a new horizontal line.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetXMin()Gets the xmin.IntegergetY()Gets the y.IntegergetYMin()Gets the ymin.voidsetXMin(Integer xmin)Sets the xmin.voidsetY(Integer y)Sets the y.voidsetYMin(Integer ymin)Sets the ymin.-
Methods inherited from class org.wicketstuff.jqplot.lib.elements.Line
getStart, getStop, setStart, setStop, startInstance, stopInstance
-
Methods inherited from class org.wicketstuff.jqplot.lib.elements.CanvasOverlay
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, verticalLineInstance
-
-
-
-
Constructor Detail
-
HorizontalLine
public HorizontalLine()
Instantiates a new horizontal line.
-
HorizontalLine
public HorizontalLine(String name)
Instantiates a new horizontal line.- Parameters:
name- the name
-
-
Method Detail
-
getY
public Integer getY()
Gets the y.- Returns:
- the y
-
setY
public void setY(Integer y)
Sets the y.- Parameters:
y- the new y
-
getXMin
public Integer getXMin()
Gets the xmin.- Returns:
- the xmin
-
setXMin
public void setXMin(Integer xmin)
Sets the xmin.- Parameters:
xmin- the new xmin
-
getYMin
public Integer getYMin()
Gets the ymin.- Returns:
- the ymin
-
setYMin
public void setYMin(Integer ymin)
Sets the ymin.- Parameters:
ymin- the new ymin
-
-