Uses of Class
jpicedt.graphic.view.DefaultViewFactory.AbstractCurveView
-
Packages that use DefaultViewFactory.AbstractCurveView Package Description jpicedt.format.output.eepic Classes (formatter, view factory,...) related to the epic/eepic content-type.jpicedt.format.output.latex Classes (formatter, view factory,...) related to the LaTeX (standard) content-type. -
-
Uses of DefaultViewFactory.AbstractCurveView in jpicedt.format.output.eepic
Subclasses of DefaultViewFactory.AbstractCurveView in jpicedt.format.output.eepic Modifier and Type Class Description classEepicViewFactory.AbstractCurveViewa View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve eepic allows filling polygon only (using \\path macro). -
Uses of DefaultViewFactory.AbstractCurveView in jpicedt.format.output.latex
Subclasses of DefaultViewFactory.AbstractCurveView in jpicedt.format.output.latex Modifier and Type Class Description classLatexViewFactory.AbstractCurveViewa View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve LaTeX-picture environment does not allow filling such shapes.
-