Class LineObject
- java.lang.Object
-
- org.wicketstuff.jqplot.lib.elements.LineObject
-
- All Implemented Interfaces:
Serializable,Element
public class LineObject extends Object implements Element
Container for all line types used with a canvas overlay.- Author:
- inaiat
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LineObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DashedHorizontalLinedashedHorizontalLineInstance()DashedVerticalLinedashedVerticalLineInstance()DashedHorizontalLinegetDashedHorizontalLine()DashedVerticalLinegetDashedVerticalLine()HorizontalLinegetHorizontalLine()VerticalLinegetVerticalLine()HorizontalLinehorizontalLineInstance()DashedHorizontalLinesetDashedHorizontalLine(DashedHorizontalLine dashedHorizontalLine)DashedVerticalLinesetDashedVerticalLine(DashedVerticalLine dashedVerticalLine)HorizontalLinesetHorizontalLine(HorizontalLine horizontalLine)VerticalLinesetVerticalLine(VerticalLine verticalLine)VerticalLineverticalLineInstance()
-
-
-
Method Detail
-
dashedHorizontalLineInstance
public DashedHorizontalLine dashedHorizontalLineInstance()
-
dashedVerticalLineInstance
public DashedVerticalLine dashedVerticalLineInstance()
-
horizontalLineInstance
public HorizontalLine horizontalLineInstance()
-
verticalLineInstance
public VerticalLine verticalLineInstance()
-
getDashedHorizontalLine
public DashedHorizontalLine getDashedHorizontalLine()
- Returns:
- the dashedHorizontalLine
-
setDashedHorizontalLine
public DashedHorizontalLine setDashedHorizontalLine(DashedHorizontalLine dashedHorizontalLine)
- Parameters:
dashedHorizontalLine- the dashedHorizontalLine to set- Returns:
- DashedHorizontalLine
-
getDashedVerticalLine
public DashedVerticalLine getDashedVerticalLine()
- Returns:
- the dashedVerticalLine
-
setDashedVerticalLine
public DashedVerticalLine setDashedVerticalLine(DashedVerticalLine dashedVerticalLine)
- Parameters:
dashedVerticalLine- the dashedVerticalLine to set- Returns:
- DashedHorizontalLine
-
getHorizontalLine
public HorizontalLine getHorizontalLine()
- Returns:
- the horizontalLine
-
setHorizontalLine
public HorizontalLine setHorizontalLine(HorizontalLine horizontalLine)
- Parameters:
horizontalLine- the horizontalLine to set- Returns:
- HorizontalLine
-
getVerticalLine
public VerticalLine getVerticalLine()
- Returns:
- the verticalLine
-
setVerticalLine
public VerticalLine setVerticalLine(VerticalLine verticalLine)
- Parameters:
verticalLine- the verticalLine to set- Returns:
- VerticalLine
-
-