|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo2.app.Border
echopointng.BorderEx
echopointng.MutableBorderEx
public class MutableBorderEx
MutableBorderEx is extension of BorderEx is no longer
immutable.
The more specific left, top, right and bottom border properties take precedence over the general border properties, in that they are applied last during rendering and are drawn so they override anything previously set by the general border properties.
BorderEx,
Serialized Form| Field Summary |
|---|
| Fields inherited from class echopointng.BorderEx |
|---|
DEFAULT, NONE |
| Fields inherited from class nextapp.echo2.app.Border |
|---|
STYLE_DASHED, STYLE_DOTTED, STYLE_DOUBLE, STYLE_GROOVE, STYLE_INSET, STYLE_NONE, STYLE_OUTSET, STYLE_RIDGE, STYLE_SOLID |
| Constructor Summary | |
|---|---|
MutableBorderEx()
|
|
MutableBorderEx(Color color)
|
|
MutableBorderEx(Extent size,
Color color,
int style)
|
|
MutableBorderEx(Extent leftSize,
Color leftColor,
int leftStyle,
Extent rightSize,
Color rightColor,
int rightStyle,
Extent topSize,
Color topColor,
int topStyle,
Extent bottomSize,
Color bottomColor,
int bottomStyle)
|
|
MutableBorderEx(int size)
|
|
MutableBorderEx(int size,
Color color)
|
|
MutableBorderEx(int size,
Color color,
int style)
|
|
MutableBorderEx(int leftSize,
Color leftColor,
int leftStyle,
int rightSize,
Color rightColor,
int rightStyle,
int topSize,
Color topColor,
int topStyle,
int bottomSize,
Color bottomColor,
int bottomStyle)
|
|
| Method Summary | |
|---|---|
void |
setAll(Extent size,
Color color,
int style)
Sets all MutableBorderEx properties. |
void |
setAll(int size,
Color color,
int style)
Sets all MutableBorderEx properties. |
void |
setBottom(Extent size,
Color color,
int style)
Sets the bottom MutableBorderEx properties. |
void |
setBottom(int size,
Color color,
int style)
Sets the bottom MutableBorderEx properties. |
void |
setBottomColor(Color color)
Sets the bottom MutableBorderEx color property. |
void |
setBottomSize(Extent size)
Sets the bottom MutableBorderEx size property. |
void |
setBottomStyle(int style)
Sets the bottom MutableBorderEx style property. |
void |
setColor(Color color)
Sets the color MutableBorderEx properties. |
void |
setLeft(Extent size,
Color color,
int style)
Sets the left MutableBorderEx properties. |
void |
setLeft(int size,
Color color,
int style)
Sets the left MutableBorderEx properties. |
void |
setLeftColor(Color color)
Sets the left MutableBorderEx color property. |
void |
setLeftSize(Extent size)
Sets the left MutableBorderEx size property. |
void |
setLeftStyle(int style)
Sets the left MutableBorderEx style property. |
void |
setRight(Extent size,
Color color,
int style)
Sets the right MutableBorderEx properties. |
void |
setRight(int size,
Color color,
int style)
Sets the right MutableBorderEx properties. |
void |
setRightColor(Color color)
Sets the right MutableBorderEx color property. |
void |
setRightSize(Extent size)
Sets the right MutableBorderEx right property. |
void |
setRightStyle(int style)
Sets the right MutableBorderEx style property. |
void |
setSize(Extent size)
Sets the MutableBorderEx size properties. |
void |
setStyle(int style)
Sets the MutableBorderEx style properties. |
void |
setTop(Extent size,
Color color,
int style)
Sets the top MutableBorderEx properties. |
void |
setTop(int size,
Color color,
int style)
Sets the top MutableBorderEx properties. |
void |
setTopColor(Color color)
Sets the top MutableBorderEx color property. |
void |
setTopSize(Extent size)
Sets the top MutableBorderEx size property. |
void |
setTopStyle(int style)
Sets the top MutableBorderEx style property. |
| Methods inherited from class echopointng.BorderEx |
|---|
equals, getBottomColor, getBottomSize, getBottomStyle, getColor, getLeftColor, getLeftSize, getLeftStyle, getRightColor, getRightSize, getRightStyle, getSize, getStyle, getStyleString, getTopColor, getTopSize, getTopStyle, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MutableBorderEx()
BorderEx.BorderEx()public MutableBorderEx(Color color)
BorderEx.BorderEx(Color)
public MutableBorderEx(Extent size,
Color color,
int style)
BorderEx.BorderEx(Extent, Color, int)
public MutableBorderEx(Extent leftSize,
Color leftColor,
int leftStyle,
Extent rightSize,
Color rightColor,
int rightStyle,
Extent topSize,
Color topColor,
int topStyle,
Extent bottomSize,
Color bottomColor,
int bottomStyle)
BorderEx.BorderEx(Extent, Color, int, Extent, Color, int, Extent, Color, int, Extent, Color, int)public MutableBorderEx(int size)
BorderEx.BorderEx(int)
public MutableBorderEx(int size,
Color color)
BorderEx.BorderEx(int, Color)
public MutableBorderEx(int size,
Color color,
int style)
BorderEx.BorderEx(int, Color, int)
public MutableBorderEx(int leftSize,
Color leftColor,
int leftStyle,
int rightSize,
Color rightColor,
int rightStyle,
int topSize,
Color topColor,
int topStyle,
int bottomSize,
Color bottomColor,
int bottomStyle)
BorderEx.BorderEx(int, Color, int, int, Color, int, int, Color, int, int, Color, int)| Method Detail |
|---|
public void setAll(Extent size,
Color color,
int style)
MutableBorderEx properties.
size - - is the size of the bordercolor - - is the color of the borderstyle - -
the style, one of the following values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHED
public void setAll(int size,
Color color,
int style)
MutableBorderEx properties.
size - - is the size of the border in pixelscolor - - is the color of the borderstyle - -
the style, one of the following values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHED
public void setBottom(Extent size,
Color color,
int style)
MutableBorderEx properties.
size - - is the size of the bordercolor - - is the color of the borderstyle - -
the style, one of the following values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHED
public void setBottom(int size,
Color color,
int style)
MutableBorderEx properties.
size - - is the size of the border in pixelscolor - - is the color of the borderstyle - -
the style, one of the following values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHEDpublic void setBottomColor(Color color)
MutableBorderEx color property.
color - - is the color of the borderpublic void setBottomSize(Extent size)
MutableBorderEx size property.
size - - is the size of the borderpublic void setBottomStyle(int style)
MutableBorderEx style property.
style - -
the style, one of the following values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHEDpublic void setColor(Color color)
MutableBorderEx properties.
color - - is the color of the border
public void setLeft(Extent size,
Color color,
int style)
MutableBorderEx properties.
size - - is the size of the bordercolor - - is the color of the borderstyle - -
the style, one of the following values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHED
public void setLeft(int size,
Color color,
int style)
MutableBorderEx properties.
size - - is the size of the border in pixelscolor - - is the color of the borderstyle - -
the style, one of the following values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHEDpublic void setLeftColor(Color color)
MutableBorderEx color property.
color - - is the color of the borderpublic void setLeftSize(Extent size)
MutableBorderEx size property.
size - - is the size of the borderpublic void setLeftStyle(int style)
MutableBorderEx style property.
style - -
the style, one of the following values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHED
public void setRight(Extent size,
Color color,
int style)
MutableBorderEx properties.
size - - is the size of the bordercolor - - is the color of the borderstyle - -
the style, one of the following values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHED
public void setRight(int size,
Color color,
int style)
MutableBorderEx properties.
size - - is the size of the border in pixelscolor - - is the color of the borderstyle - -
the style, one of the following values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHEDpublic void setRightColor(Color color)
MutableBorderEx color property.
color - - is the color of the borderpublic void setRightSize(Extent size)
MutableBorderEx right property.
size - - is the size of the borderpublic void setRightStyle(int style)
MutableBorderEx style property.
style - -
the style, one of the following values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHEDpublic void setSize(Extent size)
MutableBorderEx size properties.
size - - is the size of the borderpublic void setStyle(int style)
MutableBorderEx style properties.
style - -
the style, one of the following values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHED
public void setTop(Extent size,
Color color,
int style)
MutableBorderEx properties.
size - - is the size of the bordercolor - - is the color of the borderstyle - -
the style, one of the following values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHED
public void setTop(int size,
Color color,
int style)
MutableBorderEx properties.
size - - is the size of the border in pixelscolor - - is the color of the borderstyle - -
the style, one of the following values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHEDpublic void setTopColor(Color color)
MutableBorderEx color property.
color - - is the color of the borderpublic void setTopSize(Extent size)
MutableBorderEx size property.
size - - is the size of the borderpublic void setTopStyle(int style)
MutableBorderEx style property.
style - -
the style, one of the following values:
STYLE_NONESTYLE_SOLIDSTYLE_INSETSTYLE_OUTSETSTYLE_GROOVESTYLE_RIDGESTYLE_DOUBLESTYLE_DOTTEDSTYLE_DASHED
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||