|
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.AFPLineDataInfo
public class AFPLineDataInfo
Line data information
Constructor Summary | |
---|---|
AFPLineDataInfo()
Default constructor |
|
AFPLineDataInfo(AFPLineDataInfo template)
Copy constructor. |
Method Summary | |
---|---|
java.awt.Color |
getColor()
Returns line color |
int |
getRotation()
Returns line rotation |
int |
getThickness()
Returns the line thickness |
int |
getX1()
Returns the X1 coordinate |
int |
getX2()
Returns the X2 coordinate |
int |
getY1()
Returns the Y1 coordinate |
int |
getY2()
Returns the Y2 coordinate |
void |
setColor(java.awt.Color color)
Sets the line color |
void |
setRotation(int rotation)
Sets the line rotation |
void |
setThickness(int thickness)
Sets the line thickness |
void |
setX1(int x1)
Sets the X1 coordinate |
void |
setX2(int x2)
Sets the X2 coordinate |
void |
setY1(int y1)
Sets the Y1 coordinate |
void |
setY2(int y2)
Sets the Y2 coordinate |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AFPLineDataInfo()
public AFPLineDataInfo(AFPLineDataInfo template)
template
- the object to copyMethod Detail |
---|
public int getX1()
public void setX1(int x1)
x1
- the X1 coordinatepublic int getY1()
public void setY1(int y1)
y1
- the Y1 coordinatepublic int getX2()
public void setX2(int x2)
x2
- the X2 coordinatepublic int getY2()
public void setY2(int y2)
y2
- the Y2 coordinatepublic int getThickness()
public void setThickness(int thickness)
thickness
- the line thicknesspublic java.awt.Color getColor()
public void setColor(java.awt.Color color)
color
- the line colorpublic int getRotation()
public void setRotation(int rotation)
rotation
- the line rotationpublic java.lang.String toString()
toString
in class java.lang.Object
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |