Interface ClippingPlane
- All Known Implementing Classes:
G2DClippingPlane, JoGLClippingPlane
public interface ClippingPlane
- Author:
- Pierre Lando
-
Method Summary
Modifier and TypeMethodDescriptionReturn the plane equation.intgetIndex()Return the clipping plane index.Return the coordinate transformation for the plane.booleanisEnable()Return the status of this clipping plane.voidsetEnable(boolean isEnable) Set the status of this clipping plane.voidSet the clipping plane equation.voidsetTransformation(Transformation transformation) Set the coordinate transformation for the plane.
-
Method Details
-
isEnable
boolean isEnable()Return the status of this clipping plane.- Returns:
- the status of this clipping plane.
-
setEnable
void setEnable(boolean isEnable) Set the status of this clipping plane.- Parameters:
isEnable- new status of this clipping plane.
-
setEquation
-
getEquation
-
setTransformation
Set the coordinate transformation for the plane.- Parameters:
transformation- the new coordinate transformation for the plane.
-
getTransformation
Transformation getTransformation()Return the coordinate transformation for the plane.- Returns:
- the coordinate transformation for the plane.
-
getIndex
int getIndex()Return the clipping plane index.- Returns:
- the clipping plane index.s
-