Uses of Class
org.jzy3d.plot3d.text.align.Vertical
-
-
Uses of Vertical in org.jzy3d.chart2d
Methods in org.jzy3d.chart2d with parameters of type Vertical Modifier and Type Method Description BoundingBox3dAxisBox2d.RotatedTextBitmapRenderer. drawText(IPainter painter, Font font, String text, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset) -
Uses of Vertical in org.jzy3d.plot3d.primitives.axis
Methods in org.jzy3d.plot3d.primitives.axis that return Vertical Modifier and Type Method Description VerticalAxisTickProcessor. align(Vertical alignDefault, int dimension, float zdir)Compute the vertical alignment of a tick label based on direction in Z space.Methods in org.jzy3d.plot3d.primitives.axis with parameters of type Vertical Modifier and Type Method Description VerticalAxisTickProcessor. align(Vertical alignDefault, int dimension, float zdir)Compute the vertical alignment of a tick label based on direction in Z space.voidAxisTickProcessor. drawAxisTickNumericLabel(IPainter painter, int direction, Color color, Horizontal hAlign, Vertical vAlign, BoundingBox3d ticksTxtBounds, String tickLabel, Coord3d tickPosition)AxisRenderingInfoAxisTickProcessor. 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.AxisRenderingInfoAxisTickProcessor. drawAxisTicks(IPainter painter, int dimension, Color color, Horizontal hal, Vertical val, float tickLength, BoundingBox3d ticksTxtBounds, Coord3d pos, Coord3d dir, double[] ticks)BoundingBox3dAxisTickProcessor. 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
Fields in org.jzy3d.plot3d.primitives.graphs.layout declared as Vertical Modifier and Type Field Description protected VerticalDefaultGraphFormatter. vertexLabelValignMethods in org.jzy3d.plot3d.primitives.graphs.layout that return Vertical Modifier and Type Method Description VerticalDefaultGraphFormatter. getVertexLabelValign()VerticalIGraphFormatter. getVertexLabelValign()Methods in org.jzy3d.plot3d.primitives.graphs.layout with parameters of type Vertical Modifier and Type Method Description voidDefaultGraphFormatter. setVertexLabelValign(Vertical vertexLabelValign)voidIGraphFormatter. setVertexLabelValign(Vertical vertexLabelValign) -
Uses of Vertical in org.jzy3d.plot3d.text
Fields in org.jzy3d.plot3d.text declared as Vertical Modifier and Type Field Description protected VerticalDrawableTextWrapper. valignMethods in org.jzy3d.plot3d.text that return Vertical Modifier and Type Method Description VerticalDrawableTextWrapper. getValign()Methods in org.jzy3d.plot3d.text with parameters of type Vertical Modifier and Type Method Description voidDrawableTextWrapper. configure(String txt, Coord3d position, Color color, Horizontal ha, Vertical va)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dAbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dITextRenderer. 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.BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)BoundingBox3dITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset)voidDrawableTextWrapper. setValign(Vertical valign) -
Uses of Vertical in org.jzy3d.plot3d.text.align
Methods in org.jzy3d.plot3d.text.align that return Vertical Modifier and Type Method Description static VerticalVertical. valueOf(String name)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.Methods in org.jzy3d.plot3d.text.align with parameters of type Vertical Modifier and Type Method Description Coord3dTextLayout. 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.Coord3dTextLayout. 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.floatTextLayout. computeYAlign(float textHeight, Vertical vertical, Coord3d screenPosition, float y) -
Uses of Vertical in org.jzy3d.plot3d.text.overlay
Methods in org.jzy3d.plot3d.text.overlay with parameters of type Vertical Modifier and Type Method Description voidAWTTextOverlay. appendText(IPainter painter, String s, Coord3d position, Horizontal halign, Vertical valign, Color color) -
Uses of Vertical in org.jzy3d.plot3d.text.renderers
Methods in org.jzy3d.plot3d.text.renderers with parameters of type Vertical Modifier and Type Method Description BoundingBox3dTextBillboardRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)Draw a string at the specified position and compute the 3d volume occupied by the string according to the current Camera configuration.BoundingBox3dTextBitmapRenderer. 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.BillBoardSizeTextBillboardRenderer. printString(IPainter painter, String s, Horizontal halign, Vertical valign)Performs actual display of the string. -
Uses of Vertical in org.jzy3d.plot3d.text.renderers.jogl
Methods in org.jzy3d.plot3d.text.renderers.jogl with parameters of type Vertical Modifier and Type Method Description BoundingBox3dJOGLTextRenderer2d. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal horizontal, Vertical vertical, Color color, Coord2d screenOffset, Coord3d sceneOffset)BoundingBox3dJOGLTextRenderer3d. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)protected voidJOGLTextRenderer2d. drawText2D(IPainter painter, Font font, String text, Coord3d position, Color color, Horizontal horizontal, Vertical vertical)Draws a 2D text (facing camera) at the specified 3D position.protected voidJOGLTextRenderer3d. drawText3D(IPainter painter, String text, Coord3d position, Horizontal halign, Vertical valign, Color color)
-