|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvclip.Feature
Base class for the features of a polyhedron.
| Field Summary | |
static int |
EDGE
Identifier for an edge. |
static int |
FACE
Identifier for a face. |
static int |
VERTEX
Identifier for a vertex. |
| Constructor Summary | |
Feature()
|
|
| Method Summary | |
java.lang.String |
getName()
Gets the specific name of this feature. |
int |
getType()
Gets the type of this feature. |
boolean |
isHidden()
Returns true if this feature is hidden. |
Feature |
promote(javax.vecmath.Vector3d nrm,
double angtol)
|
void |
setHidden(boolean hidden)
Sets whether or not this feature is hidden. |
java.lang.String |
typeName()
Gets the name of the type of this feature (either vertex, edge, face). |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int VERTEX
public static final int EDGE
public static final int FACE
| Constructor Detail |
public Feature()
| Method Detail |
public java.lang.String typeName()
vertex, edge, face).
public Feature promote(javax.vecmath.Vector3d nrm,
double angtol)
public java.lang.String getName()
public int getType()
public void setHidden(boolean hidden)
hidden - true if the feature is to be hidden.isHidden()public boolean isHidden()
setHidden(boolean)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||