Uses of Class
org.scilab.forge.scirenderer.texture.TextEntity
-
Packages that use TextEntity Package Description org.scilab.forge.scirenderer.implementation.g2d.texture org.scilab.forge.scirenderer.texture -
-
Uses of TextEntity in org.scilab.forge.scirenderer.implementation.g2d.texture
Methods in org.scilab.forge.scirenderer.implementation.g2d.texture with parameters of type TextEntity Modifier and Type Method Description voidG2DTextureDrawingTools. draw(TextEntity textEntity, int x, int y) -
Uses of TextEntity in org.scilab.forge.scirenderer.texture
Methods in org.scilab.forge.scirenderer.texture with parameters of type TextEntity Modifier and Type Method Description voidBufferedImageTextureDrawingTools. draw(TextEntity textEntity, int x, int y)voidTextureDrawingTools. draw(TextEntity textEntity, int x, int y)Draw the given text at the given position with the given appearance.
-