Uses of Class
org.jzy3d.plot3d.text.align.Horizontal
-
-
Uses of Horizontal in org.jzy3d.chart2d
Methods in org.jzy3d.chart2d with parameters of type Horizontal Modifier and Type Method Description BoundingBox3d
AxisBox2d.RotatedTextBitmapRenderer. drawText(IPainter painter, Font font, String text, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset, Coord3d sceneOffset)
-
Uses of Horizontal in org.jzy3d.plot3d.primitives.axis
Methods in org.jzy3d.plot3d.primitives.axis that return Horizontal Modifier and Type Method Description Horizontal
AxisTickProcessor. align(Horizontal alignDefault, int dimension, Camera cam, Coord3d tickPosition)
Compute horizontal alignement of a tick label based on tick position relative to camera, if the input default is nullMethods in org.jzy3d.plot3d.primitives.axis with parameters of type Horizontal Modifier and Type Method Description Horizontal
AxisTickProcessor. align(Horizontal alignDefault, int dimension, Camera cam, Coord3d tickPosition)
Compute horizontal alignement of a tick label based on tick position relative to camera, if the input default is nullvoid
AxisTickProcessor. drawAxisTickNumericLabel(IPainter painter, int direction, Color color, Horizontal hAlign, Vertical vAlign, BoundingBox3d ticksTxtBounds, String tickLabel, Coord3d tickPosition)
AxisRenderingInfo
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.AxisRenderingInfo
AxisTickProcessor. drawAxisTicks(IPainter painter, int dimension, Color color, Horizontal hal, Vertical val, float tickLength, BoundingBox3d ticksTxtBounds, Coord3d pos, Coord3d dir, double[] ticks)
BoundingBox3d
AxisTickProcessor. drawTicks(IPainter painter, int axis, int dimension, Color color, Horizontal hal, Vertical val)
Draws axis labels, tick lines and tick label -
Uses of Horizontal in org.jzy3d.plot3d.primitives.graphs.layout
Fields in org.jzy3d.plot3d.primitives.graphs.layout declared as Horizontal Modifier and Type Field Description protected Horizontal
DefaultGraphFormatter. vertexLabelHalign
Methods in org.jzy3d.plot3d.primitives.graphs.layout that return Horizontal Modifier and Type Method Description Horizontal
DefaultGraphFormatter. getVertexLabelHalign()
Horizontal
IGraphFormatter. getVertexLabelHalign()
Methods in org.jzy3d.plot3d.primitives.graphs.layout with parameters of type Horizontal Modifier and Type Method Description void
DefaultGraphFormatter. setVertexLabelHalign(Horizontal vertexLabelHalign)
void
IGraphFormatter. setVertexLabelHalign(Horizontal vertexLabelHalign)
-
Uses of Horizontal in org.jzy3d.plot3d.text
Methods in org.jzy3d.plot3d.text with parameters of type Horizontal Modifier and Type Method Description BoundingBox3d
AbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color)
BoundingBox3d
AbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)
BoundingBox3d
AbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color)
BoundingBox3d
AbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)
BoundingBox3d
AbstractTextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset)
BoundingBox3d
ITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color)
BoundingBox3d
ITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)
BoundingBox3d
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.BoundingBox3d
ITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color)
BoundingBox3d
ITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord2d screenOffset)
BoundingBox3d
ITextRenderer. drawText(IPainter painter, Font font, String s, Coord3d position, Horizontal halign, Vertical valign, Color color, Coord3d sceneOffset)
-
Uses of Horizontal in org.jzy3d.plot3d.text.align
Fields in org.jzy3d.plot3d.text.align declared as Horizontal Modifier and Type Field Description protected Horizontal
TextAlign. horizontal
Methods in org.jzy3d.plot3d.text.align that return Horizontal Modifier and Type Method Description Horizontal
TextAlign. horizontal()
static Horizontal
Horizontal. valueOf(String name)
Returns the enum constant of this type with the specified name.static Horizontal[]
Horizontal. 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 Horizontal Modifier and Type Method Description Coord3d
TextLayout. 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.Coord3d
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. computeXAlign(float textWidth, Horizontal horizontal, Coord3d screenPosition, float x)
void
TextAlign. horizontal(Horizontal horizontal)
Constructors in org.jzy3d.plot3d.text.align with parameters of type Horizontal Constructor Description TextAlign(Horizontal horizontal, Vertical vertical)
-
Uses of Horizontal in org.jzy3d.plot3d.text.drawable
Fields in org.jzy3d.plot3d.text.drawable declared as Horizontal Modifier and Type Field Description protected Horizontal
DrawableTextWrapper. halign
Methods in org.jzy3d.plot3d.text.drawable that return Horizontal Modifier and Type Method Description Horizontal
DrawableTextWrapper. getHalign()
Methods in org.jzy3d.plot3d.text.drawable with parameters of type Horizontal Modifier and Type Method Description void
DrawableTextWrapper. configure(String txt, Coord3d position, Color color, Horizontal ha, Vertical va)
void
DrawableTextWrapper. setHalign(Horizontal halign)
-
Uses of Horizontal in org.jzy3d.plot3d.text.drawable.cells
Fields in org.jzy3d.plot3d.text.drawable.cells declared as Horizontal Modifier and Type Field Description protected Horizontal
TextCellRenderer. h
Methods in org.jzy3d.plot3d.text.drawable.cells that return Horizontal Modifier and Type Method Description Horizontal
TextCellRenderer. getHorizontalAlignement()
Methods in org.jzy3d.plot3d.text.drawable.cells with parameters of type Horizontal Modifier and Type Method Description void
TextCellRenderer. setHorizontalAlignement(Horizontal h)
Constructors in org.jzy3d.plot3d.text.drawable.cells with parameters of type Horizontal Constructor Description TextCellRenderer(int n, String txt, Font font, Horizontal halign, boolean drawBorder)
-
Uses of Horizontal in org.jzy3d.plot3d.text.renderers
Methods in org.jzy3d.plot3d.text.renderers with parameters of type Horizontal Modifier and Type Method Description BoundingBox3d
TextBillboardRenderer. 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.BoundingBox3d
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.BoundingBox3d
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 Horizontal in org.jzy3d.plot3d.text.renderers.jogl
Methods in org.jzy3d.plot3d.text.renderers.jogl with parameters of type Horizontal Modifier and Type Method Description BoundingBox3d
JOGLTextRenderer2d. drawText(IPainter painter, Font font, String s, Coord3d position, float rotation, Horizontal horizontal, Vertical vertical, Color color, Coord2d screenOffset, Coord3d sceneOffset)
BoundingBox3d
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)
-