|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjpicedt.graphic.view.AbstractView
jpicedt.graphic.view.DefaultViewFactory.LeafElementView
jpicedt.graphic.view.DefaultViewFactory.EllipseView
jpicedt.format.output.eepic.EepicViewFactory.EllipseView
public class EepicViewFactory.EllipseView
view for ellipses specific to the Epic/Eepic content type.
| Field Summary |
|---|
| Fields inherited from class jpicedt.graphic.view.DefaultViewFactory.EllipseView |
|---|
arrowEnd, arrowEndDir, arrowStart, arrowStartDir, arrowStroke, ptAngleEnd, ptAngleStart |
| Fields inherited from class jpicedt.graphic.view.DefaultViewFactory.LeafElementView |
|---|
interiorPaint, lineWidth, outlinePaint, outlineStroke, overStrikeWidth, shadowBounds, shape |
| Fields inherited from class jpicedt.graphic.view.AbstractView |
|---|
bounds, element, highlighter |
| Fields inherited from interface jpicedt.graphic.view.ViewConstants |
|---|
BARBELL_SIZE, CLICK_DISTANCE |
| Constructor Summary | |
|---|---|
EepicViewFactory.EllipseView(PicEllipse ellipse)
Construct a View for the given PicEllipse. |
|
| Method Summary | |
|---|---|
void |
changedUpdate(DrawingEvent.EventType eventType)
Give notification from the model that a change occured for an element this view is responsible for rendering. |
protected void |
syncAttributes()
Inherits from superclass, except for elliptic arcs, which are never filled, as well as rotated ellipses. |
| Methods inherited from class jpicedt.graphic.view.DefaultViewFactory.EllipseView |
|---|
paint, syncShape |
| Methods inherited from class jpicedt.graphic.view.DefaultViewFactory.LeafElementView |
|---|
getViewFactory, hitTest, syncBounds |
| Methods inherited from class jpicedt.graphic.view.AbstractView |
|---|
getBounds, getContainer, getDrawing, getElement, getGraphics, getHighlighter, getParentView, hitTest, paintHighlighter, repaint, setElement, setHighlighter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EepicViewFactory.EllipseView(PicEllipse ellipse)
Following rules apply for the Epic/Eepic content type :
| Method Detail |
|---|
public void changedUpdate(DrawingEvent.EventType eventType)
changedUpdate in interface ViewchangedUpdate in class DefaultViewFactory.LeafElementViewprotected void syncAttributes()
syncAttributes in class DefaultViewFactory.LeafElementView
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||