http://www.jpicedt.org

jpicedt.format.output.dxf
Class DXFCommentFormatter

java.lang.Object
  extended by jpicedt.format.output.util.BaseCommentFormatter
      extended by jpicedt.format.output.dxf.DXFCommentFormatter
All Implemented Interfaces:
CommentFormatting

public class DXFCommentFormatter
extends BaseCommentFormatter
implements CommentFormatting

Permet de formatter les commentaires adaptés pour l'enfouissement du code JPIC-XML à l'intérieur du fichier DXF (marque déposée).

Since:
jPicEdt 1.6
Author:
Vincent Belaïche

Constructor Summary
DXFCommentFormatter(FormatterFactory factory)
           
 
Method Summary
 String getContentTypeCommentFormatting()
           
 void strongCommentFormat(String s)
           
 void weakCommentFormat(String s)
           
 
Methods inherited from class jpicedt.format.output.util.BaseCommentFormatter
commentFormat, setWriter, verbatimWriteLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jpicedt.graphic.io.formatter.CommentFormatting
setWriter, verbatimWriteLine
 

Constructor Detail

DXFCommentFormatter

public DXFCommentFormatter(FormatterFactory factory)
Method Detail

getContentTypeCommentFormatting

public String getContentTypeCommentFormatting()
Specified by:
getContentTypeCommentFormatting in interface CommentFormatting
Since:
jPicEdt 1.6

strongCommentFormat

public void strongCommentFormat(String s)
Specified by:
strongCommentFormat in interface CommentFormatting
Since:
jPicEdt 1.6

weakCommentFormat

public void weakCommentFormat(String s)
Specified by:
weakCommentFormat in interface CommentFormatting
Since:
jPicEdt 1.6

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org