public static class ExtentVisibilitySupport.ScreenExtent extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected Vec4 | 
modelReferencePoint  | 
protected Rectangle | 
screenBounds  | 
| Constructor and Description | 
|---|
ScreenExtent(Vec4 modelReferencePoint,
            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. 
 | 
Rectangle | 
getScreenBounds()
Returns the screen coordinate bounding rectangle. 
 | 
protected Vec4 modelReferencePoint
protected Rectangle screenBounds
public ScreenExtent(Vec4 modelReferencePoint, 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 Rectangle getScreenBounds()