org.jzy3d.plot3d.primitives.pickable
Class PickableTexture
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.AbstractDrawable
-
- org.jzy3d.plot3d.primitives.textured.DrawableTexture
-
- org.jzy3d.plot3d.primitives.pickable.PickableTexture
-
- All Implemented Interfaces:
- IGLRenderer, ISortableDraw, Pickable, ITranslucent
- Direct Known Subclasses:
- DrawableTextCell, DrawableTextTexture
public class PickableTexture extends DrawableTexture implements Pickable
-
-
Constructor Summary
Constructors Constructor and Description PickableTexture(SharedTexture resource)PickableTexture(SharedTexture resource, PlaneAxis orientation)PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue)PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color)PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords)PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords, Color filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)intgetPickingId()inthashCode()voidsetPickingId(int id)java.lang.StringtoString()-
Methods inherited from class org.jzy3d.plot3d.primitives.textured.DrawableTexture
applyGeometryTransform, debugMapping, draw, getBounds, getColorFilter, getManualTextureMapping, getManualTextureMapping, getPlanePosition, getResource, getTextureScale, setAlphaFactor, setColorFilter, setPlanePosition, setResource, setTextureScale, updateBounds
-
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractDrawable
addDrawableListener, dispose, doTransform, getBarycentre, getBoundingBoxColor, getDistance, getLegend, getLongestDistance, getShortestDistance, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setSpaceTransformer, setTransform, setTransformBefore, toString
-
Methods inherited from interface org.jzy3d.plot3d.primitives.pickable.Pickable
setTransform
-
Methods inherited from interface org.jzy3d.plot3d.primitives.IGLRenderer
draw
-
-
-
-
Constructor Detail
-
PickableTexture
public PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords, Color filter)
-
PickableTexture
public PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords)
-
PickableTexture
public PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue)
-
PickableTexture
public PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color)
-
PickableTexture
public PickableTexture(SharedTexture resource, PlaneAxis orientation)
-
PickableTexture
public PickableTexture(SharedTexture resource)
-
-
Method Detail
-
setPickingId
public void setPickingId(int id)
- Specified by:
setPickingIdin interfacePickable
-
getPickingId
public int getPickingId()
- Specified by:
getPickingIdin interfacePickable
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractDrawable
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-
DMelt 3.0 © DataMelt by jWork.ORG