Class AWTNativeDrawableImage
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.Drawable
-
- org.jzy3d.plot3d.primitives.DrawableImage
-
- org.jzy3d.plot3d.primitives.textured.NativeDrawableImage
-
- org.jzy3d.plot3d.primitives.volume.textured.AWTNativeDrawableImage
-
- All Implemented Interfaces:
IGLRenderer
,ISortableDraw
,ITranslucent
public class AWTNativeDrawableImage extends NativeDrawableImage
-
-
Field Summary
-
Fields inherited from class org.jzy3d.plot3d.primitives.textured.NativeDrawableImage
alpha, axisValue, filter, mapping, orientation, planePosition, resource, texMatMix, textureScale
-
Fields inherited from class org.jzy3d.plot3d.primitives.Drawable
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore
-
-
Constructor Summary
Constructors Constructor Description AWTNativeDrawableImage(Shape shape, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
AWTNativeDrawableImage(SharedTexture resource)
AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation)
AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue)
AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords)
AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, Color filter)
-
Method Summary
-
Methods inherited from class org.jzy3d.plot3d.primitives.textured.NativeDrawableImage
after, applyGeometryTransform, before, debugMapping, draw, getBounds, getColorFilter, getDefaultTextureMapping, getManualTextureMapping, getManualTextureMapping, getPlanePosition, getResource, getTextureScale, initBoundsWithMapping, initBoundsWithResources, setAlphaFactor, setColorFilter, setPlanePosition, setResource, setTextureScale, updateBounds
-
Methods inherited from class org.jzy3d.plot3d.primitives.Drawable
addDrawableListener, asWireframeable, dispose, doDrawBoundsIfDisplayed, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getDistance, getLegend, getLongestDistance, getShortestDistance, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setSpaceTransformer, setTransform, setTransformBefore, toString, toString
-
-
-
-
Constructor Detail
-
AWTNativeDrawableImage
public AWTNativeDrawableImage(Shape shape, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
-
AWTNativeDrawableImage
public AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, Color filter)
-
AWTNativeDrawableImage
public AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
-
AWTNativeDrawableImage
public AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords)
-
AWTNativeDrawableImage
public AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue)
-
AWTNativeDrawableImage
public AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation)
-
AWTNativeDrawableImage
public AWTNativeDrawableImage(SharedTexture resource)
-
-