jpicedt.format.output.pstricks
Class PstricksViewFactory
java.lang.Object
jpicedt.graphic.view.DefaultViewFactory
jpicedt.format.output.pstricks.PstricksViewFactory
- All Implemented Interfaces:
- AttributesViewFactory, ViewFactory
public class PstricksViewFactory
- extends DefaultViewFactory
A factory to create a View for a given Element when the underlying content type for
the model is Pstricks.
Note that this is no longer used now that PSTricks supports elliptic arcs.
- Since:
- jPicEdt 1.3
- Version:
- $Id: PstricksViewFactory.java,v 1.11 2013/03/27 07:08:55 vincentb1 Exp $
- Author:
- Sylvain Reynal
Method Summary |
View |
createView(Element element)
Create a View for the given Element by looking up the hashmap responsible for creating
View 's for Element 's. |
Methods inherited from class jpicedt.graphic.view.DefaultViewFactory |
configure, createArrow, createPaintForInterior, createPaintForOutline, createPaintForShadow, createShadow, createStroke, createStrokeForOverstrike, getMappedClass, main, map, paintHatches, toString, unmap |
PstricksViewFactory
public PstricksViewFactory()
createView
public View createView(Element element)
- Description copied from class:
DefaultViewFactory
- Create a View for the given
Element
by looking up the hashmap responsible for creating
View
's for Element
's.
- Specified by:
createView
in interface ViewFactory
- Overrides:
createView
in class DefaultViewFactory
- Returns:
- a View for the given Element
Submit a bug : syd@jpicedt.org