org.jzy3d.plot3d.text.drawable
Class DrawableTextTexture
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.AbstractDrawable
-
- org.jzy3d.plot3d.primitives.textured.DrawableTexture
-
- org.jzy3d.plot3d.primitives.pickable.PickableTexture
-
- org.jzy3d.plot3d.text.drawable.DrawableTextTexture
-
- All Implemented Interfaces:
- IGLRenderer, ISortableDraw, Pickable, ITranslucent
public class DrawableTextTexture extends PickableTexture
-
-
Constructor Summary
Constructors Constructor and Description DrawableTextTexture(SharedTexture resource)DrawableTextTexture(SharedTexture resource, PlaneAxis orientation)DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue)DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color)DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords)DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords, Color filter)DrawableTextTexture(java.lang.String text, Coord2d position, Coord2d dim)DrawableTextTexture(java.lang.String text, int fontSize, Coord2d position, Coord2d dim)
-
Method Summary
-
Methods inherited from class org.jzy3d.plot3d.primitives.pickable.PickableTexture
equals, getPickingId, hashCode, setPickingId, toString
-
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
-
DrawableTextTexture
public DrawableTextTexture(java.lang.String text, Coord2d position, Coord2d dim)
-
DrawableTextTexture
public DrawableTextTexture(java.lang.String text, int fontSize, Coord2d position, Coord2d dim)
-
DrawableTextTexture
public DrawableTextTexture(SharedTexture resource)
-
DrawableTextTexture
public DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color)
-
DrawableTextTexture
public DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords)
-
DrawableTextTexture
public DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue)
-
DrawableTextTexture
public DrawableTextTexture(SharedTexture resource, PlaneAxis orientation)
-
DrawableTextTexture
public DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords, Color filter)
-
-
DMelt 3.0 © DataMelt by jWork.ORG