jpicedt.format.output.dxf
Class DXFViewFactory
java.lang.Object
jpicedt.graphic.view.DefaultViewFactory
jpicedt.format.output.dxf.DXFViewFactory
- All Implemented Interfaces:
- AttributesViewFactory, ViewFactory
public class DXFViewFactory
- extends DefaultViewFactory
Une fabrique pour créer une View
pour un Element
donné quand le type de contenu
est DXF (marque déposée).
- Since:
- jPicEdt 1.6
- Author:
- Vincent Belaïche
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 |
DXFViewFactory
public DXFViewFactory()
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:
- une
View
pour l'élément passé en argument. Ceci permet de renvoyer une vue
spécifique à DXF (marque déposée) pour certaine classe d'objet graphique. Par défaut appelle la
superclass sinon. - Since:
- jPicEdt 1.6
Submit a bug : syd@jpicedt.org