Class FXPaintCellEditor

    • Method Detail

      • createPaintImage

        protected ImageData createPaintImage​(Control w,
                                             javafx.scene.paint.Paint paint)
        Creates an ImageData filled with the given Paint. The size of the ImageData is computed so that the cell (in the property sheet table) is fully filled.
        Parameters:
        w - The property sheet control.
        paint - The Paint to use for filling the ImageData.
        Returns:
        The filled ImageData.