Class EmptyBorder

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

public class EmptyBorder
extends org.eclipse.draw2d.AbstractBorder
  • Field Summary

    Fields inherited from class org.eclipse.draw2d.AbstractBorder

    tempRect
  • Constructor Summary

    Constructors 
    Constructor Description
    EmptyBorder​(int indent)  
    EmptyBorder​(org.eclipse.draw2d.geometry.Insets insets)  
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.draw2d.geometry.Insets getInsets​(org.eclipse.draw2d.IFigure figure)  
    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.AbstractBorder

    getPaintRectangle, getPreferredSize, isOpaque

    Methods inherited from class java.lang.Object

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

    • EmptyBorder

      public EmptyBorder​(org.eclipse.draw2d.geometry.Insets insets)
    • EmptyBorder

      public EmptyBorder​(int indent)
  • Method Details

    • getInsets

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

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