org.jzy3d.plot3d.primitives.pickable
Class PickableSphere
java.lang.Object
org.jzy3d.plot3d.primitives.AbstractDrawable
org.jzy3d.plot3d.primitives.AbstractWireframeable
org.jzy3d.plot3d.primitives.Sphere
org.jzy3d.plot3d.primitives.pickable.PickableSphere
- All Implemented Interfaces:
- ISingleColorable, IGLRenderer, ISortableDraw, Pickable
public class PickableSphere
- extends Sphere
- implements Pickable
Field Summary |
protected int |
pid
|
Methods inherited from class org.jzy3d.plot3d.primitives.Sphere |
applyGeometryTransform, draw, getColor, getPosition, setColor, setData, setPosition, setSlicing, setVolume, toString, updateBounds |
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractDrawable |
addDrawableListener, call, call, callWithAlphaFactor, dispose, doDrawBounds, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getBounds, getDistance, getLegend, getLongestDistance, getShortestDistance, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, negative, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setTransform, setTransformBefore, toString |
Methods inherited from interface org.jzy3d.plot3d.primitives.IGLRenderer |
draw |
pid
protected int pid
PickableSphere
public PickableSphere()
PickableSphere
public PickableSphere(Coord3d position,
float radius,
int slicing,
Color color)
setPickingId
public void setPickingId(int id)
- Specified by:
setPickingId
in interface Pickable
getPickingId
public int getPickingId()
- Specified by:
getPickingId
in interface Pickable
Copyright © 2013. All rights reserved.