Class CameraAdjustingPath

  • All Implemented Interfaces:
    Renderable

    public class CameraAdjustingPath
    extends Path
    TODO deprecate
    • Method Detail

      • convert

        @Nullable
        public static CameraAdjustingPath convert​(Path path)
        Converts the provided Path into a CameraAdjustingPath
        Parameters:
        path - a preferably non-null Path
        Returns:
        A CameraAdjustingPath as long as path is not null
      • getVertices

        public java.util.List<? extends Locatable> getVertices()
        Description copied from class: Path
        Gets a list of the vertices in this path
        Specified by:
        getVertices in class Path
        Returns:
        A List
      • getNext

        public Locatable getNext()
        Specified by:
        getNext in class Path
        Returns:
        the next Locatable within the path.
      • getNext

        public Locatable getNext​(boolean preferViewportTraversal)
        Specified by:
        getNext in class Path