Class VControlPainter

    • Constructor Detail

      • VControlPainter

        public VControlPainter()
    • Method Detail

      • getX

        private static double getX​(VControl control,
                                   double width)
      • getY

        private static double getY​(VControl control,
                                   double height)
      • paintImage

        private static void paintImage​(VControl control,
                                       org.eclipse.swt.widgets.Event e)
      • paintImageAndText

        private static void paintImageAndText​(VControl control,
                                              org.eclipse.swt.widgets.Event e)
      • paintOval

        private static void paintOval​(VControl control,
                                      org.eclipse.swt.widgets.Event e,
                                      int x,
                                      int y)
      • paintPoly

        private static void paintPoly​(VControl control,
                                      org.eclipse.swt.widgets.Event e,
                                      int x,
                                      int y,
                                      int minX,
                                      int minY)
      • paintPolygon

        private static void paintPolygon​(VControl control,
                                         org.eclipse.swt.widgets.Event e)
      • paintPolygonAndText

        private static void paintPolygonAndText​(VControl control,
                                                org.eclipse.swt.widgets.Event e)
      • paintText

        private static void paintText​(VControl control,
                                      org.eclipse.swt.widgets.Event e)