|
||||||||||
| 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.EtchedBorder
com.jidesoft.swing.PartialEtchedBorder
public class PartialEtchedBorder
| Field Summary |
|---|
| Fields inherited from class javax.swing.border.EtchedBorder |
|---|
etchType, highlight, LOWERED, RAISED, shadow |
| Fields inherited from interface com.jidesoft.swing.PartialSide |
|---|
ALL, EAST, HORIZONTAL, NORTH, SOUTH, VERTICAL, WEST |
| Constructor Summary | |
|---|---|
PartialEtchedBorder()
|
|
PartialEtchedBorder(Color highlight,
Color shadow,
int sides)
|
|
PartialEtchedBorder(int sides)
|
|
PartialEtchedBorder(int etchType,
Color highlight,
Color shadow,
int sides)
|
|
PartialEtchedBorder(int etchType,
int sides)
|
|
| Method Summary | |
|---|---|
Insets |
getBorderInsets(Component c)
|
Insets |
getBorderInsets(Component c,
Insets insets)
|
int |
getSides()
|
void |
paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height)
|
void |
setSides(int sides)
|
| Methods inherited from class javax.swing.border.EtchedBorder |
|---|
getEtchType, getHighlightColor, getHighlightColor, getShadowColor, getShadowColor, 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 |
| Constructor Detail |
|---|
public PartialEtchedBorder()
public PartialEtchedBorder(int sides)
public PartialEtchedBorder(int etchType,
int sides)
public PartialEtchedBorder(Color highlight,
Color shadow,
int sides)
public PartialEtchedBorder(int etchType,
Color highlight,
Color shadow,
int sides)
| Method Detail |
|---|
public int getSides()
public void setSides(int sides)
public void paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height)
paintBorder in interface BorderpaintBorder in class EtchedBorderpublic Insets getBorderInsets(Component c)
getBorderInsets in interface BordergetBorderInsets in class EtchedBorder
public Insets getBorderInsets(Component c,
Insets insets)
getBorderInsets in class EtchedBorder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||