-
public final class MobileSegment.WireframeClipSchema of clipping information for a Wireframe.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMobileSegment.WireframeClip.Companion
-
Constructor Summary
Constructors Constructor Description MobileSegment.WireframeClip(Long top, Long bottom, Long left, Long right)
-
Method Summary
-
-
Constructor Detail
-
MobileSegment.WireframeClip
MobileSegment.WireframeClip(Long top, Long bottom, Long left, Long right)
- Parameters:
top- The amount of space in pixels that needs to be clipped (masked) at the top of the wireframe.bottom- The amount of space in pixels that needs to be clipped (masked) at the bottom of the wireframe.left- The amount of space in pixels that needs to be clipped (masked) at the left of the wireframe.right- The amount of space in pixels that needs to be clipped (masked) at the right of the wireframe.
-
-
-
-