Class MoxelService


  • public class MoxelService
    extends Object
    • Constructor Detail

      • MoxelService

        public MoxelService()
    • Method Detail

      • getStandardFont

        public static Font getStandardFont()
        Получить стандартный шрифт.
      • createFontCopy

        public static Font createFontCopy​(Font font)
        Сделать копию шрифта.
      • getImage

        public static org.eclipse.swt.graphics.Image getImage​(Picture picture)
        Make Image from Picture object
        Parameters:
        picture - Picture
        Returns:
        Image or null for invalid pictures
      • getImage

        public static org.eclipse.swt.graphics.Image getImage​(Picture picture,
                                                              boolean loadTransparent)
        Make Image from Picture object
        Parameters:
        picture - Picture
        loadTransparent -
        Returns:
        Image or null for invalid pictures