public class PickablePoint extends Point implements Pickable
Modifier and Type | Field and Description |
---|---|
protected int |
id |
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore
Constructor and Description |
---|
PickablePoint() |
PickablePoint(Coord3d xyz) |
PickablePoint(Coord3d xyz,
Color rgb) |
PickablePoint(Coord3d xyz,
Color rgb,
float width) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getPickingId() |
int |
hashCode() |
void |
setPickingId(int id) |
String |
toString() |
applyGeometryTransform, clone, draw, getColor, getCoord, getDistance, getLongestDistance, getShortestDistance, setColor, setCoord, setData, setWidth, toString, updateBounds
addDrawableListener, call, call, callWithAlphaFactor, colorGL2, colorGLES2, dispose, doDrawBounds, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getBounds, getLegend, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, negative, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setSpaceTransformer, setTransform, setTransformBefore, vertexGL2, vertexGLES2
finalize, getClass, notify, notifyAll, wait, wait, wait
setTransform
draw
public PickablePoint()
public PickablePoint(Coord3d xyz)
public void setPickingId(int id)
setPickingId
in interface Pickable
public int getPickingId()
getPickingId
in interface Pickable
public String toString()
toString
in class AbstractDrawable
Copyright © 2016. All rights reserved.