org.xith3d.ui.hud.base
Interface Border

All Known Implementing Classes:
BevelBorder, BorderWidget, ColoredBorder, EmptyBorder, RoundedCornersBorder

public interface Border

This is an interface for the most basic methods of a Border.


Nested Class Summary
static class Border.Description
          This class is used to describe a Border Widget.
 
Method Summary
 float getBottomHeight()
           
 float getLeftWidth()
           
 float getRightWidth()
           
 float getTopHeight()
           
 

Method Detail

getBottomHeight

float getBottomHeight()
Returns:
the height of the bottom side of this Border

getRightWidth

float getRightWidth()
Returns:
the width of the right side of this Border

getTopHeight

float getTopHeight()
Returns:
the height of the top side of this Border

getLeftWidth

float getLeftWidth()
Returns:
the width of the left side of this Border