org.jzy3d.plot3d.text.drawable.cells
Class DrawableTextCell
- 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.cells.DrawableTextCell
-
- All Implemented Interfaces:
- IGLRenderer, ISortableDraw, Pickable, ITranslucent
public class DrawableTextCell extends PickableTexture
-
-
Constructor Summary
Constructors Constructor and Description DrawableTextCell(BufferedImageTexture image, Coord2d position, Coord2d dim)DrawableTextCell(int n, java.lang.String text, Coord2d position, Coord2d dim)DrawableTextCell(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords, Color filter)DrawableTextCell(TextCellRenderer renderer, Coord2d position, Coord2d dim)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidsetCellRenderer(TextCellRenderer renderer)-
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
-
DrawableTextCell
public DrawableTextCell(int n, java.lang.String text, Coord2d position, Coord2d dim)
-
DrawableTextCell
public DrawableTextCell(TextCellRenderer renderer, Coord2d position, Coord2d dim)
-
DrawableTextCell
public DrawableTextCell(BufferedImageTexture image, Coord2d position, Coord2d dim)
-
DrawableTextCell
public DrawableTextCell(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords, Color filter)
-
-
Method Detail
-
setCellRenderer
public void setCellRenderer(TextCellRenderer renderer)
-
-
DMelt 3.0 © DataMelt by jWork.ORG