Schnittstelle RendererClass.OnDrawTrapezoid

Umschließende Klasse:
RendererClass
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface RendererClass.OnDrawTrapezoid
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onDrawTrapezoid(CallbackHandler __self, Renderer renderer, int part, double y1_, double x11, double x21, double y2, double x12, double x22)
     
  • Methodendetails

    • onDrawTrapezoid

      void onDrawTrapezoid(CallbackHandler __self, @Nonnull Renderer renderer, int part, double y1_, double x11, double x21, double y2, double x12, double x22)
      Parameter:
      renderer - a `PangoRenderer`
      part - type of object this trapezoid is part of
      y1_ - Y coordinate of top of trapezoid
      x11 - X coordinate of left end of top of trapezoid
      x21 - X coordinate of right end of top of trapezoid
      y2 - Y coordinate of bottom of trapezoid
      x12 - X coordinate of left end of bottom of trapezoid
      x22 - X coordinate of right end of bottom of trapezoid