|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.afp.BorderPaintingInfo
public class BorderPaintingInfo
Border painting information
Constructor Summary | |
---|---|
BorderPaintingInfo(float x1,
float y1,
float x2,
float y2,
boolean isHorizontal,
int style,
java.awt.Color color)
Main constructor |
Method Summary | |
---|---|
java.awt.Color |
getColor()
Returns the color |
int |
getStyle()
Returns the style |
float |
getX1()
Returns the x1 coordinate |
float |
getX2()
Returns the x2 coordinate |
float |
getY1()
Returns the y1 coordinate |
float |
getY2()
Returns the y2 coordinate |
boolean |
isHorizontal()
Returns true when this is a horizontal line |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BorderPaintingInfo(float x1, float y1, float x2, float y2, boolean isHorizontal, int style, java.awt.Color color)
x1
- the x1 coordinatey1
- the y1 coordinatex2
- the x2 coordinatey2
- the y2 coordinateisHorizontal
- true when the border line is horizontalstyle
- the border stylecolor
- the border colorMethod Detail |
---|
public float getX1()
public float getY1()
public float getX2()
public float getY2()
public boolean isHorizontal()
public int getStyle()
public java.awt.Color getColor()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |