Klasse ContainerNode

Alle implementierten Schnittstellen:
PointerInterface

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

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

  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getChild

      public RenderNode getChild(int idx)
      Gets one of the children of @container.
      Parameter:
      idx - the position of the child to get
      Gibt zurück:
      the @idx'th child of @container
    • getNChildren

      public int getNChildren()
      Retrieves the number of direct children of @node.
      Gibt zurück:
      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()