Class GroupLabelBorder

  • All Implemented Interfaces:
    org.eclipse.draw2d.Border

    public class GroupLabelBorder
    extends org.eclipse.draw2d.AbstractBorder
    Border for group label.
    • Field Summary

      • Fields inherited from class org.eclipse.draw2d.AbstractBorder

        tempRect
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupLabelBorder()
      Constructor.
    • Constructor Detail

      • GroupLabelBorder

        public GroupLabelBorder()
        Constructor.
    • Method Detail

      • setBackgroundColor

        public void setBackgroundColor​(org.eclipse.swt.graphics.Color backgroundColor)
        Sets background color.
        Parameters:
        backgroundColor - - background color to set. Can't be null
      • paint

        public void paint​(org.eclipse.draw2d.IFigure figure,
                          org.eclipse.draw2d.Graphics graphics,
                          org.eclipse.draw2d.geometry.Insets insets)
      • getInsets

        public org.eclipse.draw2d.geometry.Insets getInsets​(org.eclipse.draw2d.IFigure figure)