Uses of Interface
writer2latex.api.GraphicConverter

Packages that use GraphicConverter
org.openoffice.da.comp.w2lcommon.filter   
writer2latex.api   
writer2latex.base   
writer2latex.office   
 

Uses of GraphicConverter in org.openoffice.da.comp.w2lcommon.filter
 

Classes in org.openoffice.da.comp.w2lcommon.filter that implement GraphicConverter
 class GraphicConverterImpl
           
 class GraphicConverterImpl1
          A GraphicConverter implementation which uses the GraphicProvider service to convert the graphic.
 class GraphicConverterImpl2
          A GraphicConverter implementation which uses a hidden Draw document to store the graphic, providing more control over the image than the simple GraphicProvider implementation.
 

Uses of GraphicConverter in writer2latex.api
 

Methods in writer2latex.api with parameters of type GraphicConverter
 void Converter.setGraphicConverter(GraphicConverter gc)
          Define a GraphicConverter implementation to use for conversion of graphic files.
 

Uses of GraphicConverter in writer2latex.base
 

Fields in writer2latex.base declared as GraphicConverter
protected  GraphicConverter ConverterBase.graphicConverter
           
 

Methods in writer2latex.base with parameters of type GraphicConverter
 void ConverterBase.setGraphicConverter(GraphicConverter graphicConverter)
           
 

Uses of GraphicConverter in writer2latex.office
 

Methods in writer2latex.office with parameters of type GraphicConverter
 void ImageLoader.setGraphicConverter(GraphicConverter gcv)