nukescripts.FlipbookFactory¶
-
class
nukescripts.
FlipbookFactory
[source]¶ Bases:
object
Methods
Returns the flipbook app implementation with the given name, raises an exception if none could be found.
Returns a list of the names of all available flipbook apps.
Return whether a flipbook app with that name has already been registered.
Register a flipbook app.
-
getApplication
(name)[source]¶ Returns the flipbook app implementation with the given name, raises an exception if none could be found. :param name: The name of a flipbook that was registered. :return: FlipBookApplication
-