Package ch.bailu.gtk.gtk
Interface PrintOperationClass.OnDrawPage
- Enclosing class:
- PrintOperationClass
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDrawPage
(CallbackHandler __self, PrintOperation operation, PrintContext context, int page_nr)
-
Method Details
-
onDrawPage
void onDrawPage(CallbackHandler __self, @Nonnull PrintOperation operation, @Nonnull PrintContext context, int page_nr) - Parameters:
operation
-context
-page_nr
-
-