org.jiucai.appframework.common.util
类 SwfInfo

java.lang.Object
  继承者 org.jiucai.appframework.common.util.SwfInfo

public class SwfInfo
extends Object


字段摘要
static int UNCOMP_HDR_LEN
           
 
构造方法摘要
SwfInfo()
           
 
方法摘要
 float getFps()
           
 int getFrameCount()
           
 int getHeight()
           
 long getSize()
           
 int getVersion()
           
 int getWidth()
           
 boolean isCompressed()
           
 void setCompressed(boolean isCompressed)
           
 void setFps(float fps)
           
 void setFrameCount(int frameCount)
           
 void setHeight(int height)
           
 void setSize(long size)
           
 void setVersion(int version)
           
 void setWidth(int width)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

UNCOMP_HDR_LEN

public static final int UNCOMP_HDR_LEN
另请参见:
常量字段值
构造方法详细信息

SwfInfo

public SwfInfo()
方法详细信息

isCompressed

public boolean isCompressed()

setCompressed

public void setCompressed(boolean isCompressed)

getVersion

public int getVersion()

setVersion

public void setVersion(int version)

getSize

public long getSize()

setSize

public void setSize(long size)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

getFps

public float getFps()

setFps

public void setFps(float fps)

getFrameCount

public int getFrameCount()

setFrameCount

public void setFrameCount(int frameCount)

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.