Interface PrintableView

All Known Implementing Classes:
GeographicalMap, PrintableTable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PrintableView
This interface identifies the class within a view window of YAAC that can print the contents of the window to the Java Printing subsystem.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Print this PrintableView to the Java printing subsystem.
  • Method Details

    • printThisView

      void printThisView()
      Print this PrintableView to the Java printing subsystem. All operations necessary, including finding an appropriate print service, creating some type of print job, and sending the contents to the job, are the responsibility of this method and the methods it calls.