org.jzy3d.plot3d.primitives.pickable
Class PickablePolygon

java.lang.Object
  extended by org.jzy3d.plot3d.primitives.AbstractDrawable
      extended by org.jzy3d.plot3d.primitives.AbstractWireframeable
          extended by org.jzy3d.plot3d.primitives.Polygon
              extended by org.jzy3d.plot3d.primitives.pickable.PickablePolygon
All Implemented Interfaces:
IMultiColorable, ISingleColorable, IGLRenderer, ISortableDraw, Pickable

public class PickablePolygon
extends Polygon
implements Pickable


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jzy3d.plot3d.primitives.Polygon
Polygon.PolygonMode
 
Field Summary
protected  int pid
           
 
Fields inherited from class org.jzy3d.plot3d.primitives.Polygon
center, color, mapper, points, polygonMode, polygonOffsetFillEnable
 
Fields inherited from class org.jzy3d.plot3d.primitives.AbstractWireframeable
facestatus, wfcolor, wfstatus, wfwidth
 
Fields inherited from class org.jzy3d.plot3d.primitives.AbstractDrawable
bbox, displayed, hasListeners, legend, legendDisplayed, listeners, transform
 
Constructor Summary
PickablePolygon()
           
 
Method Summary
 int getPickingId()
           
 void setPickingId(int id)
           
 
Methods inherited from class org.jzy3d.plot3d.primitives.Polygon
add, applyPolygonModeFill, applyPolygonModeLine, draw, get, getAll, getBarycentre, getColor, getColorMapper, getDistance, getLongestDistance, getPolygonMode, getShortestDistance, isPolygonOffsetFillEnable, polygonOffseFillEnable, polygonOffsetFillDisable, setColor, setColorMapper, setPolygonMode, setPolygonOffsetFillEnable, setPolygonOffsetFillEnable, size, toString
 
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractWireframeable
getFaceDisplayed, getWireframeColor, getWireframeDisplayed, getWireframeWidth, setFaceDisplayed, setWireframeColor, setWireframeDisplayed, setWireframeWidth
 
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractDrawable
addDrawableListener, call, call, callWithAlphaFactor, dispose, fireDrawableChanged, fireDrawableChanged, getBounds, getLegend, getTransform, hasLegend, isDisplayed, isLegendDisplayed, negative, removeDrawableListener, setDisplayed, setLegend, setLegendDisplayed, setTransform, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jzy3d.plot3d.primitives.pickable.Pickable
setTransform
 
Methods inherited from interface org.jzy3d.plot3d.primitives.IGLRenderer
draw
 

Field Detail

pid

protected int pid
Constructor Detail

PickablePolygon

public PickablePolygon()
Method Detail

setPickingId

public void setPickingId(int id)
Specified by:
setPickingId in interface Pickable

getPickingId

public int getPickingId()
Specified by:
getPickingId in interface Pickable