jpicedt.format.output.latex
Class AbstractCurveView
java.lang.Object
jpicedt.graphic.view.AbstractView
jpicedt.graphic.view.LeafElementView
jpicedt.graphic.view.AbstractCurveView
jpicedt.format.output.latex.AbstractCurveView
- All Implemented Interfaces:
- View
public class AbstractCurveView
- extends AbstractCurveView
a View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve
LaTeX-picture environment does not allow filling such shapes.
Method Summary |
protected void |
syncAttributes()
Inherits from superclass, except for filling behaviour |
protected void |
syncDotShape()
Computes the Shape (centered at 0,0) used for drawing polygon's dots, built from the given attributes ;
this implementation sets it to null, as dotting is not supported. |
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 |
AbstractCurveView
public AbstractCurveView(AbstractCurve curve,
LatexViewFactory f)
- construct a new View for the given curve
syncAttributes
protected void syncAttributes()
- Inherits from superclass, except for filling behaviour
- Overrides:
syncAttributes
in class AbstractCurveView
syncDotShape
protected void syncDotShape()
- Computes the Shape (centered at 0,0) used for drawing polygon's dots, built from the given attributes ;
this implementation sets it to null, as dotting is not supported.
Submit a bug : syd@jpicedt.org