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 |
DrawableTextCell(BufferedImageTexture image,
Coord2d position,
Coord2d dim)
|
DrawableTextCell(int n,
String text,
Coord2d position,
Coord2d dim)
|
DrawableTextCell(SharedTexture resource,
PlaneAxis orientation,
float axisValue,
List<Coord2d> coords,
Color filter)
|
DrawableTextCell(TextCellRenderer renderer,
Coord2d position,
Coord2d dim)
|
Methods inherited from class org.jzy3d.plot3d.primitives.textured.DrawableTexture |
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.AbstractDrawable |
addDrawableListener, call, call, callWithAlphaFactor, dispose, doDrawBounds, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getDistance, getLegend, getLongestDistance, getShortestDistance, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, negative, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setTransform, setTransformBefore, toString |
Methods inherited from interface org.jzy3d.plot3d.primitives.IGLRenderer |
draw |
DEFAULT_FONT
protected static Font DEFAULT_FONT
DrawableTextCell
public DrawableTextCell(int n,
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,
List<Coord2d> coords,
Color filter)
setCellRenderer
public void setCellRenderer(TextCellRenderer renderer)
makeImage
protected static BufferedImageTexture makeImage(int n,
String text)
makeMapping
protected static List<Coord2d> makeMapping(Coord2d dim)
Copyright © 2013. All rights reserved.