G2DClippingManager, JoGLClippingManagerpublic interface ClippingManager
| Modifier and Type | Method | Description |
|---|---|---|
void |
disableClipping() |
Disable all clipping plane.
|
ClippingPlane |
getClippingPlane(int i) |
Return the i-th clipping plane.
|
int |
getClippingPlaneNumber() |
Return the number of available clipping plane.
|
int getClippingPlaneNumber()
ClippingPlane getClippingPlane(int i)
null is returned if i is not a valid index.i - the given index.void disableClipping()