Class LineObject

    • Constructor Detail

      • LineObject

        public LineObject()
    • Method Detail

      • 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