Class RadianceBorder
java.lang.Object
org.pushingpixels.radiance.theming.internal.utils.border.RadianceBorder
- All Implemented Interfaces:
Border, UIResource
Gradient border for the Radiance look and feel. This class is for
internal use only.
- Author:
- Kirill Grouchnikov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected floatBorder alpha.protected InsetsInsets ofthisborder.protected floatWhen the border is painted, the default radius is multiplied by this factor. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new border with dynamic insets (computed at the invocation time ofgetBorderInsets(Component)call).RadianceBorder(float radiusScaleFactor, Insets insets) RadianceBorder(Insets insets) Creates a new border with the specified insets. -
Method Summary
Modifier and TypeMethodDescriptionfloatReturns the radius scale factor of this border.booleanvoidpaintBorder(Component c, Graphics g, int x, int y, int width, int height)
-
Field Details
-
myInsets
Insets ofthisborder. -
alpha
protected float alphaBorder alpha. -
radiusScaleFactor
protected float radiusScaleFactorWhen the border is painted, the default radius is multiplied by this factor.
-
-
Constructor Details
-
RadianceBorder
public RadianceBorder()Creates a new border with dynamic insets (computed at the invocation time ofgetBorderInsets(Component)call). -
RadianceBorder
Creates a new border with the specified insets.- Parameters:
insets- Insets.
-
RadianceBorder
-
-
Method Details
-
paintBorder
- Specified by:
paintBorderin interfaceBorder
-
getBorderInsets
- Specified by:
getBorderInsetsin interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
isBorderOpaquein interfaceBorder
-
getRadiusScaleFactor
public float getRadiusScaleFactor()Returns the radius scale factor of this border.- Returns:
- The radius scale factor of this border.
-