|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Border Format interface.
| Inner Class Summary | |
static class |
BorderFormat.EProperty
The Border Format Property enumeration |
static class |
BorderFormat.EStyle
The Border Format Style enumeration |
| Method Summary | |
void |
clear(BorderFormat.EProperty border)
Clears the specified border. |
void |
clearAll()
Clears all border formatting |
int |
getColor(BorderFormat.EProperty border)
Returns the color of the specified border. |
BorderFormat.EStyle |
getStyle(BorderFormat.EProperty border)
Returns the style of the specified border. |
void |
setStyle(BorderFormat.EProperty border,
BorderFormat.EStyle style)
Sets the style of the specified border. |
void |
setStyleAndColor(BorderFormat.EProperty border,
BorderFormat.EStyle style,
int color)
Sets the style and color of the specified border. |
| Methods inherited from interface com.f1j.util.FormatBase |
isUndefined,
isUndefined,
isUsed,
setUndefined,
undefineAll,
useAll |
| Field Detail |
public static final BorderFormat.EProperty eBorderBottom
public static final BorderFormat.EProperty eBorderDiagDown
public static final BorderFormat.EProperty eBorderDiagUp
public static final BorderFormat.EProperty eBorderInsideHoriz
public static final BorderFormat.EProperty eBorderInsideVert
public static final BorderFormat.EProperty eBorderLeft
public static final BorderFormat.EProperty eBorderRight
public static final BorderFormat.EProperty eBorderTop
public static final BorderFormat.EStyle eBorderNone
public static final BorderFormat.EStyle eBorderThin
public static final BorderFormat.EStyle eBorderMedium
public static final BorderFormat.EStyle eBorderDashed
public static final BorderFormat.EStyle eBorderDotted
public static final BorderFormat.EStyle eBorderThick
public static final BorderFormat.EStyle eBorderDouble
public static final BorderFormat.EStyle eBorderHair
public static final BorderFormat.EStyle eBorderMediumDashed
public static final BorderFormat.EStyle eBorderDashDot
public static final BorderFormat.EStyle eBorderMediumDashDot
public static final BorderFormat.EStyle eBorderDashDotDot
public static final BorderFormat.EStyle eBorderMediumDashDotDot
public static final BorderFormat.EStyle eBorderSlantedDashDot
| Method Detail |
public void clearAll()
public void clear(BorderFormat.EProperty border)
border - The border to clearpublic int getColor(BorderFormat.EProperty border)
border - the borderpublic BorderFormat.EStyle getStyle(BorderFormat.EProperty border)
border - the border
public void setStyleAndColor(BorderFormat.EProperty border,
BorderFormat.EStyle style,
int color)
border - the borderstyle - the style to set on the bordercolor - the color to set on the border
public void setStyle(BorderFormat.EProperty border,
BorderFormat.EStyle style)
border - the borderstyle - the style to set on the border
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||