java.lang.Object
org.wicketstuff.jqplot.lib.elements.LineObject
- All Implemented Interfaces:
Serializable,Element
Container for all line types used with a canvas overlay.
- Author:
- inaiat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetDashedHorizontalLine(DashedHorizontalLine dashedHorizontalLine) setDashedVerticalLine(DashedVerticalLine dashedVerticalLine) setHorizontalLine(HorizontalLine horizontalLine) setVerticalLine(VerticalLine verticalLine)
-
Constructor Details
-
LineObject
public LineObject()
-
-
Method Details
-
dashedHorizontalLineInstance
-
dashedVerticalLineInstance
-
horizontalLineInstance
-
verticalLineInstance
-
getDashedHorizontalLine
- Returns:
- the dashedHorizontalLine
-
setDashedHorizontalLine
- Parameters:
dashedHorizontalLine- the dashedHorizontalLine to set- Returns:
- DashedHorizontalLine
-
getDashedVerticalLine
- Returns:
- the dashedVerticalLine
-
setDashedVerticalLine
- Parameters:
dashedVerticalLine- the dashedVerticalLine to set- Returns:
- DashedHorizontalLine
-
getHorizontalLine
- Returns:
- the horizontalLine
-
setHorizontalLine
- Parameters:
horizontalLine- the horizontalLine to set- Returns:
- HorizontalLine
-
getVerticalLine
- Returns:
- the verticalLine
-
setVerticalLine
- Parameters:
verticalLine- the verticalLine to set- Returns:
- VerticalLine
-