|
fop 1.0 | |||||||||
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 class CommonBorderPaddingBackground.BorderInfo
Method Summary | |
---|---|
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()
|
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)
style
- the border-stylewidth
- the border-widthcolor
- the border-color
public int getStyle()
public java.awt.Color getColor()
public CondLengthProperty getWidth()
public int getRetainedWidth()
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 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |