public static class ExtentVisibilitySupport.ScreenExtent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Vec4 |
modelReferencePoint |
protected java.awt.Rectangle |
screenBounds |
Constructor and Description |
---|
ScreenExtent(Vec4 modelReferencePoint,
java.awt.Rectangle screenBounds)
Constructs a new ScreenExtent with the specified model coordinate reference point and screen coordinate
bounding box.
|
Modifier and Type | Method and Description |
---|---|
Vec4 |
getModelReferencePoint()
Returns the model coordinate reference point.
|
java.awt.Rectangle |
getScreenBounds()
Returns the screen coordinate bounding rectangle.
|
protected Vec4 modelReferencePoint
protected java.awt.Rectangle screenBounds
public ScreenExtent(Vec4 modelReferencePoint, java.awt.Rectangle screenBounds)
modelReferencePoint
- the model coordinate reference point. A null reference is accepted.screenBounds
- the screen coordinate bounding rectangle. A null reference is accepted.public Vec4 getModelReferencePoint()
public java.awt.Rectangle getScreenBounds()