|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.border.AbstractBorder javax.swing.border.BevelBorder com.cosylab.gui.components.ledder.CustomBorder
public class CustomBorder
Field Summary |
---|
Fields inherited from class javax.swing.border.BevelBorder |
---|
bevelType, highlightInner, highlightOuter, LOWERED, RAISED, shadowInner, shadowOuter |
Constructor Summary | |
---|---|
CustomBorder()
|
Method Summary | |
---|---|
boolean |
isVisible()
|
protected void |
paintRaisedBevel(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
|
void |
setVisible(boolean visible)
|
Methods inherited from class javax.swing.border.BevelBorder |
---|
getBevelType, getBorderInsets, getBorderInsets, getHighlightInnerColor, getHighlightInnerColor, getHighlightOuterColor, getHighlightOuterColor, getShadowInnerColor, getShadowInnerColor, getShadowOuterColor, getShadowOuterColor, isBorderOpaque, paintBorder, paintLoweredBevel |
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 CustomBorder()
Method Detail |
---|
protected void paintRaisedBevel(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
paintRaisedBevel
in class javax.swing.border.BevelBorder
public boolean isVisible()
public void setVisible(boolean visible)
visible
- The visible to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |