public class PickableTexture extends DrawableTexture implements Pickable
Modifier and Type | Field and Description |
---|---|
protected int |
id |
alpha, axisValue, filter, mapping, orientation, planePosition, resource, texMatMix, textureScale
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore
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,
List<Coord2d> coords) |
PickableTexture(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords,
Color filter) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getPickingId() |
int |
hashCode() |
void |
setPickingId(int id) |
String |
toString() |
after, applyGeometryTransform, before, debugMapping, draw, getBounds, getColorFilter, getDefaultTextureMapping, getManualTextureMapping, getManualTextureMapping, getPlanePosition, getResource, getTextureScale, initBoundsWithMapping, initBoundsWithResources, setAlphaFactor, setColorFilter, setPlanePosition, setResource, setTextureScale, updateBounds
addDrawableListener, call, call, callWithAlphaFactor, colorGL2, colorGLES2, dispose, doDrawBounds, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getDistance, getLegend, getLongestDistance, getShortestDistance, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, negative, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setSpaceTransformer, setTransform, setTransformBefore, toString, vertexGL2, vertexGLES2
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
setTransform
draw
public PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
public PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords)
public PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue)
public PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color)
public PickableTexture(SharedTexture resource, PlaneAxis orientation)
public PickableTexture(SharedTexture resource)
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.