Interface PageNamer

All Known Implementing Classes:
StandardPageNamer

public interface PageNamer
Classes that implement this interface can override how jAlbum names index and slide pages
Since:
9.2
  • Method Details

    • getIndexName

      String getIndexName(File dir, int indexNum)
    • getSlideName

      String getSlideName(File file)