Class Close


  • public class Close
    extends PathElement
    Indicates the closing point of the path.
    Author:
    Arvid
    Source code:
    main
    Belongs to CDK module:
    renderbasic
    • Constructor Detail

      • Close

        public Close()
        Make a Close PathElement.
    • Method Detail

      • points

        public float[] points()
        Get the points in the path.
        Specified by:
        points in class PathElement
        Returns:
        a list of points
      • points

        public void points​(double[] coords)
        Load the provided array with the specified coordinates of this path element.
        Specified by:
        points in class PathElement
        Parameters:
        coords - coordinates (length = 6)