|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.properties.CommonBorderPaddingBackground.BorderInfo
public static final class CommonBorderPaddingBackground.BorderInfo
Utility class to express border info.
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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 borders
public 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
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |