Class DashedHorizontalLine
- java.lang.Object
-
- org.wicketstuff.jqplot.lib.elements.CanvasOverlay
-
- org.wicketstuff.jqplot.lib.elements.Line
-
- org.wicketstuff.jqplot.lib.elements.HorizontalLine
-
- org.wicketstuff.jqplot.lib.elements.DashedHorizontalLine
-
- All Implemented Interfaces:
Serializable,Element
public class DashedHorizontalLine extends HorizontalLine
DashedHorizontalLine object. DashedHorizontalLine 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 DashedHorizontalLine()Instantiates a new dashed horizontal line.DashedHorizontalLine(String name)Instantiates a new dashed horizontal line.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Integer>dashPatternInstance()Collection<Integer>getDashPattern()Gets the dash pattern.DashedHorizontalLinesetDashPattern(Collection<Integer> dashPattern)Sets the dash pattern.-
Methods inherited from class org.wicketstuff.jqplot.lib.elements.HorizontalLine
getXMin, getY, getYMin, setXMin, setY, setYMin
-
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
-
DashedHorizontalLine
public DashedHorizontalLine()
Instantiates a new dashed horizontal line.
-
DashedHorizontalLine
public DashedHorizontalLine(String name)
Instantiates a new dashed horizontal line.- Parameters:
name- the name
-
-
Method Detail
-
dashPatternInstance
public Collection<Integer> dashPatternInstance()
-
getDashPattern
public Collection<Integer> getDashPattern()
Gets the dash pattern.- Returns:
- the dash pattern
-
setDashPattern
public DashedHorizontalLine setDashPattern(Collection<Integer> dashPattern)
Sets the dash pattern.- Parameters:
dashPattern- the new dash pattern- Returns:
- DashedHorizontalLine
-
-