Uses of Interface
org.odftoolkit.simple.chart.ChartContainer

Packages that use ChartContainer
org.odftoolkit.simple Provide high level methods to frequently used ODF documents. 
org.odftoolkit.simple.chart Provide convenient methods to manipulate chart in ODF text, presentation and spreadsheet document. 
org.odftoolkit.simple.presentation Provide high level methods to ODF presentation documents. 
 

Uses of ChartContainer in org.odftoolkit.simple
 

Classes in org.odftoolkit.simple that implement ChartContainer
 class PresentationDocument
          This class represents an empty ODF presentation.
 class SpreadsheetDocument
          This class represents an empty ODF spreadsheet document.
 class TextDocument
          This class represents an empty ODF text document.
 

Uses of ChartContainer in org.odftoolkit.simple.chart
 

Classes in org.odftoolkit.simple.chart that implement ChartContainer
 class AbstractChartContainer
          AbstractChartContainer is an abstract implementation of the ChartContainer interface, with a default implementation for every method defined in ChartContainer.
 

Uses of ChartContainer in org.odftoolkit.simple.presentation
 

Classes in org.odftoolkit.simple.presentation that implement ChartContainer
 class Slide
          Slide represents the presentation slide feature of the ODF document.
 



Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.