Uses of Class
com.snowbound.rastermaster.SnowDocFactory.Config
-
Packages that use SnowDocFactory.Config Package Description com.snowbound.rastermaster -
-
Uses of SnowDocFactory.Config in com.snowbound.rastermaster
Methods in com.snowbound.rastermaster that return SnowDocFactory.Config Modifier and Type Method Description static SnowDocFactory.Config
SnowDocFactory.Config. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SnowDocFactory.Config[]
SnowDocFactory.Config. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.snowbound.rastermaster with type arguments of type SnowDocFactory.Config Modifier and Type Method Description static SnowDoc
SnowDocFactory. createSnowDoc(byte[] fileData, java.util.HashMap<SnowDocFactory.Config,java.lang.String> configVals)
Creates a SnowDoc from provided file data.static SnowDoc
SnowDocFactory. createSnowDoc(java.io.DataInputStream dis, java.util.HashMap<SnowDocFactory.Config,java.lang.String> configVals)
Creates a SnowDoc from provided input stream with the specified parameters.static SnowDoc
SnowDocFactory. createSnowDoc(java.lang.String filePath, java.util.HashMap<SnowDocFactory.Config,java.lang.String> configVals)
Creates a SnowDoc from file at provided path with the specified parameters.
-