java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.print.PrintTool

public class PrintTool
extends Object
  • Constructor Details

    • PrintTool

      public PrintTool()
  • Method Details

    • print

      public static void print​(View view)
      Prints a View.

      If the View supports printing its print() method will be invoked otherwise a DefaultPrintable instance will be wrapped around.

      Parameters:
      view - - the view to print
    • print

      public static void print​(Collection<View> views)