Uses of Class
com.incrediblesoft.redjey.borders.AbstractBorder

Packages that use AbstractBorder
com.incrediblesoft.redjey   
com.incrediblesoft.redjey.borders   
 

Uses of AbstractBorder in com.incrediblesoft.redjey
 

Methods in com.incrediblesoft.redjey with parameters of type AbstractBorder
 Style Style.setBorder(AbstractBorder border)
           
 

Constructors in com.incrediblesoft.redjey with parameters of type AbstractBorder
Style(CustomFont font, Background background, AbstractBorder border, java.util.Hashtable attributes)
           
Style(int marginLeft, int marginRight, int marginTop, int marginBottom, int paddingLeft, int paddingRight, int paddingTop, int paddingBottom, int paddingHorizontal, int paddingVertical, CustomFont font, Background background, AbstractBorder border, java.util.Hashtable attributes)
          Creates a new Style.
 

Uses of AbstractBorder in com.incrediblesoft.redjey.borders
 

Subclasses of AbstractBorder in com.incrediblesoft.redjey.borders
 class SimpleBorder
           
 class SkinnedBorder
           
 

Methods in com.incrediblesoft.redjey.borders that return AbstractBorder
 AbstractBorder SimpleBorder.clone()
           
 AbstractBorder SkinnedBorder.clone()
           
abstract  AbstractBorder AbstractBorder.clone()