|
||||||||||
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 java.awt.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 | |
---|---|
java.awt.Color |
getLineColor()
Returns the color of the border. |
boolean |
isStrikeThrough()
true, if strike through should be painted. |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
|
void |
setLineColor(java.awt.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 java.awt.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 java.awt.Color getLineColor()
public void setLineColor(java.awt.Color pLineColor)
pLineColor
- the color of the border.public void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
paintBorder
in interface javax.swing.border.Border
paintBorder
in class javax.swing.border.EmptyBorder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |