Package ch.bailu.gtk.pango
Interface RendererClass.OnDrawTrapezoid
- 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 TypeMethodDescriptionvoid
onDrawTrapezoid
(CallbackHandler __self, Renderer renderer, int part, double y1_, double x11, double x21, double y2, double x12, double x22)
-
Method Details
-
onDrawTrapezoid
void onDrawTrapezoid(CallbackHandler __self, @Nonnull Renderer renderer, int part, double y1_, double x11, double x21, double y2, double x12, double x22) - Parameters:
renderer
- a `PangoRenderer`part
- type of object this trapezoid is part ofy1_
- Y coordinate of top of trapezoidx11
- X coordinate of left end of top of trapezoidx21
- X coordinate of right end of top of trapezoidy2
- Y coordinate of bottom of trapezoidx12
- X coordinate of left end of bottom of trapezoidx22
- X coordinate of right end of bottom of trapezoid
-