Class TexturePath
- java.lang.Object
-
- org.citydb.config.project.exporter.TexturePath
-
public class TexturePath extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TexturePath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNoOfBuckets()
java.lang.String
getPath()
boolean
isUseBuckets()
void
setNoOfBuckets(java.lang.Integer noOfBuckets)
void
setPath(java.lang.String path)
void
setUseBuckets(boolean useBuckets)
-
-
-
Method Detail
-
isUseBuckets
public boolean isUseBuckets()
-
setUseBuckets
public void setUseBuckets(boolean useBuckets)
-
getPath
public java.lang.String getPath()
-
setPath
public void setPath(java.lang.String path)
-
getNoOfBuckets
public int getNoOfBuckets()
-
setNoOfBuckets
public void setNoOfBuckets(java.lang.Integer noOfBuckets)
-
-