org.pushingpixels.trident
Class TimelinePropertyBuilder.DefaultPropertyGetter<T>
java.lang.Object
org.pushingpixels.trident.TimelinePropertyBuilder.DefaultPropertyGetter<T>
- All Implemented Interfaces:
- TimelinePropertyBuilder.PropertyGetter<T>
- Enclosing class:
- TimelinePropertyBuilder<T>
public static class TimelinePropertyBuilder.DefaultPropertyGetter<T>
- extends Object
- implements TimelinePropertyBuilder.PropertyGetter<T>
Default property getter.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimelinePropertyBuilder.DefaultPropertyGetter
public TimelinePropertyBuilder.DefaultPropertyGetter(Object obj,
String fieldName)
get
public T get(Object obj,
String fieldName)
- Specified by:
get
in interface TimelinePropertyBuilder.PropertyGetter<T>