Interface Marking
-
- All Known Implementing Classes:
MultiPageMarking,SimpleMarking,VideoMarking
public interface MarkingInterface representing a visual `Marking` (highlighted point/area) of an `Asset`.
-
-
Method Summary
Modifier and Type Method Description MarkingDimensionsgetDimensions()The `Marking` dimensions in percentage relative to the annotated subject size.MarkingPositiongetPosition()The `Marking` position in percentage relative to the top left corner of the annotated subject.
-
-
-
Method Detail
-
getPosition
MarkingPosition getPosition()
The `Marking` position in percentage relative to the top left corner of the annotated subject.
-
getDimensions
MarkingDimensions getDimensions()
The `Marking` dimensions in percentage relative to the annotated subject size.
-
-