Class PathElement

    • Field Detail

      • points

        public final List<javax.vecmath.Point2d> points
        The points that make up the path.
      • color

        public final Color color
        The color of the path.
    • Constructor Detail

      • PathElement

        public PathElement​(List<javax.vecmath.Point2d> points,
                           Color color)
        Make a path from the list of points.
        Parameters:
        points - points defining the path
        color - color of the path