|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.esrf.tangoatk.widget.util.jdraw.JDObject
fr.esrf.tangoatk.widget.util.jdraw.JDRectangular
public abstract class JDRectangular
JDraw Rectanglar graphic object (All object having a rectangular sizing behavior)
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
JDRectangular()
|
|
| Method Summary | |
|---|---|
void |
moveSummit(int id,
double x,
double y)
Moves the specifed summit to the specified position. |
void |
paint(JDrawEditor parent,
java.awt.Graphics g)
Paints this object. |
void |
rotate90(double x,
double y)
Rotate the object by 90deg. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JDRectangular()
| Method Detail |
|---|
public void paint(JDrawEditor parent,
java.awt.Graphics g)
JDObject
paint in class JDObjectparent - JdrawEditor parent (Can be null except for JDSwingObject)g - the specified Graphics window
public void moveSummit(int id,
double x,
double y)
JDObject
moveSummit in class JDObjectid - Summit indexx - Absolute X positiony - Absolute Y positionJDObject.refresh()
public void rotate90(double x,
double y)
JDObject
rotate90 in class JDObjectx - Rotation center horizontal posy - Rotation center vertical posJDObject.refresh()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||