-
- All Implemented Interfaces:
public final class RegionForModelInstance
-
-
Field Summary
Fields Modifier and Type Field Description private final ShapesController.Id
id
private final Rect
rect
private final Boolean
gridAligned
-
Constructor Summary
Constructors Constructor Description RegionForModelInstance(ShapesController.Id id, Rect rect, Boolean gridAligned)
-
Method Summary
Modifier and Type Method Description final ShapesController.Id
getId()
Id value to use as a unique identifier for processed shape collections final Rect
getRect()
The rect is specified by parameters of x (Rect param left), y (Rect param top), width (Rect param width) and height (Rect param height). final Boolean
getGridAligned()
If false, the end position rotation and declination of the camera will be based on the current mode. -
-
Constructor Detail
-
RegionForModelInstance
RegionForModelInstance(ShapesController.Id id, Rect rect, Boolean gridAligned)
-
-
Method Detail
-
getId
final ShapesController.Id getId()
Id value to use as a unique identifier for processed shape collections
-
getRect
final Rect getRect()
The rect is specified by parameters of x (Rect param left), y (Rect param top), width (Rect param width) and height (Rect param height).
-
getGridAligned
final Boolean getGridAligned()
If false, the end position rotation and declination of the camera will be based on the current mode. Grid aligned can be thought of as a shortcut, the shortcut to set rendering mode to 2d north up before show region.
-
-
-
-