|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.app.Border.Side
public static class Border.Side
A representation of one or more sides of a border.
| Constructor Summary | |
|---|---|
Border.Side(Extent size,
Color color,
int style)
Creates a new border side. |
|
Border.Side(int sizePx,
Color color,
int style)
Creates a new border Side with a pixel-based size. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
Color |
getColor()
Returns the border side color. |
Extent |
getSize()
Returns the border side size. |
int |
getStyle()
Returns the border side style. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Border.Side(int sizePx,
Color color,
int style)
Side with a pixel-based size.
sizePx - the size of the border side, in pixelscolor - the color of the border sidestyle - the style of the border side, one of the following constant values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHED
public Border.Side(Extent size,
Color color,
int style)
side.
size - the size of the border side (this property only supports
Extents with fixed (i.e., not percent) units)color - the color of the border sidestyle - the style of the border side, one of the following constant
values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHED| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public Color getColor()
public Extent getSize()
public int getStyle()
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||