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, updateBoundsaddDrawableListener, 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, vertexGLES2finalize, getClass, notify, notifyAll, wait, wait, waitsetTransformdrawpublic PickablePoint()
public PickablePoint(Coord3d xyz)
public void setPickingId(int id)
setPickingId in interface Pickablepublic int getPickingId()
getPickingId in interface Pickablepublic String toString()
toString in class AbstractDrawableCopyright © 2016. All rights reserved.