package framework.RWT; import myLibrary.Position; public class RWTSprite { private int textureNo; // 表示座標 private Position<Float> pos; }