Class Graphene


  • public class Graphene
    extends OS
    This class contains Graphene specific native functions. Please note this library is only relevant for GTK4 and above. In contrast to OS.java, dynamic functions are automatically linked, no need to add os_custom.h entries.
    • Constructor Detail

      • Graphene

        public Graphene()
    • Method Detail

      • graphene_rect_alloc

        public static final long graphene_rect_alloc()
      • graphene_rect_free

        public static final void graphene_rect_free​(long rectangle)
        Parameters:
        rectangle - cast=(graphene_rect_t *)
      • graphene_rect_init

        public static final long graphene_rect_init​(long rectangle,
                                                    float x,
                                                    float y,
                                                    float width,
                                                    float height)
        Parameters:
        rectangle - cast=(graphene_rect_t *)