org.flexdock.docking.drag.outline.x11
Class X11RubberBand

java.lang.Object
  extended by org.flexdock.docking.drag.effects.RubberBand
      extended by org.flexdock.docking.drag.outline.x11.X11RubberBand

public class X11RubberBand
extends RubberBand

Author:
marius

Field Summary
 
Fields inherited from class org.flexdock.docking.drag.effects.RubberBand
DEBUG_OUTPUT
 
Constructor Summary
X11RubberBand()
           
 
Method Summary
 void clear()
           
static X11RubberBand getInstance()
           
 void paint(Graphics g, Rectangle rect)
           
 
Methods inherited from class org.flexdock.docking.drag.effects.RubberBand
paint, paint, paint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X11RubberBand

public X11RubberBand()
Method Detail

getInstance

public static X11RubberBand getInstance()

paint

public void paint(Graphics g,
                  Rectangle rect)
Overrides:
paint in class RubberBand

clear

public void clear()
Overrides:
clear in class RubberBand