Class LeftRightBorder

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

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

    Fields inherited from class org.eclipse.draw2d.AbstractBorder

    tempRect
  • Constructor Summary

    Constructors 
    Constructor Description
    LeftRightBorder()  
    LeftRightBorder​(int width)  
    LeftRightBorder​(org.eclipse.swt.graphics.Color color)  
    LeftRightBorder​(org.eclipse.swt.graphics.Color color, int width)  
    LeftRightBorder​(org.eclipse.swt.graphics.Color color, int width, int style)  
  • 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

    • LeftRightBorder

      public LeftRightBorder()
    • LeftRightBorder

      public LeftRightBorder​(org.eclipse.swt.graphics.Color color, int width, int style)
    • LeftRightBorder

      public LeftRightBorder​(org.eclipse.swt.graphics.Color color, int width)
    • LeftRightBorder

      public LeftRightBorder​(org.eclipse.swt.graphics.Color color)
    • LeftRightBorder

      public LeftRightBorder​(int width)
  • 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