http://www.jpicedt.org

jpicedt.graphic.io.formatter
Interface CommentFormatting

All Known Implementing Classes:
DXFCommentFormatter, TeXCommentFormatter

public interface CommentFormatting

Une interface pour écrire des commentaires pour un certain type de contenu, de sorte à enfouir le code JPIC-XML en en-tête de ce type de contenu. Il y a deux niveaux de commentaire (fort avec strongCommentFormat et faible avec weakCommentFormat). Le type fort sera utilisé pour la délimitation du code JPIC-XML, alors que le type faible sera pour contenir le code JPIC-XML lui-même.

Since:
jpicedt 1.6
Version:
$Id: CommentFormatting.java,v 1.4 2013/03/27 07:05:27 vincentb1 Exp $
Author:
Vincent Belaïche

Method Summary
 String getContentTypeCommentFormatting()
           
 void setWriter(Writer writer)
           
 void strongCommentFormat(String s)
           
 void verbatimWriteLine(String s)
           
 void weakCommentFormat(String s)
           
 

Method Detail

getContentTypeCommentFormatting

String getContentTypeCommentFormatting()

setWriter

void setWriter(Writer writer)

verbatimWriteLine

void verbatimWriteLine(String s)
                       throws IOException
Throws:
IOException

strongCommentFormat

void strongCommentFormat(String s)

weakCommentFormat

void weakCommentFormat(String s)

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org