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