|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
com.sibvisions.rad.ui.swing.ext.JVxTable.StrikeThroughEmptyBorder
public static class JVxTable.StrikeThroughEmptyBorder
EmptyBorder with strike through functionality.
| Field Summary | |
|---|---|
protected Color |
lineColor
true, if strike through should be painted. |
| Fields inherited from class javax.swing.border.EmptyBorder |
|---|
bottom, left, right, top |
| Constructor Summary | |
|---|---|
JVxTable.StrikeThroughEmptyBorder()
Constructs a new StrikeThroughEmptyBorder. |
|
| Method Summary | |
|---|---|
Color |
getLineColor()
Returns the color of the border. |
boolean |
isStrikeThrough()
true, if strike through should be painted. |
void |
paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height)
|
void |
setLineColor(Color pLineColor)
Returns the color of the border. |
void |
setStrikeThrough(boolean pStrikeThrough)
true, if strike through should be painted. |
| Methods inherited from class javax.swing.border.EmptyBorder |
|---|
getBorderInsets, getBorderInsets, getBorderInsets, isBorderOpaque |
| Methods inherited from class javax.swing.border.AbstractBorder |
|---|
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Color lineColor
| Constructor Detail |
|---|
public JVxTable.StrikeThroughEmptyBorder()
| Method Detail |
|---|
public boolean isStrikeThrough()
public void setStrikeThrough(boolean pStrikeThrough)
pStrikeThrough - true, if strike through should be painted.public Color getLineColor()
public void setLineColor(Color pLineColor)
pLineColor - the color of the border.
public void paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height)
paintBorder in interface BorderpaintBorder in class EmptyBorder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||