Uses of Interface
de.espirit.firstspirit.webedit.plugin.focus.FocusAreaBuilder
-
Uses of FocusAreaBuilder in de.espirit.firstspirit.webedit.plugin.focus
Modifier and TypeMethodDescription@NotNull FocusAreaBuilder
Configures the bounds of the focus area preset based on absolute pixel coordinates inside the image, where0x0
represents the top-left corner.static @NotNull FocusAreaBuilder
FocusArea.builder()
Returns a builder for creating a newFocusArea
.@NotNull FocusAreaBuilder
FocusAreaBuilder.orientationFromDegree
(double degree) Configures the orientation as degree, where right is0°
and top90°
@NotNull FocusAreaBuilder
FocusAreaBuilder.orientationFromEulerAngles
(double pitch, double roll, double yaw) Configures the orientation of the subject as determined by its Euler angles pitch, roll and yaw.@NotNull FocusAreaBuilder
FocusAreaBuilder.orientationFromPoint
(@Nullable Point point) Configures the orientation as directional 2D ratio vector, based on the given point of interest inside the image.@NotNull FocusAreaBuilder
FocusAreaBuilder.orientationFromRatio
(Point2D.Double ratio) Configures 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.@NotNull FocusAreaBuilder
Configures the title describing the focus area.