edu.umd.cfar.lamp.viper.gui.core
Class ReallyEmptyBorder

java.lang.Object
  extended byjavax.swing.border.AbstractBorder
      extended byjavax.swing.border.EmptyBorder
          extended byedu.umd.cfar.lamp.viper.gui.core.ReallyEmptyBorder
All Implemented Interfaces:
javax.swing.border.Border, java.io.Serializable

public class ReallyEmptyBorder
extends javax.swing.border.EmptyBorder

An empty border with zero margin size.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.border.EmptyBorder
bottom, left, right, top
 
Constructor Summary
ReallyEmptyBorder()
          Constructs the empty border.
 
Methods inherited from class javax.swing.border.EmptyBorder
getBorderInsets, getBorderInsets, getBorderInsets, isBorderOpaque, paintBorder
 
Methods inherited from class javax.swing.border.AbstractBorder
getInteriorRectangle, getInteriorRectangle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReallyEmptyBorder

public ReallyEmptyBorder()
Constructs the empty border.