Class OBJ3DFileFilter

    • Field Detail

    • Constructor Detail

      • OBJ3DFileFilter

        public OBJ3DFileFilter()
        Construct.
      • OBJ3DFileFilter

        public OBJ3DFileFilter​(boolean acceptDirectories)
        Constructor.
        Parameters:
        acceptDirectories - is true to permit to this file filter to accept directories; false if the directories should not match.
    • Method Detail

      • isOBJFile

        public static boolean isOBJFile​(File file)
        Replies if the specified file contains .obj data.
        Parameters:
        file - is the file to test.
        Returns:
        true if the given file contains .obj data, otherwise false
      • isOBJFile

        public static boolean isOBJFile​(URL file)
        Replies if the specified file contains .obj data.
        Parameters:
        file - is the file to test.
        Returns:
        true if the given file contains .obj data, otherwise false
      • isOBJFile

        public static boolean isOBJFile​(String file)
        Replies if the specified file contains .obj data.
        Parameters:
        file - is the file to test.
        Returns:
        true if the given file contains .obj data, otherwise false