|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jzy3d.plot3d.primitives.AbstractDrawable
org.jzy3d.plot3d.primitives.AbstractWireframeable
org.jzy3d.plot3d.primitives.Sphere
org.jzy3d.plot3d.primitives.pickable.PickableSphere
public class PickableSphere
Field Summary | |
---|---|
protected int |
pid
|
Fields inherited from class org.jzy3d.plot3d.primitives.Sphere |
---|
color, glut, position, radius, slices, stacks |
Fields inherited from class org.jzy3d.plot3d.primitives.AbstractWireframeable |
---|
facestatus, wfcolor, wfstatus, wfwidth |
Fields inherited from class org.jzy3d.plot3d.primitives.AbstractDrawable |
---|
bbox, displayed, hasListeners, legend, legendDisplayed, listeners, transform |
Constructor Summary | |
---|---|
PickableSphere()
|
|
PickableSphere(Coord3d position,
float radius,
int slicing,
Color color)
|
Method Summary | |
---|---|
int |
getPickingId()
|
void |
setPickingId(int id)
|
Methods inherited from class org.jzy3d.plot3d.primitives.Sphere |
---|
draw, getColor, getPosition, setColor, setData, setPosition, setSlicing, setVolume, toString, updateBounds |
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractWireframeable |
---|
getFaceDisplayed, getWireframeColor, getWireframeDisplayed, getWireframeWidth, setFaceDisplayed, setWireframeColor, setWireframeDisplayed, setWireframeWidth |
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractDrawable |
---|
addDrawableListener, call, call, callWithAlphaFactor, dispose, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBounds, getDistance, getLegend, getLongestDistance, getShortestDistance, getTransform, hasLegend, isDisplayed, isLegendDisplayed, negative, removeDrawableListener, setDisplayed, setLegend, setLegendDisplayed, setTransform, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jzy3d.plot3d.primitives.pickable.Pickable |
---|
setTransform |
Methods inherited from interface org.jzy3d.plot3d.primitives.IGLRenderer |
---|
draw |
Field Detail |
---|
protected int pid
Constructor Detail |
---|
public PickableSphere()
public PickableSphere(Coord3d position, float radius, int slicing, Color color)
Method Detail |
---|
public void setPickingId(int id)
setPickingId
in interface Pickable
public int getPickingId()
getPickingId
in interface Pickable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |