jpicedt.graphic.view
Class EllipseView
java.lang.Object
jpicedt.graphic.view.AbstractView
jpicedt.graphic.view.LeafElementView
jpicedt.graphic.view.EllipseView
- All Implemented Interfaces:
- View
- Direct Known Subclasses:
- EllipseView, EllipseView
public class EllipseView
- extends LeafElementView
a View for rendering ellipses defined by a parallelogram
Method Summary |
protected void |
syncArrowsAttributes()
Synchronizes arrows' specific attributes with the model. |
Methods inherited from class jpicedt.graphic.view.AbstractView |
getBounds, getContainer, getDrawing, getElement, getGraphics, getHighlighter, getParentView, getViewFactory, hitTest, intersect, paintHighlighter, repaint, setElement, setHighlighter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EllipseView
public EllipseView(PicEllipse ellipse,
AttributesViewFactory f)
- construct a new View for the given ellipse
syncArrowsAttributes
protected void syncArrowsAttributes()
- Synchronizes arrows' specific attributes with the model. Called from syncAttributes().
This implementation creates arrows only if the model is an open arc.
- Overrides:
syncArrowsAttributes
in class LeafElementView
Submit a bug : syd@jpicedt.org