Class RoundedRectangleBorder

java.lang.Object
org.eclipse.draw2d.AbstractBorder
org.eclipse.draw2d.LineBorder
org.eclipse.nebula.widgets.timeline.borders.RoundedRectangleBorder
All Implemented Interfaces:
org.eclipse.draw2d.Border

public class RoundedRectangleBorder
extends org.eclipse.draw2d.LineBorder
  • Field Summary

    Fields inherited from class org.eclipse.draw2d.AbstractBorder

    tempRect
  • Constructor Summary

    Constructors 
    Constructor Description
    RoundedRectangleBorder​(int arc)  
    RoundedRectangleBorder​(int arcWidth, int arcHeight)  
  • Method Summary

    Modifier and Type Method Description
    void paint​(org.eclipse.draw2d.IFigure figure, org.eclipse.draw2d.Graphics graphics, org.eclipse.draw2d.geometry.Insets insets)  

    Methods inherited from class org.eclipse.draw2d.LineBorder

    getColor, getInsets, getStyle, getWidth, isOpaque, setColor, setStyle, setWidth

    Methods inherited from class org.eclipse.draw2d.AbstractBorder

    getPaintRectangle, getPreferredSize

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • paint

      public void paint​(org.eclipse.draw2d.IFigure figure, org.eclipse.draw2d.Graphics graphics, org.eclipse.draw2d.geometry.Insets insets)
      Specified by:
      paint in interface org.eclipse.draw2d.Border
      Overrides:
      paint in class org.eclipse.draw2d.LineBorder