Klasse RoundedClipNode

Alle implementierten Schnittstellen:
PointerInterface

public class RoundedClipNode extends RenderNode
A render node applying a rounded rectangle clip to its single child.

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

  • Konstruktordetails Linksymbol

    • RoundedClipNode Linksymbol

      public RoundedClipNode(PointerContainer pointer)
    • RoundedClipNode Linksymbol

      public RoundedClipNode(@Nonnull RenderNode child, @Nonnull RoundedRect clip)
      Creates a `GskRenderNode` that will clip the @child to the area
      given by @clip.
      Parameter:
      child - The node to draw
      clip - The clip to apply
  • Methodendetails Linksymbol

    • getClassHandler Linksymbol

      public static ClassHandler getClassHandler()
    • getChild Linksymbol

      public RenderNode getChild()
      Gets the child node that is getting clipped by the given @node.
      Gibt zurück:
      The child that is getting clipped
    • getClip Linksymbol

      public RoundedRect getClip()
      Retrieves the rounded rectangle used to clip the contents of the @node.
      Gibt zurück:
      a rounded rectangle
    • getTypeID Linksymbol

      public static long getTypeID()
    • getParentTypeID Linksymbol

      public static long getParentTypeID()
    • getTypeSize Linksymbol

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize Linksymbol

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize Linksymbol

      public static int getInstanceSize()