public class GLClipPlane extends GridPlane
GridPlane.AxisLabeling
Modifier and Type | Field and Description |
---|---|
static PropertyList |
myProps |
DEFAULT_LABEL_COLOR, DEFAULT_LABEL_SIZE, DEFAULT_LOCK_AXES_TO_WORLD, DEFAULT_USE_WORLD_ORIGIN, DEFAULT_X_AXIS_LABELING, DEFAULT_Y_AXIS_LABELING
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 |
getClipPlaneValues(float[] vals,
int offset,
boolean flip) |
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() |
boolean |
setClippingEnabled(boolean active) |
void |
setOffset(double off) |
boolean |
setSlicingEnabled(boolean active) |
alignPoint, centerInViewer, getCellDivisions, getCellSize, getDragger, getGridToWorld, getGridToWorld, getLabelColor, getLabelSize, getLineWidth, getLockAxesToWorld, getMajorColor, getMinCellPixels, getMinorColor, getMinSize, getOrientation, getPlane, getPlane, getPlaneValues, getPlaneValues, getPosition, getProperty, getResolution, getUseWorldOrigin, getViewer, getXAxisColor, getXAxisLabeling, getYAxisColor, getYAxisLabeling, getZAxisColor, isAutoSized, isGridVisible, main, numCellDivisions, render, resetInViewer, setAutoSized, setDragger, setGridToWorld, setGridVisible, setLabelColor, setLabelSize, setLineWidth, setLockAxesToWorld, setMajorColor, setMinCellPixels, setMinorColor, setMinSize, setOrientation, setPosition, setResolution, setResolution, setUseWorldOrigin, setViewer, setXAxisColor, setXAxisLabeling, setYAxisColor, setYAxisLabeling, setZAxisColor
public static PropertyList myProps
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
getAllPropertyInfo
in class GridPlane
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 boolean isClipped(Point3d p)
public int getClipPlaneValues(float[] vals, int offset, boolean flip)