|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommentFormatting | |
---|---|
jpicedt.format.output.dxf | Classes (formatter, view factory,…) related to the DXF (Drawing eXchange Format, as defined by Autodesk) content-type. |
jpicedt.format.output.util | |
jpicedt.graphic.io.formatter | Interfaces and base classes useful to implement a formatter for a given format, for instance Pstricks. |
jpicedt.graphic.io.util |
Uses of CommentFormatting in jpicedt.format.output.dxf |
---|
Classes in jpicedt.format.output.dxf that implement CommentFormatting | |
---|---|
class |
DXFCommentFormatter
Permet de formatter les commentaires adaptés pour l'enfouissement du code JPIC-XML à l'intérieur du fichier DXF (marque déposée). |
Methods in jpicedt.format.output.dxf that return CommentFormatting | |
---|---|
CommentFormatting |
DXFFormatter.getCommentFormatter()
|
Uses of CommentFormatting in jpicedt.format.output.util |
---|
Classes in jpicedt.format.output.util that implement CommentFormatting | |
---|---|
class |
TeXCommentFormatter
|
Uses of CommentFormatting in jpicedt.graphic.io.formatter |
---|
Fields in jpicedt.graphic.io.formatter declared as CommentFormatting | |
---|---|
protected CommentFormatting |
AbstractFormatterFactory.commentFormatter
|
Methods in jpicedt.graphic.io.formatter that return CommentFormatting | |
---|---|
CommentFormatting |
JPICFormatter.getCommentFormatter()
|
CommentFormatting |
FormatterFactory.getCommentFormatter()
|
CommentFormatting |
AbstractFormatterFactory.getCommentFormatter()
Renvoie un formatteur de commentaire, ce formatteur sert à encapsuler le code JPIC-XML dans un autre type de contenu sous la forme de commentaires forts (pour la délimitation du début et de la fin du code JPIC-XML) et faibles (pour le code JPIC-XML lui-même) |
Methods in jpicedt.graphic.io.formatter with parameters of type CommentFormatting | |
---|---|
void |
AbstractFormatterFactory.setCommentFormatter(CommentFormatting commentFormatter)
Configure le formatteur de commentaire. |
Constructors in jpicedt.graphic.io.formatter with parameters of type CommentFormatting | |
---|---|
JPICFormatter(CommentFormatting commentFormatter)
Constructeur JPICFormatter . |
Uses of CommentFormatting in jpicedt.graphic.io.util |
---|
Methods in jpicedt.graphic.io.util with parameters of type CommentFormatting | |
---|---|
void |
JpicDocUserData.format(CommentFormatting commentFormatting)
|
void |
UserDataVerbatimLine.write(CommentFormatting cf)
|
void |
UserDataLine.write(CommentFormatting cf)
|
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |