public class PickableSphere extends Sphere implements Pickable
Modifier and Type | Field and Description |
---|---|
protected int |
pid |
color, glut, position, radius, slices, stacks
facestatus, wfcolor, wfstatus, wfwidth
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore
Constructor and Description |
---|
PickableSphere() |
PickableSphere(Coord3d position,
float radius,
int slicing,
Color color) |
Modifier and Type | Method and Description |
---|---|
int |
getPickingId() |
void |
setPickingId(int id) |
applyGeometryTransform, draw, getColor, getPosition, setColor, setData, setPosition, setSlicing, setVolume, toString, updateBounds
getFaceDisplayed, getWireframeColor, getWireframeDisplayed, getWireframeWidth, setFaceDisplayed, setWireframeColor, setWireframeDisplayed, setWireframeWidth
addDrawableListener, call, call, callWithAlphaFactor, colorGL2, colorGLES2, dispose, doDrawBounds, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getBounds, getDistance, getLegend, getLongestDistance, getShortestDistance, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, negative, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setSpaceTransformer, setTransform, setTransformBefore, toString, vertexGL2, vertexGLES2
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setTransform
draw
public void setPickingId(int id)
setPickingId
in interface Pickable
public int getPickingId()
getPickingId
in interface Pickable
Copyright © 2016. All rights reserved.