Class ContainerNode

All Implemented Interfaces:
PointerInterface

public class ContainerNode extends RenderNode
A render node that can contain other render nodes.

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

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getChild

      public RenderNode getChild(int idx)
      Gets one of the children of @container.
      Parameters:
      idx - the position of the child to get
      Returns:
      the @idx'th child of @container
    • getNChildren

      public int getNChildren()
      Retrieves the number of direct children of @node.
      Returns:
      the number of children of the `GskRenderNode`
    • 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()