| java.lang.Object org.jvnet.substance.SubstanceBorder
SubstanceBorder | public class SubstanceBorder implements Border,UIResource(Code) | | Gradient border for the Substance look and feel. This class is for
internal use only.
author: Kirill Grouchnikov |
Field Summary | |
protected float | alpha Border opacity. | protected Insets | myInsets Insets of this border. | protected float | radiusFactor When the border is painted, the default radius is multiplied by this
factor. |
alpha | protected float alpha(Code) | | Border opacity.
|
myInsets | protected Insets myInsets(Code) | | Insets of this border.
|
radiusFactor | protected float radiusFactor(Code) | | When the border is painted, the default radius is multiplied by this
factor.
|
SubstanceBorder | public SubstanceBorder(Insets insets)(Code) | | Creates a new border with the specified insets.
Parameters: insets - Insets. |
isBorderOpaque | public boolean isBorderOpaque()(Code) | | |
setAlpha | public void setAlpha(float alpha)(Code) | | Sets the alpha for this border.
Parameters: alpha - Alpha factor. |
|
|