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:
  • Constructor Details

    • LineObject

      public LineObject()
  • Method Details

    • 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