org.xhtmlrenderer.extend
Interface FSImage

All Known Implementing Classes:
AWTFSImage, MutableFSImage

public interface FSImage


Method Summary
 int getHeight()
           
 int getWidth()
           
 void scale(int width, int height)
           
 

Method Detail

getWidth

int getWidth()

getHeight

int getHeight()

scale

void scale(int width,
           int height)


Copyright © 2013. All Rights Reserved.