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
-
Field Summary
Fields inherited from class org.jzy3d.plot3d.primitives.Drawable
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore
-
Constructor Summary
ConstructorDescriptionPickablePoint
(Coord3d xyz) PickablePoint
(Coord3d xyz, Color rgb) PickablePoint
(Coord3d xyz, Color rgb, float width) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
hashCode()
void
setPickingId
(int id) 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
-
Field Details
-
id
protected int id
-
-
Constructor Details
-
PickablePoint
public PickablePoint() -
PickablePoint
-
PickablePoint
-
PickablePoint
-
-
Method Details
-
setPickingId
public void setPickingId(int id) - Specified by:
setPickingId
in interfacePickable
-
getPickingId
public int getPickingId()- Specified by:
getPickingId
in interfacePickable
-
toString
-
hashCode
public int hashCode() -
equals
-