Uses of Class
org.apfloat.spi.FilenameGenerator
-
Packages that use FilenameGenerator Package Description org.apfloat The apfloat Application Programming Interface (API). -
-
Uses of FilenameGenerator in org.apfloat
Fields in org.apfloat declared as FilenameGenerator Modifier and Type Field Description private FilenameGenerator
ApfloatContext. filenameGenerator
Methods in org.apfloat that return FilenameGenerator Modifier and Type Method Description FilenameGenerator
ApfloatContext. getFilenameGenerator()
Get the FilenameGenerator.Methods in org.apfloat with parameters of type FilenameGenerator Modifier and Type Method Description void
ApfloatContext. setFilenameGenerator(FilenameGenerator filenameGenerator)
Set the FilenameGenerator.
-