http://www.jpicedt.org

jpicedt.format.output.dxf
Class DXFViewFactory

java.lang.Object
  extended by jpicedt.graphic.view.DefaultViewFactory
      extended by 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

Field Summary
 
Fields inherited from class jpicedt.graphic.view.DefaultViewFactory
factoryMap, KEY_TEXT_FONT, TEXT_FONT_DEFAULT, TEXT_FONT_SCALE, textFont
 
Constructor Summary
DXFViewFactory()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DXFViewFactory

public DXFViewFactory()
Method Detail

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

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org