Package org.daisy.dotify.api.formatter
Interface DynamicContent
-
public interface DynamicContentProvides an interface for dynamic text, in other words content that may change between renderings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringrender()Renders the content without supplying any variables.Stringrender(Context context)Renders the content in the supplied context.
-