Revision 15414 import/ext3D/branches/ext3D_v1.1/libAnimation/src/com/iver/cit/gvsig/animation/AnimationContainer.java

View differences:

AnimationContainer.java
14 14
	// IAnimationTrakc List
15 15
	public List AnimationTrackList;
16 16
	
17
	
17
	private static AnimationPlayer animationPlayer = new AnimationPlayer();
18 18

  
19 19
	public AnimationContainer() {
20 20
		List aniTrackList = this.getAnimationTrackList();
......
157 157
			trackElement.setXMLEntity(xml);			
158 158
		}					
159 159
	}
160
	
160

  
161 161
	public String toString() {
162 162
		String result = "";
163 163
		List ATL = this.AnimationTrackList;
......
186 186
		}
187 187
	}
188 188

  
189
	public AnimationPlayer getAnimationPlayer() {
190
		return this.animationPlayer;
191
	}
189 192
}

Also available in: Unified diff