|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.scilab.forge.scirenderer.implementation.g2d.clipping.G2DClippingPlane
public class G2DClippingPlane
Constructor Summary | |
---|---|
G2DClippingPlane(int index,
G2DDrawingTools drawingTools)
Default constructor. |
Method Summary | |
---|---|
Vector4d |
getEquation()
Return the plane equation. |
int |
getIndex()
Return the clipping plane index. |
Transformation |
getTransformation()
Return the coordinate transformation for the plane. |
boolean |
isEnable()
Return the status of this clipping plane. |
void |
setEnable(boolean isEnable)
Set the status of this clipping plane. |
void |
setEquation(Vector4d v)
Set the clipping plane equation. |
void |
setTransformation(Transformation transformation)
Set the coordinate transformation for the plane. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public G2DClippingPlane(int index, G2DDrawingTools drawingTools)
index
- the id of this clipping plane.Method Detail |
---|
public boolean isEnable()
ClippingPlane
isEnable
in interface ClippingPlane
public void setEnable(boolean isEnable)
ClippingPlane
setEnable
in interface ClippingPlane
isEnable
- new status of this clipping plane.public void setEquation(Vector4d v)
ClippingPlane
setEquation
in interface ClippingPlane
v
- the plane coordinate.public Vector4d getEquation()
ClippingPlane
getEquation
in interface ClippingPlane
public void setTransformation(Transformation transformation)
ClippingPlane
setTransformation
in interface ClippingPlane
transformation
- the new coordinate transformation for the plane.public Transformation getTransformation()
ClippingPlane
getTransformation
in interface ClippingPlane
public int getIndex()
ClippingPlane
getIndex
in interface ClippingPlane
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |