jpicedt.format.output.eepic
Class EllipseView
java.lang.Object
jpicedt.graphic.view.AbstractView
jpicedt.graphic.view.LeafElementView
jpicedt.graphic.view.EllipseView
jpicedt.format.output.eepic.EllipseView
- All Implemented Interfaces:
- View
public class EllipseView
- extends EllipseView
view for ellipses specific to the Epic/Eepic content type.
- Since:
- jPicEdt 1.3.2
- Version:
- $Id: EllipseView.java,v 1.4 2013/03/27 07:10:35 vincentb1 Exp $
- Author:
- Sylvain Reynal
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.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,
EepicViewFactory f)
- Construct a View for the given PicEllipse.
Following rules apply for the Epic/Eepic content type :
- Arcs (circular or elliptic) and ellipse can be rendered -> inherited from DefaultViewFactory.
[pending] bug : only OPEN arc ! No PIE !
- Ellipse and circulars arcs can be filled only if surrounding parallelogram is a rectangle parallel to X and Y axes
- Elliptic arcs can't be filled anyway.
- Supported fill-colours are BLACK, GRAY and WHITE.
- Only solid stroke is supported [pending] implementation in formatter
changedUpdate
public void changedUpdate(DrawingEvent.EventType eventType)
- Give notification from the model that a change occured for an element this view is responsible
for rendering.
- Specified by:
changedUpdate
in interface View
- Overrides:
changedUpdate
in class LeafElementView
syncAttributes
protected void syncAttributes()
- Inherits from superclass, except for elliptic arcs, which are never filled, as well
as rotated ellipses. Conversely, circles, circular arcs and non-rotated ellipses are always filled.
- Overrides:
syncAttributes
in class LeafElementView
Submit a bug : syd@jpicedt.org