Class PolyLine2dTest

    • Constructor Detail

      • PolyLine2dTest

        public PolyLine2dTest()
    • Method Detail

      • constructorsTest

        public final void constructorsTest()
                                    throws DrawException
        Test the constructors of PolyLine2d.
        Throws:
        DrawException - on failure
      • testPathWithClose

        public void testPathWithClose()
                               throws DrawException
        Test construction of a Line2d from a Path2D with SEG_CLOSE.
        Throws:
        DrawException - on unexpected error
      • concatenateTest

        public final void concatenateTest()
                                   throws DrawException
        Test the concatenate method.
        Throws:
        DrawException - should not happen; this test has failed if it does happen
      • testOffsetLine

        public void testOffsetLine()
                            throws DrawException
        Test the offsetLine methods.
        Throws:
        DrawException - when that happens uncaught; this test has failed
      • testProjectRayTransition

        public void testProjectRayTransition()
                                      throws DrawException
        Test the projectRay method.
        Throws:
        DrawException - cannot happen
      • testProjectRay

        public void testProjectRay()
        Test the projectDirectedPoint method.
      • testExports

        public void testExports()
        Test the debugging output methods.