Module java.desktop

Interface SynthUI

    • Method Detail

      • getContext

        SynthContext getContext​(JComponent c)
        Returns the Context for the specified component.
        Parameters:
        c - Component requesting SynthContext.
        Returns:
        SynthContext describing component.
      • paintBorder

        void paintBorder​(SynthContext context,
                         Graphics g,
                         int x,
                         int y,
                         int w,
                         int h)
        Paints the border.
        Parameters:
        context - a component context
        g - Graphics to paint on
        x - the X coordinate
        y - the Y coordinate
        w - width of the border
        h - height of the border