public static final class CommonBorderPaddingBackground.BorderInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.awt.Color |
getColor() |
static CommonBorderPaddingBackground.BorderInfo |
getInstance(int style,
CondLengthProperty width,
java.awt.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() |
java.lang.String |
toString() |
public static CommonBorderPaddingBackground.BorderInfo getInstance(int style, CondLengthProperty width, java.awt.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 java.awt.Color getColor()
public CondLengthProperty getWidth()
public int getRetainedWidth()
public CondLengthProperty getRadiusStart()
public CondLengthProperty getRadiusEnd()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.