public class LineArray extends BufferGeometry
Lines cannot be picked in the traditional manner using geometry-based picking. The only way to pick them is based on their bounds.
ATTRIB_CLEAR, ATTRIB_MASK, attribIds, ATTRIBS, attributes, COLOR_3, COLOR_4, COLOR_CLEAR, COLOR_MASK, COLOR2, COLOR2_CLEAR, COLOR2_MASK, color2Buffer, colorBuffer, COORDINATE_2, COORDINATE_3, COORDINATE_4, COORDINATE_CLEAR, COORDINATE_MASK, EDGE_CLEAR, EDGE_MASK, EDGES, FOG, FOG_CLEAR, FOG_MASK, fogBuffer, NORMAL_CLEAR, normalBuffer, NORMALS, numCoords, numTextureArrays, numTextureSets, TEXTURE_CLEAR, TEXTURE_COORDINATE_1, TEXTURE_COORDINATE_2, TEXTURE_COORDINATE_3, TEXTURE_COORDINATE_4, TEXTURE_COORDINATE_MULTI, TEXTURE_COORDINATE_SINGLE, TEXTURE_MASK, TEXTURE_SET_AVAILABLE, TEXTURE_SET_CLEAR, textureBuffer, textureSets, textureTypes, vertexBuffer, vertexFormat, wkPolygonbounds, implicitBounds, internalUpdater, INVALID_BOUNDS, lastParentList, parentList, pickFlags, validAlphalastParent, liveCountalive, LISTENER_SET_TIMING_ERR_PROP, updateHandlerCOLLIDABLE_OBJECT, GENERAL_OBJECT, PROXIMITY_OBJECT, VISIBLE_OBJECTCUSTOM_PICK_TYPE, GROUP_PICK_TYPE, LEAF_PICK_TYPE, SINGLE_PICK_TYPE| Constructor and Description |
|---|
LineArray()
Constructs a LineArray with default values.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LineArray ta)
Compares this object with the specified object for order.
|
int |
compareTo(Object o)
Compares this object with the specified object for order.
|
boolean |
equals(LineArray ta)
Compares this object with the specified object to check for equivalence.
|
boolean |
equals(Object o)
Compare this object for equality to the given object.
|
void |
render(com.jogamp.opengl.GL2 gl)
Issue ogl commands needed for this renderable object.
|
clearVertexState, getColors, getFogCoordinates, getNormals, getSecondaryColors, getTextureCoordinates, getValidVertexCount, getVertexType, getVertices, initPolygonDetails, is2D, isVisible, ray3DQuadChecked, ray3DTriangleChecked, recomputeBounds, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setColors, setFogCoordinates, setLive, setNormals, setSecondaryColors, setTextureCoordinates, setTextureCoordinates, setTextureCoordinates, setTextureSetMap, setTextureSetMap, setValidVertexCount, setVertexState, setVertices, setVertices, updateBoundsaddParent, boundsChanged, checkPickMask, getBounds, getPickableBounds, getPickMask, getPickTargetType, hasTransparency, markBoundsDirty, pickBatch, pickLineRay, pickLineSegment, pickSingle, removeParent, setBounds, setPickMaskaddParent, getParents, numParents, removeParentcheckForCyclicChild, checkForCyclicParent, dataChanged, getAppUpdateWriteTimingMessage, getBoundsWriteTimingMessage, getDataWriteTimingMessage, getUserData, isLive, setUpdateHandler, setUserDataclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasTransparencypublic void render(com.jogamp.opengl.GL2 gl)
gl - The gl context to draw withpublic int compareTo(Object o) throws ClassCastException
o - The objec to be comparedClassCastException - The specified object's type prevents it from
being compared to this Objectpublic boolean equals(Object o)
public int compareTo(LineArray ta)
ta - The argument instance to be comparedpublic boolean equals(LineArray ta)
ta - The geometry instance to be compared
Copyright © 2001 - 2015 j3d.org