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_PFRectI

      public static StructLayout ML_PFRectI
    • 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_FKFontRef

      public static MemoryLayout ML_FKFontRef
    • 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_PFGLRendererDestroy

      public static MethodHandle MH_PFGLRendererDestroy
    • MH_PFGLRendererDestFramebufferSizeChanged

      public static MethodHandle MH_PFGLRendererDestFramebufferSizeChanged
    • MH_PFGLRendererSetViewport

      public static MethodHandle MH_PFGLRendererSetViewport
    • MH_PFGLRendererSetWindowSize

      public static MethodHandle MH_PFGLRendererSetWindowSize
    • MH_PFCanvasFontContextCreateWithSystemSource

      public static MethodHandle MH_PFCanvasFontContextCreateWithSystemSource
    • MH_PFCanvasCreate

      public static MethodHandle MH_PFCanvasCreate
    • MH_PFCanvasFontContextGetFontByPostScriptName

      public static MethodHandle MH_PFCanvasFontContextGetFontByPostScriptName
    • MH_PFCanvasSetFont

      public static MethodHandle MH_PFCanvasSetFont
    • MH_FKFontClone

      public static MethodHandle MH_FKFontClone
    • MH_FKFontDestroy

      public static MethodHandle MH_FKFontDestroy
    • 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_PFSceneProxyCreateWithSequentialExecutor

      public static MethodHandle MH_PFSceneProxyCreateWithSequentialExecutor
    • MH_PFSceneProxyCreateWithRayonExecutor

      public static MethodHandle MH_PFSceneProxyCreateWithRayonExecutor
    • MH_PFSceneProxyReplaceScene

      public static MethodHandle MH_PFSceneProxyReplaceScene
    • 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

    • Pathfinder

      public Pathfinder(SymbolLookup openGLSymbolLookup)
  • Method Details