@ForUseOnly public interface FocusArea
Modifier and Type | Method and Description |
---|---|
static FocusAreaBuilder |
builder()
Returns a builder for creating a new
FocusArea . |
Rectangle |
getBounds()
Bounds as pixels specifying the focus area in relation to the original image size,
where the top-left corner is represented by the coordinate
0x0 . |
Point2D.Double |
getOrientation()
Provides the orientation represented as an optional 2D vector, which is to be considered as the viewing angle
and field of view for calculating the total size of a resolution.
|
String |
getTitle()
A short text describing this focus point as title and tooltip text.
|
@NotNull static FocusAreaBuilder builder()
FocusArea
.@Nullable String getTitle()
@NotNull Rectangle getBounds()
0x0
.@Nullable Point2D.Double getOrientation()
x
points to the left
(negative) and right (positive) and y
points up (negative) and down (positive).
The vector's magnitude from the center in relation to the total size of the focus area may be used
to determine the resolution's orientation and size in relation to the total focus area.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210