Package ch.bailu.gtk.pango
Interface RendererClass.OnDrawShape
- Enclosing class:
- RendererClass
- 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 TypeMethodDescriptionvoidonDrawShape(CallbackHandler __self, Renderer renderer, AttrShape attr, int x, int y)
-
Method Details
-
onDrawShape
void onDrawShape(CallbackHandler __self, @Nonnull Renderer renderer, @Nonnull AttrShape attr, int x, int y) - Parameters:
renderer-attr-x-y-
-