public class AnimationXMLReader extends Object implements AnimationFileReader
| Constructor and Description |
|---|
AnimationXMLReader() |
| Modifier and Type | Method and Description |
|---|---|
static List<org.jflux.api.common.rk.services.addon.ServiceAddOnDriver<org.jflux.api.common.rk.playable.Playable>> |
getAddOnDrivers(org.osgi.framework.BundleContext context,
org.osgi.framework.ServiceReference[] refs) |
static org.jflux.api.common.rk.services.addon.ServiceAddOn<org.jflux.api.common.rk.playable.Playable> |
readAddOn(org.apache.commons.configuration.HierarchicalConfiguration config,
List<org.jflux.api.common.rk.services.addon.ServiceAddOnDriver<org.jflux.api.common.rk.playable.Playable>> drivers) |
static List<org.jflux.api.common.rk.services.addon.ServiceAddOn<org.jflux.api.common.rk.playable.Playable>> |
readAddOns(org.apache.commons.configuration.HierarchicalConfiguration config) |
static Animation |
readAnimation(org.apache.commons.configuration.HierarchicalConfiguration config) |
Animation |
readAnimation(String path) |
static Channel |
readChannel(org.apache.commons.configuration.HierarchicalConfiguration config) |
static List<Channel> |
readChannels(org.apache.commons.configuration.HierarchicalConfiguration config) |
static Point2D |
readControlPoint(org.apache.commons.configuration.HierarchicalConfiguration config) |
static List<Point2D> |
readControlPoints(org.apache.commons.configuration.HierarchicalConfiguration config) |
static InterpolatorFactory |
readInterpolatorVersion(org.apache.commons.configuration.HierarchicalConfiguration config) |
static MotionPath |
readMotionPath(org.apache.commons.configuration.HierarchicalConfiguration config) |
static List<MotionPath> |
readMotionPaths(org.apache.commons.configuration.HierarchicalConfiguration config) |
public Animation readAnimation(String path) throws Exception
readAnimation in interface AnimationFileReaderExceptionpublic static Animation readAnimation(org.apache.commons.configuration.HierarchicalConfiguration config)
public static List<Channel> readChannels(org.apache.commons.configuration.HierarchicalConfiguration config)
public static Channel readChannel(org.apache.commons.configuration.HierarchicalConfiguration config)
public static List<MotionPath> readMotionPaths(org.apache.commons.configuration.HierarchicalConfiguration config)
public static MotionPath readMotionPath(org.apache.commons.configuration.HierarchicalConfiguration config)
public static InterpolatorFactory readInterpolatorVersion(org.apache.commons.configuration.HierarchicalConfiguration config)
public static List<Point2D> readControlPoints(org.apache.commons.configuration.HierarchicalConfiguration config)
public static Point2D readControlPoint(org.apache.commons.configuration.HierarchicalConfiguration config)
public static List<org.jflux.api.common.rk.services.addon.ServiceAddOn<org.jflux.api.common.rk.playable.Playable>> readAddOns(org.apache.commons.configuration.HierarchicalConfiguration config)
public static List<org.jflux.api.common.rk.services.addon.ServiceAddOnDriver<org.jflux.api.common.rk.playable.Playable>> getAddOnDrivers(org.osgi.framework.BundleContext context, org.osgi.framework.ServiceReference[] refs)
public static org.jflux.api.common.rk.services.addon.ServiceAddOn<org.jflux.api.common.rk.playable.Playable> readAddOn(org.apache.commons.configuration.HierarchicalConfiguration config,
List<org.jflux.api.common.rk.services.addon.ServiceAddOnDriver<org.jflux.api.common.rk.playable.Playable>> drivers)
Copyright © 2011-2016. All Rights Reserved.