de.lessvoid.nifty.spi.render
Interface RenderImage


public interface RenderImage

RenderImage interface.

Author:
void

Method Summary
 void dispose()
          This RenderImage is not needed anymore.
 int getHeight()
          Get the height of the image.
 int getWidth()
          Get the width of the image.
 

Method Detail

getWidth

int getWidth()
Get the width of the image.

Returns:
width of image in pixel

getHeight

int getHeight()
Get the height of the image.

Returns:
height of image in pixel

dispose

void dispose()
This RenderImage is not needed anymore. You should dispose any resources you allocated for this image.



Copyright © 2012. All Rights Reserved.