Uses of Class
org.openstreetmap.fma.jtiledownloader.datatypes.YDirectory

Packages that use YDirectory
org.openstreetmap.fma.jtiledownloader.datatypes   
 

Uses of YDirectory in org.openstreetmap.fma.jtiledownloader.datatypes
 

Fields in org.openstreetmap.fma.jtiledownloader.datatypes with type parameters of type YDirectory
private  java.util.ArrayList<YDirectory> UpdateTileList._yDirectory
           
 

Methods in org.openstreetmap.fma.jtiledownloader.datatypes that return types with arguments of type YDirectory
 java.util.ArrayList<YDirectory> UpdateTileList.getYDirectory()
          Getter for yDirectory
 

Methods in org.openstreetmap.fma.jtiledownloader.datatypes with parameters of type YDirectory
 void UpdateTileList.addYDirectory(YDirectory yDirectory)