Class BroadwayRenderer

All Implemented Interfaces:
Proxy

@Generated("org.javagi.JavaGI") public class BroadwayRenderer extends Renderer

A Broadway based renderer.

See Renderer.

  • Constructor Details

    • BroadwayRenderer

      public BroadwayRenderer(MemorySegment address)
      Create a BroadwayRenderer instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
    • BroadwayRenderer

      public BroadwayRenderer()
      Create a new BroadwayRenderer.
  • Method Details

    • getType

      public static @Nullable Type getType()
      Get the GType of the BroadwayRenderer class.
      Returns:
      the GType
    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • asParent

      protected BroadwayRenderer asParent()
      Return this instance as if it were its parent type. Comparable to the Java super keyword, but ensures the parent typeclass is also used in native code.
      Overrides:
      asParent in class Renderer
      Returns:
      the instance as if it were its parent type
    • builder

      public static BroadwayRenderer.Builder<? extends BroadwayRenderer.Builder> builder()
      A BroadwayRenderer.Builder object constructs a BroadwayRenderer with the specified properties. Use the various set...() methods to set properties, and finish construction with BroadwayRenderer.Builder.build().
      Returns:
      the builder object