XAnimatedSprite.idl (d695a2a0) XAnimatedSprite.idl (32698fcc)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 158 unchanged lines hidden (view full) ---

167 that is applied to aNewPos. The render transformation matrix
168 must not be singular.
169
170 @param nAlpha
171 New alpha value of the sprite. This value must be within the
172 [0,1] range.
173
174 @param bUpdateAnimation
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 158 unchanged lines hidden (view full) ---

167 that is applied to aNewPos. The render transformation matrix
168 must not be singular.
169
170 @param nAlpha
171 New alpha value of the sprite. This value must be within the
172 [0,1] range.
173
174 @param bUpdateAnimation
175 Whether this method should implicitely call
175 Whether this method should implicitly call
176 <member>XSpriteCanvas::updateAnimation</member> or not.
177
178 @throws <type>com::sun::star::lang::IllegalArgumentException</type>
179 if one of the passed parameters does not lie in the specified,
180 permissible range.
181 */
182 void setAll( [in] ::com::sun::star::geometry::RealPoint2D aNewPos,
183 [in] ViewState aViewState,
184 [in] RenderState aRenderState,
185 [in] double nAlpha,
186 [in] boolean bUpdateAnimation )
187 raises (com::sun::star::lang::IllegalArgumentException);
188};
189
190}; }; }; };
191
192#endif
176 <member>XSpriteCanvas::updateAnimation</member> or not.
177
178 @throws <type>com::sun::star::lang::IllegalArgumentException</type>
179 if one of the passed parameters does not lie in the specified,
180 permissible range.
181 */
182 void setAll( [in] ::com::sun::star::geometry::RealPoint2D aNewPos,
183 [in] ViewState aViewState,
184 [in] RenderState aRenderState,
185 [in] double nAlpha,
186 [in] boolean bUpdateAnimation )
187 raises (com::sun::star::lang::IllegalArgumentException);
188};
189
190}; }; }; };
191
192#endif