org.lobobrowser.html.style
Class BorderInfo

java.lang.Object
  extended by org.lobobrowser.html.style.BorderInfo

public class BorderInfo
extends java.lang.Object


Field Summary
 java.awt.Color bottomColor
           
 int bottomStyle
           
 HtmlInsets insets
           
 java.awt.Color leftColor
           
 int leftStyle
           
 java.awt.Color rightColor
           
 int rightStyle
           
 java.awt.Color topColor
           
 int topStyle
           
 
Constructor Summary
BorderInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topStyle

public int topStyle

leftStyle

public int leftStyle

bottomStyle

public int bottomStyle

rightStyle

public int rightStyle

topColor

public java.awt.Color topColor

leftColor

public java.awt.Color leftColor

bottomColor

public java.awt.Color bottomColor

rightColor

public java.awt.Color rightColor

insets

public HtmlInsets insets
Constructor Detail

BorderInfo

public BorderInfo()