public final class FilePath
extends java.lang.Object
Constructor and Description |
---|
FilePath(java.lang.String importedPath,
java.net.URL absolutePath)
A FilePath object represents the paths of a referenced file
by the string as read from the imported 3D model file and
by the corresponding absolute Uniform Resource Locator (URL) object.
|
Modifier and Type | Method and Description |
---|---|
java.net.URL |
getAbsolutePath()
Gets the absolute path of a referenced file as a Uniform Resource Locator (URL) object.
|
java.lang.String |
getImportedPath()
Gets the path string of a referenced file as read from the imported 3D model file.
|
public FilePath(java.lang.String importedPath, java.net.URL absolutePath)
importedPath
- the imported file pathabsolutePath
- the absolute file pathpublic java.lang.String getImportedPath()
public java.net.URL getAbsolutePath()
Copyright (C) 2013-2014 InteractiveMesh e.K.