|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectprojectPrototype.view.graphicEditor.graphicElement.GraphicElement
projectPrototype.view.graphicEditor.graphicElement.Text
| Field Summary | |
private java.lang.String |
text
|
| Fields inherited from class projectPrototype.view.graphicEditor.graphicElement.GraphicElement |
bgColor, conector, cursor, lineColor, MIN_HEIGHT, MIN_WIDTH, oldP1, oldP2, p1, p2, selector |
| Constructor Summary | |
Text(Point p1,
Point p2,
java.awt.Color textColor,
java.lang.String text)
|
|
Text(java.lang.String text)
|
|
| Method Summary | |
boolean |
over(Point p)
|
void |
paint(java.awt.Graphics g)
|
| Methods inherited from class projectPrototype.view.graphicEditor.graphicElement.GraphicElement |
adjustConectors, autoAdjust, createConectors, createDraggableElement, createSelector, getConector, getCursor, getGraphicElement, getGraphicElementSelector, getP1, getP2, getRectangle, isSelected, move, select, setP1, setP2, verifyMinimalSize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String text
| Constructor Detail |
public Text(java.lang.String text)
public Text(Point p1,
Point p2,
java.awt.Color textColor,
java.lang.String text)
| Method Detail |
public void paint(java.awt.Graphics g)
paint in class GraphicElementpublic boolean over(Point p)
over in class GraphicElement
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||