com.ontimize.util.rtf
Class BorderAttributes
java.lang.Object
com.ontimize.util.rtf.BorderAttributes
- All Implemented Interfaces:
- java.io.Serializable
- public class BorderAttributes
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOP
public static final int TOP
- See Also:
- Constant Field Values
HORIZONTAL
public static final int HORIZONTAL
- See Also:
- Constant Field Values
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
VERTICAL
public static final int VERTICAL
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
borderTop
public int borderTop
borderHorizontal
public int borderHorizontal
borderBottom
public int borderBottom
borderLeft
public int borderLeft
borderVertical
public int borderVertical
borderRight
public int borderRight
lineColor
public java.awt.Color lineColor
BorderAttributes
public BorderAttributes()
setBorders
public void setBorders(int borders)
getBorders
public int getBorders()