jpicedt.format.output.latex
Class LatexViewFactory.EllipseView
java.lang.Object
jpicedt.graphic.view.AbstractView
jpicedt.graphic.view.DefaultViewFactory.LeafElementView
jpicedt.graphic.view.DefaultViewFactory.EllipseView
jpicedt.format.output.latex.LatexViewFactory.EllipseView
- All Implemented Interfaces:
- View, ViewConstants
- Enclosing class:
- LatexViewFactory
public class LatexViewFactory.EllipseView
- extends DefaultViewFactory.EllipseView
view for ellipse specific to the LaTeX picture environment.
Only small circles can be filled.
[pending] bug : only OPEN arcs !
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. |
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 |
LatexViewFactory.EllipseView
public LatexViewFactory.EllipseView(PicEllipse ell)
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 DefaultViewFactory.LeafElementView
syncAttributes
protected void syncAttributes()
- Inherits from superclass, except for elliptic arcs, which are never filled.
- Overrides:
syncAttributes
in class DefaultViewFactory.LeafElementView
Submit a bug : syd@jpicedt.org