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)
Returns a BorderInfo instance corresponding to the given values
|
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)
style - the border-stylewidth - the border-widthcolor - the border-colorpublic int getStyle()
public java.awt.Color getColor()
public CondLengthProperty getWidth()
public int getRetainedWidth()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.