public class GifPost
extends java.lang.Object
| Constructor and Description | 
|---|
| GifPost(java.io.InputStream gifFile)Creates the gif post | 
| Modifier and Type | Method and Description | 
|---|---|
| com.kotcrab.vis.ui.widget.VisImage | getActor()Gets the scene2d actor representing the gif | 
| int | getHeight()Gets the height of the gif | 
| int | getWidth()Gets the width of the gif | 
public GifPost(java.io.InputStream gifFile)
gifFile - the file to read frompublic int getWidth()
public int getHeight()
public com.kotcrab.vis.ui.widget.VisImage getActor()