|
healpix.plot3d.gui.healpix3d
Class QuadArrayExt
java.lang.Object
javax.media.j3d.SceneGraphObject
javax.media.j3d.NodeComponent
javax.media.j3d.Geometry
javax.media.j3d.GeometryArray
javax.media.j3d.QuadArray
healpix.plot3d.gui.healpix3d.QuadArrayExt
public class QuadArrayExt - extends QuadArray
Quadrilatere Array with tooltip fonctionality ready to be used by
DataSphere .
- Version:
- $Id: QuadArrayExt.java,v 1.1.2.4 2010/02/22 14:55:50 healpix Exp $
- Author:
- ejoliet
Fields inherited from class javax.media.j3d.GeometryArray |
ALLOW_COLOR_READ, ALLOW_COLOR_WRITE, ALLOW_COORDINATE_READ, ALLOW_COORDINATE_WRITE, ALLOW_COUNT_READ, ALLOW_COUNT_WRITE, ALLOW_FORMAT_READ, ALLOW_NORMAL_READ, ALLOW_NORMAL_WRITE, ALLOW_REF_DATA_READ, ALLOW_REF_DATA_WRITE, ALLOW_TEXCOORD_READ, ALLOW_TEXCOORD_WRITE, BY_REFERENCE, COLOR_3, COLOR_4, COORDINATES, INTERLEAVED, NORMALS, TEXTURE_COORDINATE_2, TEXTURE_COORDINATE_3, TEXTURE_COORDINATE_4, USE_COORD_INDEX_ONLY, USE_NIO_BUFFER |
Methods inherited from class javax.media.j3d.GeometryArray |
getColor, getColor, getColor, getColor, getColor, getColor, getColorRef3b, getColorRef3f, getColorRef4b, getColorRef4f, getColorRefBuffer, getColorRefByte, getColorRefFloat, getColors, getColors, getColors, getColors, getColors, getColors, getCoordinate, getCoordinate, getCoordinate, getCoordinate, getCoordinates, getCoordinates, getCoordinates, getCoordinates, getCoordRef3d, getCoordRef3f, getCoordRefBuffer, getCoordRefDouble, getCoordRefFloat, getInitialColorIndex, getInitialCoordIndex, getInitialNormalIndex, getInitialTexCoordIndex, getInitialVertexIndex, getInterleavedVertexBuffer, getInterleavedVertices, getNormal, getNormal, getNormalRef3f, getNormalRefBuffer, getNormalRefFloat, getNormals, getNormals, getTexCoordRef2f, getTexCoordRef3f, getTexCoordRefBuffer, getTexCoordRefFloat, getTexCoordSetCount, getTexCoordSetMap, getTexCoordSetMapLength, getTextureCoordinate, getTextureCoordinate, getTextureCoordinate, getTextureCoordinate, getTextureCoordinate, getTextureCoordinate, getTextureCoordinate, getTextureCoordinates, getTextureCoordinates, getTextureCoordinates, getTextureCoordinates, getTextureCoordinates, getTextureCoordinates, getTextureCoordinates, getValidVertexCount, getVertexCount, getVertexFormat, setColor, setColor, setColor, setColor, setColor, setColor, setColorRef3b, setColorRef3f, setColorRef4b, setColorRef4f, setColorRefBuffer, setColorRefByte, setColorRefFloat, setColors, setColors, setColors, setColors, setColors, setColors, setColors, setColors, setColors, setColors, setColors, setColors, setCoordinate, setCoordinate, setCoordinate, setCoordinate, setCoordinates, setCoordinates, setCoordinates, setCoordinates, setCoordinates, setCoordinates, setCoordinates, setCoordinates, setCoordRef3d, setCoordRef3f, setCoordRefBuffer, setCoordRefDouble, setCoordRefFloat, setInitialColorIndex, setInitialCoordIndex, setInitialNormalIndex, setInitialTexCoordIndex, setInitialVertexIndex, setInterleavedVertexBuffer, setInterleavedVertices, setNormal, setNormal, setNormalRef3f, setNormalRefBuffer, setNormalRefFloat, setNormals, setNormals, setNormals, setNormals, setTexCoordRef2f, setTexCoordRef3f, setTexCoordRefBuffer, setTexCoordRefFloat, setTextureCoordinate, setTextureCoordinate, setTextureCoordinate, setTextureCoordinate, setTextureCoordinate, setTextureCoordinate, setTextureCoordinate, setTextureCoordinates, setTextureCoordinates, setTextureCoordinates, setTextureCoordinates, setTextureCoordinates, setTextureCoordinates, setTextureCoordinates, setTextureCoordinates, setTextureCoordinates, setTextureCoordinates, setTextureCoordinates, setTextureCoordinates, setTextureCoordinates, setTextureCoordinates, setValidVertexCount, updateData |
Methods inherited from class javax.media.j3d.SceneGraphObject |
clearCapability, clearCapabilityIsFrequent, getCapability, getCapabilityIsFrequent, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setUserData, updateNodeReferences |
setText
public void setText(String txt)
- Sets the text.
- Parameters:
txt - the new text
getText
public String getText()
- Gets the text.
- Returns:
- the text
setIpix
public void setIpix(int ind,
int ipix)
- Sets the ipix.
- Parameters:
ind - the indipix - the ipix
getIpix
public int getIpix(int ind)
- Gets the ipix.
- Parameters:
ind - the ind
- Returns:
- the ipix
setIpix
public void setIpix(int ipix)
- Sets the ipix.
- Parameters:
ipix - the new ipix
getIpix
public int getIpix()
- Gets the ipix.
- Returns:
- the ipix
setAngle
public void setAngle(int ind,
AngularPosition ang)
- Sets the angle.
- Parameters:
ind - the indang - the ang
setAngle
public void setAngle(AngularPosition ang)
- Sets the angle.
- Parameters:
ang - the new angle
getAngle
public AngularPosition getAngle(int ind)
- Gets the angle.
- Parameters:
ind - the ind
- Returns:
- the angle
getAngle
public AngularPosition getAngle()
- Gets the angle.
- Returns:
- the angle
setValue
public void setValue(int ind,
double d)
- Sets the value.
- Parameters:
ind - the indd - the d
setValue
public void setValue(double d)
- Sets the value.
- Parameters:
d - the new value
getToolTipTxt
public String getToolTipTxt(int ind)
- Gets the tool tip txt.
- Parameters:
ind - the ind
- Returns:
- the tool tip txt
getToolTipTxt
public String getToolTipTxt()
- Gets the tool tip txt.
- Returns:
- the tool tip txt
|
|