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
FieldsFields inherited from class org.jzy3d.plot3d.primitives.Drawable
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore -
Constructor Summary
ConstructorsConstructorDescriptionPickablePoint(Coord3d xyz) PickablePoint(Coord3d xyz, Color rgb) PickablePoint(Coord3d xyz, Color rgb, float width) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintinthashCode()voidsetPickingId(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, updateBoundsMethods 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, setTransformBeforeMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jzy3d.plot3d.primitives.IGLRenderer
drawMethods 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:
setPickingIdin interfacePickable
-
getPickingId
public int getPickingId()- Specified by:
getPickingIdin interfacePickable
-
toString
-
hashCode
public int hashCode() -
equals
-