Package com.banuba.sdk.types
Class TransformableEvent
- java.lang.Object
-
- com.banuba.sdk.types.TransformableEvent
-
public final class TransformableEvent extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TransformableEvent(java.util.ArrayList<java.lang.Float> basisTransform, PixelRect fullRoi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<java.lang.Float>
getBasisTransform()
(common -> some event data basis) transformationPixelRect
getFullRoi()
rectangle area in common basis that encloses all valid & usable datajava.lang.String
toString()
-
-
-
Constructor Detail
-
TransformableEvent
public TransformableEvent(@NonNull java.util.ArrayList<java.lang.Float> basisTransform, @NonNull PixelRect fullRoi)
-
-
Method Detail
-
getBasisTransform
@NonNull public java.util.ArrayList<java.lang.Float> getBasisTransform()
(common -> some event data basis) transformation
-
getFullRoi
@NonNull public PixelRect getFullRoi()
rectangle area in common basis that encloses all valid & usable data
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-