Class LinearGradientNode

All Implemented Interfaces:
PointerInterface

public class LinearGradientNode extends RenderNode
A render node for a linear gradient.

https://docs.gtk.org/gsk4/class.LinearGradientNode.html

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getEnd

      public Point getEnd()
      Retrieves the final point of the linear gradient.
      Returns:
      the final point
    • getNColorStops

      public long getNColorStops()
      Retrieves the number of color stops in the gradient.
      Returns:
      the number of color stops
    • getStart

      public Point getStart()
      Retrieves the initial point of the linear gradient.
      Returns:
      the initial point
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()