com.threerings.opengl.gui.border
Class EmptyBorder

java.lang.Object
  extended by com.threerings.opengl.gui.border.Border
      extended by com.threerings.opengl.gui.border.EmptyBorder

public class EmptyBorder
extends Border

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


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.threerings.opengl.gui.border.Border
render
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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: Border
Adds the supplied insets to this border's insets and returns adjusted insets.

Specified by:
adjustInsets in class Border


Copyright © 2011. All Rights Reserved.