|
|||||||||||
| 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.Ellipse
projectPrototype.view.graphicEditor.graphicElement.Circle
| Field Summary |
| Fields inherited from class projectPrototype.view.graphicEditor.graphicElement.GraphicElement |
bgColor, conector, cursor, lineColor, MIN_HEIGHT, MIN_WIDTH, oldP1, oldP2, p1, p2, selector |
| Constructor Summary | |
Circle(Point p1,
Point p2,
java.awt.Color lineColor,
java.awt.Color bgColor)
|
|
| Method Summary | |
boolean |
over(Point p)
|
void |
paint(java.awt.Graphics g)
|
void |
verifyMinimalSize()
|
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Circle(Point p1,
Point p2,
java.awt.Color lineColor,
java.awt.Color bgColor)
| Method Detail |
public boolean over(Point p)
over in class Ellipsepublic void paint(java.awt.Graphics g)
paint in class Ellipsepublic void verifyMinimalSize()
verifyMinimalSize in class GraphicElement
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||