Uses of Class
org.odftoolkit.simple.draw.Image

Packages that use Image
org.odftoolkit.simple.draw Provide high level methods to manipulate draw frame and text box. 
org.odftoolkit.simple.table Provide convenient methods to manipulate table in ODF text and spreadsheet document. 
 

Uses of Image in org.odftoolkit.simple.draw
 

Methods in org.odftoolkit.simple.draw that return Image
static Image Image.getInstanceof(DrawImageElement imageElement)
          Get a image instance by an instance of DrawImageElement.
static Image Image.newImage(FrameContainer container, URI uri)
          Create an image and append it at the end of a container element.
static Image Image.newImage(Frame frame, URI uri)
          Create an image and add it to a frame.
 Image Frame.setImage(URI uri)
          Add a image to the frame after all the contents get removed.
 

Methods in org.odftoolkit.simple.draw that return types with arguments of type Image
static Iterator<Image> Image.imageIterator(FrameContainer container)
          Return an iterator of image.
 

Uses of Image in org.odftoolkit.simple.table
 

Methods in org.odftoolkit.simple.table that return Image
 Image Cell.getImage()
          Get the image from the specified cell.
 Image Cell.setImage(URI imageUri)
          Insert an Image from the specified uri to cell.
 



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