public interface Shadow
Shadows are implemented at runtime by the ShadowFactory.
| Modifier and Type | Method and Description |
|---|---|
@NonNull Class<? extends Shadow> |
getShadowClass()
Gets the shadow class that was defined when this
Shadow was
constructed. |
@Nullable Object |
getShadowTarget()
Gets the target (handle) object for this shadow.
|
@NonNull Class<? extends Shadow> getShadowClass()
Shadow was
constructed.@Nullable Object getShadowTarget()
Will return null for static shadows.