Class TexturedCube
java.lang.Object
org.jzy3d.plot3d.primitives.Drawable
org.jzy3d.plot3d.primitives.Wireframeable
org.jzy3d.plot3d.primitives.Composite
org.jzy3d.plot3d.primitives.textured.TexturedCube
- All Implemented Interfaces:
IMultiColorable,ISingleColorable,IGLBindedResource,IGLRenderer,ISortableDraw,Selectable,ITranslucent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected floatprotected Drawableprotected Drawableprotected Drawableprotected Drawableprotected Polygon2dprotected Drawableprotected Drawableprotected Drawableprotected Drawableprotected Drawableprotected Drawableprotected Drawableprotected DrawableFields inherited from class org.jzy3d.plot3d.primitives.Composite
color, components, detailedToString, hasMountedOnce, mapper, transformFields inherited from class org.jzy3d.plot3d.primitives.Wireframeable
depthFunctionChangeForWireframe, faceDisplayed, materialAmbiantReflection, materialDiffuseReflection, materialEmission, materialShininess, materialSpecularReflection, NO_OVERLAP_DEPTH_RATIO, polygonOffsetFactor, polygonOffsetFillEnable, polygonOffsetUnit, polygonWireframeDepthTrick, reflectLight, wireframeColor, wireframeColorFromPolygonPoints, wireframeDisplayed, wireframeWidth, wireframeWithLineLoopFields inherited from class org.jzy3d.plot3d.primitives.Drawable
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transformBefore -
Constructor Summary
ConstructorsConstructorDescriptionTexturedCube(Coord3d position, Color color, Color bgcolor, MaskPair masks) TexturedCube(Coord3d position, Color color, Color bgcolor, MaskPair masks, float width) TexturedCube(Coord3d position, MaskPair masks) TexturedCube(MaskPair masks) -
Method Summary
Modifier and TypeMethodDescriptionCreates and return a BoundingBox3d that embed all available Drawable bounds.makeXPlaneTextureMapping(Coord3d position, float width) makeYPlaneTextureMapping(Coord3d position, float width) makeZPlaneTextureMapping(Coord3d position, float width) voidvoidsetAlphaFactor(float a) Methods inherited from class org.jzy3d.plot3d.primitives.Composite
add, add, add, applyGeometryTransform, canDecompose, clear, draw, get, getColor, getColorMapper, getDrawables, getTransform, hasMountedOnce, isDetailedToString, mount, remove, setColor, setColorMapper, setDetailedToString, setDisplayed, setFaceDisplayed, setMaterialAmbiantReflection, setMaterialDiffuseReflection, setMaterialEmission, setMaterialShininess, setMaterialSpecularReflection, setPolygonOffsetFillEnable, setPolygonWireframeDepthTrick, setReflectLight, setSpaceTransformer, setTransform, setTransformBefore, setWireframeColor, setWireframeColorFromPolygonPoints, setWireframeDisplayed, setWireframeWidth, size, toString, toString, updateBoundsMethods inherited from class org.jzy3d.plot3d.primitives.Wireframeable
applyDepthRangeDefault, applyDepthRangeForOverlying, applyDepthRangeForUnderlying, applyMaterial, doDrawBoundsIfDisplayed, getMaterialAmbiantReflection, getMaterialDiffuseReflection, getMaterialEmission, getMaterialShininess, getMaterialSpecularReflection, getPolygonOffsetFactor, getPolygonOffsetUnit, getWireframeColor, getWireframeWidth, isFaceDisplayed, isPolygonOffsetFillEnable, isPolygonWireframeDepthTrick, isReflectLight, isWireframeColorFromPolygonPoints, isWireframeDisplayed, polygonOffsetFillDisable, polygonOffsetFillEnable, polygonOffsetLineDisable, polygonOffsetLineEnable, setPolygonOffsetFactor, setPolygonOffsetUnitMethods inherited from class org.jzy3d.plot3d.primitives.Drawable
addDrawableListener, asWireframeable, dispose, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getDistance, getLegend, getLongestDistance, getShortestDistance, getSpaceTransformer, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setLegend, setLegendDisplayed
-
Field Details
-
north
-
south
-
west
-
east
-
near
-
far
-
northBg
-
southBg
-
westBg
-
eastBg
-
nearBg
-
farBg
-
lastProjection
-
lastHull
-
alpha
protected float alpha
-
-
Constructor Details
-
TexturedCube
-
TexturedCube
-
TexturedCube
-
TexturedCube
-
-
Method Details
-
makeXPlaneTextureMapping
-
makeYPlaneTextureMapping
-
makeZPlaneTextureMapping
-
getBounds
Description copied from class:CompositeCreates and return a BoundingBox3d that embed all available Drawable bounds. -
project
- Specified by:
projectin interfaceSelectable
-
getHull2d
- Specified by:
getHull2din interfaceSelectable
-
getLastProjection
- Specified by:
getLastProjectionin interfaceSelectable
-
setAlphaFactor
public void setAlphaFactor(float a) - Specified by:
setAlphaFactorin interfaceITranslucent
-