com.jmex.bui.border
Class EmptyBorder

java.lang.Object
  extended by com.jmex.bui.border.BBorder
      extended by com.jmex.bui.border.EmptyBorder

public class EmptyBorder
extends BBorder

Defines a border with no rendered geometry but that simply takes up space.


Field Summary
protected  Insets _insets
           
 
Constructor Summary
EmptyBorder(int left, int top, int right, int bottom)
           
 
Method Summary
 Insets adjustInsets(Insets insets)
          Adds the supplied insets to this border's insets and returns adjusted insets.
 
Methods inherited from class com.jmex.bui.border.BBorder
render, wasAdded, wasRemoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_insets

protected Insets _insets
Constructor Detail

EmptyBorder

public EmptyBorder(int left,
                   int top,
                   int right,
                   int bottom)
Method Detail

adjustInsets

public Insets adjustInsets(Insets insets)
Description copied from class: BBorder
Adds the supplied insets to this border's insets and returns adjusted insets.

Specified by:
adjustInsets in class BBorder


Copyright © 2008 Michael Bayne. All Rights Reserved.