Class ClosePath


  • public class ClosePath
    extends PathElement
    A path element which closes the current path.

    For more information on path elements see the Path and PathElement classes.

    Since:
    JavaFX 2.0
    • Constructor Detail

      • ClosePath

        public ClosePath()
        Creates an empty instance of ClosePath.
    • Method Detail

      • toString

        public String toString()
        Returns a string representation of this ArcTo object.
        Overrides:
        toString in class Object
        Returns:
        a string representation of this ArcTo object.