java.lang.Object
org.wicketstuff.jqplot.lib.elements.CanvasOverlay
org.wicketstuff.jqplot.lib.elements.Line
- All Implemented Interfaces:
Serializable,Element
- Direct Known Subclasses:
HorizontalLine,VerticalLine
Line object.
Line properties can be set or overriden by the options passed in from the user.
- Author:
- inaiat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStart()Gets the start.getStop()Gets the stop.setStart(Collection<Integer> start) Sets the start.setStop(Collection<Integer> stop) Sets the stop.Get stop instanceMethods 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
-
Line
public Line()Instantiates a new line. -
Line
Instantiates a new line.- Parameters:
name- the name
-
-
Method Details
-
startInstance
-
getStart
Gets the start.- Returns:
- the start
-
setStart
Sets the start.- Parameters:
start- the new start- Returns:
- Line
-
stopInstance
Get stop instance- Returns:
- Collection of integer type
-
getStop
Gets the stop.- Returns:
- the stop
-
setStop
Sets the stop.- Parameters:
stop- the new stop- Returns:
- Line
-