public class GLClipPlane extends GLGridPlane
Modifier and Type | Field and Description |
---|---|
static PropertyList |
myProps |
Constructor and Description |
---|
GLClipPlane() |
Modifier and Type | Method and Description |
---|---|
PropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
int |
getBackGlClipPlane() |
int |
getFrontGlClipPlane() |
double |
getOffset() |
boolean |
isClipped(Point3d p)
Returns true if a specified point is clipped by this plane; i.e.,
if it lies in the half space defined by the positive z axis.
|
boolean |
isClippingEnabled() |
boolean |
isSlicingEnabled() |
void |
releaseClipPlanes() |
boolean |
setClippingEnabled(boolean active) |
void |
setOffset(double off) |
boolean |
setSlicingEnabled(boolean active) |
alignPoint, centerInViewer, getCellDivisions, getCellSize, getDragger, getGridToWorld, getGridToWorld, getLineWidth, getMajorColor, getMinCellPixels, getMinorColor, getMinSize, getOrientation, getPlane, getPlane, getPosition, getProperty, getResolution, getViewer, getXAxisColor, getYAxisColor, isAutoSized, isGridVisible, numCellDivisions, render, resetInViewer, setAutoSized, setDragger, setGridToWorld, setGridVisible, setLineWidth, setMajorColor, setMinCellPixels, setMinorColor, setMinSize, setOrientation, setPosition, setResolution, setResolution, setXAxisColor, setYAxisColor
public static PropertyList myProps
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
getAllPropertyInfo
in class GLGridPlane
public int getFrontGlClipPlane()
public int getBackGlClipPlane()
public void setOffset(double off)
public double getOffset()
public boolean setSlicingEnabled(boolean active)
public boolean isSlicingEnabled()
public boolean isClippingEnabled()
public boolean setClippingEnabled(boolean active)
public void releaseClipPlanes()
public boolean isClipped(Point3d p)