Class TPFrame
- java.lang.Object
 - 
- com.nevergarden.myna.ds.texturepacker.TPFrame
 
 
- 
public class TPFrame extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description java.lang.StringfilenameTPRectInfoframejava.lang.BooleanrotatedTPSizeInfosourceSizeTPRectInfospriteSourceSizejava.lang.Booleantrimmed 
- 
Constructor Summary
Constructors Constructor Description TPFrame() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString() 
 - 
 
- 
- 
Field Detail
- 
filename
public java.lang.String filename
 
- 
frame
public TPRectInfo frame
 
- 
rotated
public java.lang.Boolean rotated
 
- 
trimmed
public java.lang.Boolean trimmed
 
- 
spriteSourceSize
public TPRectInfo spriteSourceSize
 
- 
sourceSize
public TPSizeInfo sourceSize
 
 - 
 
 -