Class Pathfinder

java.lang.Object
dev.pfaff.altargui.pathfinder.Pathfinder

public final class Pathfinder extends Object
  • Field Details

    • FD_PFGLLoadWith

      public static final FunctionDescriptor FD_PFGLLoadWith
    • ML_PFVector2I

      public static StructLayout ML_PFVector2I
    • ML_PFVector2F

      public static StructLayout ML_PFVector2F
    • ML_PFRectF

      public static StructLayout ML_PFRectF
    • ML_PFDestFramebufferRef

      public static AddressLayout ML_PFDestFramebufferRef
    • ML_PFGLRendererRef

      public static MemoryLayout ML_PFGLRendererRef
    • ML_PFCanvasRef

      public static MemoryLayout ML_PFCanvasRef
    • ML_PFFillStyleRef

      public static MemoryLayout ML_PFFillStyleRef
    • ML_PFSceneRef

      public static MemoryLayout ML_PFSceneRef
    • ML_PFSceneProxyRef

      public static MemoryLayout ML_PFSceneProxyRef
    • ML_PFCanvasFontContextRef

      public static MemoryLayout ML_PFCanvasFontContextRef
    • ML_PFColorF

      public static MemoryLayout ML_PFColorF
    • ML_PFColorU

      public static MemoryLayout ML_PFColorU
    • ML_PFRendererMode

      public static final ValueLayout.OfByte ML_PFRendererMode
    • ML_PFRendererOptions

      public static StructLayout ML_PFRendererOptions
    • MH_PFGLDestFramebufferCreateFullWindow

      public static MethodHandle MH_PFGLDestFramebufferCreateFullWindow
    • MH_PFGLDeviceCreate

      public static MethodHandle MH_PFGLDeviceCreate
    • MH_PFEmbeddedResourceLoaderCreate

      public static MethodHandle MH_PFEmbeddedResourceLoaderCreate
    • MH_PFFilesystemResourceLoaderLocate

      public static MethodHandle MH_PFFilesystemResourceLoaderLocate
    • MH_PFFilesystemResourceLoaderFromPath

      public static MethodHandle MH_PFFilesystemResourceLoaderFromPath
    • MH_PFGLRendererCreate

      public static MethodHandle MH_PFGLRendererCreate
    • MH_PFCanvasFontContextCreateWithSystemSource

      public static MethodHandle MH_PFCanvasFontContextCreateWithSystemSource
    • MH_PFCanvasCreate

      public static MethodHandle MH_PFCanvasCreate
    • MH_PFCanvasSetFontByPostScriptName

      public static MethodHandle MH_PFCanvasSetFontByPostScriptName
    • MH_PFCanvasSetFontSize

      public static MethodHandle MH_PFCanvasSetFontSize
    • MH_PFCanvasFillText

      public static MethodHandle MH_PFCanvasFillText
    • MH_PFCanvasFillRect

      public static MethodHandle MH_PFCanvasFillRect
    • MH_PFCanvasSetFillStyle

      public static MethodHandle MH_PFCanvasSetFillStyle
    • MH_PFCanvasSetStrokeStyle

      public static MethodHandle MH_PFCanvasSetStrokeStyle
    • MH_PFCanvasClear

      public static MethodHandle MH_PFCanvasClear
    • MH_PFCanvasCreateScene

      public static MethodHandle MH_PFCanvasCreateScene
    • MH_PFSceneProxyCreateFromSceneAndSequentialExecutor

      public static MethodHandle MH_PFSceneProxyCreateFromSceneAndSequentialExecutor
    • MH_PFSceneProxyCreateFromSceneAndRayonExecutor

      public static MethodHandle MH_PFSceneProxyCreateFromSceneAndRayonExecutor
    • MH_PFSceneProxyDestroy

      public static MethodHandle MH_PFSceneProxyDestroy
    • MH_PFSceneProxyBuildAndRenderGL

      public static MethodHandle MH_PFSceneProxyBuildAndRenderGL
    • MH_PFBuildOptionsCreate

      public static MethodHandle MH_PFBuildOptionsCreate
    • MH_PFFillStyleCreateColor

      public static MethodHandle MH_PFFillStyleCreateColor
    • MH_PFFillStyleDestroy

      public static MethodHandle MH_PFFillStyleDestroy
  • Constructor Details

  • Method Details