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
HorizontalLine object.
HorizontalLine properties can be set or overriden by the options passed in from the user.
- Author:
- inaiat
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new horizontal line.HorizontalLine(String name) Instantiates a new horizontal line. -
Method Summary
Methods inherited from class org.wicketstuff.jqplot.lib.elements.Line
getStart, getStop, setStart, setStop, startInstance, stopInstanceMethods 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 Details
-
HorizontalLine
public HorizontalLine()Instantiates a new horizontal line. -
HorizontalLine
Instantiates a new horizontal line.- Parameters:
name- the name
-
-
Method Details
-
getY
Gets the y.- Returns:
- the y
-
setY
Sets the y.- Parameters:
y- the new y
-
getXMin
Gets the xmin.- Returns:
- the xmin
-
setXMin
Sets the xmin.- Parameters:
xmin- the new xmin
-
getYMin
Gets the ymin.- Returns:
- the ymin
-
setYMin
Sets the ymin.- Parameters:
ymin- the new ymin
-