public class PickableTexture extends DrawableTexture implements Pickable
| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
alpha, axisValue, filter, mapping, orientation, planePosition, resource, texMatMix, textureScalebbox, 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, updateBoundsaddDrawableListener, 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, vertexGLES2clone, finalize, getClass, notify, notifyAll, wait, wait, waitsetTransformdrawpublic 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 Pickablepublic int getPickingId()
getPickingId in interface Pickablepublic String toString()
toString in class AbstractDrawableCopyright © 2016. All rights reserved.