- java.lang.Object
-
- org.tentackle.model.print.GlobalOptionsPrinter
-
public class GlobalOptionsPrinter extends java.lang.ObjectPrints the global options.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description GlobalOptionsPrinter(Entity entity, PrintConfiguration configuration)Creates the printer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringprint()Pretty prints the options.
-
-
-
Constructor Detail
-
GlobalOptionsPrinter
public GlobalOptionsPrinter(Entity entity, PrintConfiguration configuration)
Creates the printer.- Parameters:
entity- the entityconfiguration- the printing configuration
-
-