Class PickablePoint
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.Drawable
-
- org.jzy3d.plot3d.primitives.Point
-
- org.jzy3d.plot3d.primitives.pickable.PickablePoint
-
- All Implemented Interfaces:
ISingleColorable
,IGLRenderer
,ISortableDraw
,Pickable
public class PickablePoint extends Point implements Pickable
-
-
Field Summary
Fields Modifier and Type Field Description protected int
id
-
Fields inherited from class org.jzy3d.plot3d.primitives.Drawable
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore
-
-
Constructor Summary
Constructors Constructor Description PickablePoint()
PickablePoint(Coord3d xyz)
PickablePoint(Coord3d xyz, Color rgb)
PickablePoint(Coord3d xyz, Color rgb, float width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getPickingId()
int
hashCode()
void
setPickingId(int id)
String
toString()
-
Methods inherited from class org.jzy3d.plot3d.primitives.Point
applyGeometryTransform, clone, draw, getColor, getCoord, getDistance, getLongestDistance, getShortestDistance, getWidth, setColor, setCoord, setData, setWidth, toString, updateBounds
-
Methods inherited from class org.jzy3d.plot3d.primitives.Drawable
addDrawableListener, asWireframeable, dispose, doDrawBoundsIfDisplayed, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getBounds, getLegend, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setSpaceTransformer, setTransform, setTransformBefore
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jzy3d.plot3d.primitives.IGLRenderer
draw
-
Methods inherited from interface org.jzy3d.plot3d.primitives.pickable.Pickable
setTransform
-
-
-
-
Method Detail
-
setPickingId
public void setPickingId(int id)
- Specified by:
setPickingId
in interfacePickable
-
getPickingId
public int getPickingId()
- Specified by:
getPickingId
in interfacePickable
-
-