jpicedt.format.output.dxf
Class DXFCommentFormatter
java.lang.Object
jpicedt.format.output.util.BaseCommentFormatter
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DXFCommentFormatter
public DXFCommentFormatter(FormatterFactory factory)
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
Submit a bug : syd@jpicedt.org