Class RadialGradientNode

All Implemented Interfaces:
PointerInterface

public class RadialGradientNode extends RenderNode
A render node for a radial gradient.

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

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getCenter

      public Point getCenter()
      Retrieves the center pointer for the gradient.
      Returns:
      the center point for the gradient
    • getEnd

      public float getEnd()
      Retrieves the end value for the gradient.
      Returns:
      the end value for the gradient
    • getHradius

      public float getHradius()
      Retrieves the horizonal radius for the gradient.
      Returns:
      the horizontal radius for the gradient
    • getNColorStops

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

      public float getStart()
      Retrieves the start value for the gradient.
      Returns:
      the start value for the gradient
    • getVradius

      public float getVradius()
      Retrieves the vertical radius for the gradient.
      Returns:
      the vertical radius for the gradient
    • 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()