Package org.jzy3d.plot3d.text.drawable
Class DrawableText
java.lang.Object
org.jzy3d.plot3d.primitives.Drawable
org.jzy3d.plot3d.text.drawable.DrawableTextWrapper
org.jzy3d.plot3d.text.drawable.DrawableText
- All Implemented Interfaces:
IGLRenderer
,ISortableDraw
-
Field Summary
Fields inherited from class org.jzy3d.plot3d.text.drawable.DrawableTextWrapper
axisLayout, color, defaultFont, flipHorizontalAlignWithViewpoint, halign, point, pointDisplayed, position, renderer, rotation, sceneOffset, screenOffset, txt, valign
Fields inherited from class org.jzy3d.plot3d.primitives.Drawable
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
boolean
void
setPositionColor
(Color positionColor) void
setPositionWidth
(float positionWidth) void
setShowPosition
(boolean showPosition) Methods inherited from class org.jzy3d.plot3d.text.drawable.DrawableTextWrapper
applyGeometryTransform, configure, draw, flipHorizontalAlignIfEnabled, getAxisLayout, getBounds, getDefaultFont, getHalign, getPoint, getPosition, getRotation, getSceneOffset, getScreenOffset, getText, getValign, isFlipHorizontalAlignWithViewpoint, isPointDisplayed, setAxisLayout, setColor, setDefaultFont, setFlipHorizontalAlignWithViewpoint, setHalign, setPointDisplayed, setPosition, setRotation, setSceneOffset, setScreenOffset, setText, setValign, toString, 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
-
Constructor Details
-
DrawableText
-
-
Method Details
-
getRenderer
-
isShowPosition
public boolean isShowPosition() -
setShowPosition
public void setShowPosition(boolean showPosition) -
getPositionColor
-
setPositionColor
-
getPositionWidth
public float getPositionWidth() -
setPositionWidth
public void setPositionWidth(float positionWidth)
-