Uses of Enum
org.jzy3d.plot3d.text.align.Vertical
Package
Description
-
Uses of Vertical in org.jzy3d.chart2d
-
Uses of Vertical in org.jzy3d.plot3d.primitives.axis
Modifier and TypeMethodDescriptionCompute the vertical alignment of a tick label based on direction in Z space.Modifier and TypeMethodDescriptionCompute the vertical alignment of a tick label based on direction in Z space.void
AxisTickProcessor.drawAxisTickNumericLabel
(IPainter painter, int direction, Color color, Horizontal hAlign, Vertical vAlign, BoundingBox3d ticksTxtBounds, String tickLabel, Coord3d tickPosition) AxisTickProcessor.drawAxisTicks
(IPainter painter, int dimension, Color color, Horizontal hal, Vertical val, float tickLength, BoundingBox3d ticksTxtBounds, double xpos, double ypos, double zpos, float xdir, float ydir, float zdir, double[] ticks) Draw an array of ticks on the given axis indicated by direction field.AxisTickProcessor.drawAxisTicks
(IPainter painter, int dimension, Color color, Horizontal hal, Vertical val, float tickLength, BoundingBox3d ticksTxtBounds, Coord3d pos, Coord3d dir, double[] ticks) AxisTickProcessor.drawTicks
(IPainter painter, int axis, int dimension, Color color, Horizontal hal, Vertical val) Draws axis labels, tick lines and tick label -
Uses of Vertical in org.jzy3d.plot3d.primitives.graphs.layout
Modifier and TypeMethodDescriptionDefaultGraphFormatter.getVertexLabelValign()
IGraphFormatter.getVertexLabelValign()
Modifier and TypeMethodDescriptionvoid
DefaultGraphFormatter.setVertexLabelValign
(Vertical vertexLabelValign) void
IGraphFormatter.setVertexLabelValign
(Vertical vertexLabelValign) -
Uses of Vertical in org.jzy3d.plot3d.text
Modifier and TypeMethodDescriptionAbstractTextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color) AbstractTextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset) AbstractTextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color) AbstractTextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset) AbstractTextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset) ITextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color) ITextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset) ITextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset) The main text renderer method to implement.ITextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color) ITextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset) ITextRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset) -
Uses of Vertical in org.jzy3d.plot3d.text.align
Modifier and TypeMethodDescriptionstatic Vertical
Returns the enum constant of this type with the specified name.static Vertical[]
Vertical.values()
Returns an array containing the constants of this enum type, in the order they are declared.TextAlign.vertical()
Modifier and TypeMethodDescriptionTextLayout.align
(float textWidth, float textHeight, Horizontal horizontal, Vertical vertical, Coord2d offset, Coord3d screen) Compute final text position on screen according to the layout parameters and initial screen position.TextLayout.align
(float textWidth, float textHeight, Horizontal horizontal, Vertical vertical, Coord3d screen) Compute final text position on screen according to the layout parameters and initial screen position.float
TextLayout.computeYAlign
(float textHeight, Vertical vertical, Coord3d screenPosition, float y) void
-
Uses of Vertical in org.jzy3d.plot3d.text.drawable
-
Uses of Vertical in org.jzy3d.plot3d.text.renderers
Modifier and TypeMethodDescriptionTextBillboardRenderer.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset) Deprecated.Draw a string at the specified position and compute the 3d volume occupied by the string according to the current Camera configuration.TextBitmapRenderer.drawText
(IPainter painter, Font font, String text, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset) Deprecated.Draw a string at the specified position and return the 3d volume occupied by the string according to the current Camera configuration.TextRenderer.drawText
(IPainter painter, Font font, String text, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset) Draw a string at the specified position and return the 3d volume occupied by the string according to the current Camera configuration.protected org.jzy3d.plot3d.text.renderers.TextBillboardRenderer.BillBoardSize
TextBillboardRenderer.printString
(IPainter painter, String s, Horizontal halign, Vertical valign) Deprecated.Performs actual display of the string. -
Uses of Vertical in org.jzy3d.plot3d.text.renderers.jogl
Modifier and TypeMethodDescriptionJOGLTextRenderer2d.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal horizontal, Vertical vertical, Color color, Coord2d screenOffset, Coord3d sceneOffset) JOGLTextRenderer3d.drawText
(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset) protected void
JOGLTextRenderer2d.drawText2D
(IPainter painter, Font font, String text, Coord3d position, Color color, float rotation, Horizontal horizontal, Vertical vertical) Draws a 2D text (facing camera) at the specified 3D position.protected void
JOGLTextRenderer3d.drawText3D
(IPainter painter, String text, Coord3d position, Horizontal halign, Vertical valign, Color color)