shapetransitionfactory.cxx (70f497fb) shapetransitionfactory.cxx (56b8eddc)
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

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

195double ClippingAnimation::getUnderlyingValue() const
196{
197 ENSURE_OR_THROW(
198 mpAttrLayer,
199 "ClippingAnimation::getUnderlyingValue(): Invalid ShapeAttributeLayer" );
200
201 return 0.0; // though this should be used in concert with
202 // ActivitiesFactory::createSimpleActivity, better
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

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

195double ClippingAnimation::getUnderlyingValue() const
196{
197 ENSURE_OR_THROW(
198 mpAttrLayer,
199 "ClippingAnimation::getUnderlyingValue(): Invalid ShapeAttributeLayer" );
200
201 return 0.0; // though this should be used in concert with
202 // ActivitiesFactory::createSimpleActivity, better
203 // explicitely name our start value.
203 // explicitly name our start value.
204 // Permissible range for operator() above is [0,1]
205}
206
207} // anon namespace
208
209
210AnimationActivitySharedPtr TransitionFactory::createShapeTransition(
211 const ActivitiesFactory::CommonParameters& rParms,

--- 193 unchanged lines hidden ---
204 // Permissible range for operator() above is [0,1]
205}
206
207} // anon namespace
208
209
210AnimationActivitySharedPtr TransitionFactory::createShapeTransition(
211 const ActivitiesFactory::CommonParameters& rParms,

--- 193 unchanged lines hidden ---