public static final class CommonBorderPaddingBackground.BorderInfo extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Color |
getColor() |
static CommonBorderPaddingBackground.BorderInfo |
getInstance(int style,
CondLengthProperty width,
Color color,
CondLengthProperty radiusStart,
CondLengthProperty radiusEnd)
Returns a BorderInfo instance corresponding to the given values.
|
CondLengthProperty |
getRadiusEnd() |
CondLengthProperty |
getRadiusStart() |
int |
getRetainedWidth()
Convenience method returning the border-width,
taking into account values of "none" and "hidden"
|
int |
getStyle() |
CondLengthProperty |
getWidth() |
int |
hashCode() |
String |
toString() |
public static CommonBorderPaddingBackground.BorderInfo getInstance(int style, CondLengthProperty width, Color color, CondLengthProperty radiusStart, CondLengthProperty radiusEnd)
style
- the border-stylewidth
- the border-widthcolor
- the border-colorradiusStart
- the start radius for rounded bordersradiusEnd
- the end radius for rounded borderspublic int getStyle()
public Color getColor()
public CondLengthProperty getWidth()
public int getRetainedWidth()
public CondLengthProperty getRadiusStart()
public CondLengthProperty getRadiusEnd()
Copyright © 2025 Apache Software Foundation. All rights reserved.