|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.lf.components.basic.DrawLine
public class DrawLine
DrawLine : draw a line.
| Constructor Summary | |
|---|---|
DrawLine(float startX,
float startY,
float endX,
float endY,
float width)
draw a line. |
|
| Method Summary | |
|---|---|
javax.swing.JComponent |
getLine()
return the component. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DrawLine(float startX,
float startY,
float endX,
float endY,
float width)
draw a line.
startX - (X) start coordinate of linestartY - (Y) start coordinate of lineendX - (X) end coordinate of lineendY - (Y) end coordinate of linewidth - width of line| Method Detail |
|---|
public javax.swing.JComponent getLine()
return the component.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||