Uses of Class
org.jfree.chart.ui.TextAnchor
Packages that use TextAnchor
Package
Description
A framework for adding annotations to charts.
Axis classes and interfaces.
Generators and other classes used for the display of item labels and tooltips.
Classes related to the
ChartPanel
class.Plot classes and related interfaces.
Classes for creating dial plots.
Text-related classes formerly in the JCommon class library.
Utility classes that relate to user interface items.
Utility classes used by JFreeChart.
-
Uses of TextAnchor in org.jfree.chart.annotations
Fields in org.jfree.chart.annotations declared as TextAnchorModifier and TypeFieldDescriptionstatic final TextAnchor
TextAnnotation.DEFAULT_ROTATION_ANCHOR
The default rotation anchor.static final TextAnchor
XYTextAnnotation.DEFAULT_ROTATION_ANCHOR
The default rotation anchor.static final TextAnchor
TextAnnotation.DEFAULT_TEXT_ANCHOR
The default text anchor.static final TextAnchor
XYTextAnnotation.DEFAULT_TEXT_ANCHOR
The default text anchor.private TextAnchor
TextAnnotation.rotationAnchor
The rotation anchor.private TextAnchor
XYTextAnnotation.rotationAnchor
The rotation anchor.private TextAnchor
TextAnnotation.textAnchor
The text anchor.private TextAnchor
XYTextAnnotation.textAnchor
The text anchor (to be aligned with (x, y)).Methods in org.jfree.chart.annotations that return TextAnchorModifier and TypeMethodDescriptionTextAnnotation.getRotationAnchor()
Returns the rotation anchor.XYTextAnnotation.getRotationAnchor()
Returns the rotation anchor.TextAnnotation.getTextAnchor()
Returns the text anchor.XYTextAnnotation.getTextAnchor()
Returns the text anchor.Methods in org.jfree.chart.annotations with parameters of type TextAnchorModifier and TypeMethodDescriptionvoid
TextAnnotation.setRotationAnchor
(TextAnchor anchor) Sets the rotation anchor point and sends anAnnotationChangeEvent
to all registered listeners.void
XYTextAnnotation.setRotationAnchor
(TextAnchor anchor) Sets the rotation anchor point and sends anAnnotationChangeEvent
to all registered listeners.void
TextAnnotation.setTextAnchor
(TextAnchor anchor) Sets the text anchor (the point on the text bounding rectangle that is aligned to the (x, y) coordinate of the annotation) and sends anAnnotationChangeEvent
to all registered listeners.void
XYTextAnnotation.setTextAnchor
(TextAnchor anchor) Sets the text anchor (the point on the text bounding rectangle that is aligned to the (x, y) coordinate of the annotation) and sends anAnnotationChangeEvent
to all registered listeners. -
Uses of TextAnchor in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as TextAnchorModifier and TypeFieldDescriptionprivate final TextAnchor
CategoryLabelPosition.rotationAnchor
The rotation anchor.private TextAnchor
Tick.rotationAnchor
The rotation anchor for the tick label.private TextAnchor
Tick.textAnchor
The text anchor for the tick label.Methods in org.jfree.chart.axis that return TextAnchorModifier and TypeMethodDescriptionCategoryLabelPosition.getRotationAnchor()
Returns the rotation anchor point.Tick.getRotationAnchor()
Returns the text anchor that defines the point around which the label is rotated.Tick.getTextAnchor()
Returns the text anchor.protected TextAnchor
Axis.labelAnchorH
(AxisLabelLocation location) Returns the appropriate horizontal text anchor for the specified axis location.protected TextAnchor
Axis.labelAnchorV
(AxisLabelLocation location) Returns the appropriate vertical text anchor for the specified axis location.Constructors in org.jfree.chart.axis with parameters of type TextAnchorModifierConstructorDescriptionCategoryLabelPosition
(RectangleAnchor categoryAnchor, TextBlockAnchor labelAnchor, TextAnchor rotationAnchor, double angle, CategoryLabelWidthType widthType, float widthRatio) Creates a new position record.CategoryTick
(Comparable category, TextBlock label, TextBlockAnchor labelAnchor, TextAnchor rotationAnchor, double angle) Creates a new tick.CycleBoundTick
(boolean mapToLastCycle, Number number, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) Creates a new tick.DateTick
(Date date, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) Creates a new date tick.DateTick
(TickType tickType, Date date, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) Creates a new date tick.LogTick
(TickType type, double value, AttributedString label, TextAnchor textAnchor) Creates a new instance.NumberTick
(Number number, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) Creates a new tick.NumberTick
(TickType tickType, double value, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) Creates a new tick.Tick
(String text, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) Creates a new tick.ValueTick
(double value, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) Creates a new value tick.ValueTick
(TickType tickType, double value, String label, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) Creates a new value tick. -
Uses of TextAnchor in org.jfree.chart.labels
Fields in org.jfree.chart.labels declared as TextAnchorModifier and TypeFieldDescriptionprivate TextAnchor
ItemLabelPosition.rotationAnchor
The rotation anchor.private TextAnchor
ItemLabelPosition.textAnchor
The text anchor.Methods in org.jfree.chart.labels that return TextAnchorModifier and TypeMethodDescriptionItemLabelPosition.getRotationAnchor()
Returns the rotation anchor point.ItemLabelPosition.getTextAnchor()
Returns the text anchor.Constructors in org.jfree.chart.labels with parameters of type TextAnchorModifierConstructorDescriptionItemLabelPosition
(ItemLabelAnchor itemLabelAnchor, TextAnchor textAnchor) Creates a new position record (with zero rotation).ItemLabelPosition
(ItemLabelAnchor itemLabelAnchor, TextAnchor textAnchor, ItemLabelClip itemLabelClip) Creates a new position record.ItemLabelPosition
(ItemLabelAnchor itemLabelAnchor, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) Creates a new position record.ItemLabelPosition
(ItemLabelAnchor itemLabelAnchor, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle, ItemLabelClip itemLabelClip) Creates a new position record. -
Uses of TextAnchor in org.jfree.chart.panel
Methods in org.jfree.chart.panel that return TextAnchorModifier and TypeMethodDescriptionprivate TextAnchor
CrosshairOverlay.textAlignPtForLabelAnchorH
(RectangleAnchor anchor) Returns the text anchor that is used to align a label to its anchor point.private TextAnchor
CrosshairOverlay.textAlignPtForLabelAnchorV
(RectangleAnchor anchor) Returns the text anchor that is used to align a label to its anchor point. -
Uses of TextAnchor in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as TextAnchorModifier and TypeFieldDescriptionprivate TextAnchor
Marker.labelTextAnchor
The text anchor for the label.Methods in org.jfree.chart.plot that return TextAnchorModifier and TypeMethodDescriptionprotected TextAnchor
PolarPlot.calculateTextAnchor
(double angleDegrees) Calculate the text position for the given degrees.Marker.getLabelTextAnchor()
Returns the label text anchor.Methods in org.jfree.chart.plot with parameters of type TextAnchorModifier and TypeMethodDescriptionvoid
Marker.setLabelTextAnchor
(TextAnchor anchor) Sets the label text anchor and sends aMarkerChangeEvent
to all registered listeners. -
Uses of TextAnchor in org.jfree.chart.plot.dial
Fields in org.jfree.chart.plot.dial declared as TextAnchorModifier and TypeFieldDescriptionprivate TextAnchor
DialTextAnnotation.anchor
The text anchor to be aligned to the annotation's anchor point.private TextAnchor
DialValueIndicator.textAnchor
The text anchor for displaying the value.Methods in org.jfree.chart.plot.dial that return TextAnchorModifier and TypeMethodDescriptionDialTextAnnotation.getAnchor()
Returns the text anchor point that will be aligned to the position specified byDialTextAnnotation.getAngle()
andDialTextAnnotation.getRadius()
.DialValueIndicator.getTextAnchor()
Returns the text anchor.Methods in org.jfree.chart.plot.dial with parameters of type TextAnchorModifier and TypeMethodDescriptionvoid
DialTextAnnotation.setAnchor
(TextAnchor anchor) Sets the text anchor point and sends aDialLayerChangeEvent
to all registered listeners.void
DialValueIndicator.setTextAnchor
(TextAnchor anchor) Sets the text anchor and sends aDialLayerChangeEvent
to all registered listeners. -
Uses of TextAnchor in org.jfree.chart.text
Methods in org.jfree.chart.text with parameters of type TextAnchorModifier and TypeMethodDescriptionstatic Rectangle2D
TextUtils.calcAlignedStringBounds
(String text, Graphics2D g2, float x, float y, TextAnchor anchor) Returns the bounds of an aligned string.float
TextFragment.calculateBaselineOffset
(Graphics2D g2, TextAnchor anchor) Calculates the vertical offset between the baseline and the specified text anchor.private float
TextLine.calculateBaselineOffset
(Graphics2D g2, TextAnchor anchor) Calculate the offsets required to translate from the specified anchor position to the left baseline position.static Shape
TextUtils.calculateRotatedStringBounds
(String text, Graphics2D g2, float x, float y, TextAnchor textAnchor, double angle, TextAnchor rotationAnchor) Returns a shape that represents the bounds of the string after the specified rotation has been applied.private static float[]
TextUtils.deriveRotationAnchorOffsets
(Graphics2D g2, String text, TextAnchor anchor) A utility method that calculates the rotation anchor offsets for a string.private static float[]
TextUtils.deriveTextBoundsAnchorOffsets
(Graphics2D g2, String text, TextAnchor anchor) A utility method that calculates the anchor offsets for a string.private static float[]
TextUtils.deriveTextBoundsAnchorOffsets
(Graphics2D g2, String text, TextAnchor anchor, Rectangle2D textBounds) A utility method that calculates the anchor offsets for a string.void
TextFragment.draw
(Graphics2D g2, float anchorX, float anchorY, TextAnchor anchor, float rotateX, float rotateY, double angle) Draws the text fragment.void
TextLine.draw
(Graphics2D g2, float anchorX, float anchorY, TextAnchor anchor, float rotateX, float rotateY, double angle) Draws the text line.static Rectangle2D
TextUtils.drawAlignedString
(String text, Graphics2D g2, float x, float y, TextAnchor anchor) Draws a string such that the specified anchor point is aligned to the given (x, y) location.static void
TextUtils.drawRotatedString
(String text, Graphics2D g2, float x, float y, TextAnchor textAnchor, double angle, float rotationX, float rotationY) Draws a string that is aligned by one anchor point and rotated about another anchor point.static void
TextUtils.drawRotatedString
(String text, Graphics2D g2, float x, float y, TextAnchor textAnchor, double angle, TextAnchor rotationAnchor) Draws a string that is aligned by one anchor point and rotated about another anchor point. -
Uses of TextAnchor in org.jfree.chart.ui
Fields in org.jfree.chart.ui declared as TextAnchorModifier and TypeFieldDescriptionstatic final TextAnchor
TextAnchor.BASELINE_CENTER
Baseline/center.static final TextAnchor
TextAnchor.BASELINE_LEFT
Baseline/left.static final TextAnchor
TextAnchor.BASELINE_RIGHT
Baseline/right.static final TextAnchor
TextAnchor.BOTTOM_CENTER
Bottom/center.static final TextAnchor
TextAnchor.BOTTOM_LEFT
Bottom/left.static final TextAnchor
TextAnchor.BOTTOM_RIGHT
Bottom/right.static final TextAnchor
TextAnchor.CENTER
Middle/center.static final TextAnchor
TextAnchor.CENTER_LEFT
Middle/left.static final TextAnchor
TextAnchor.CENTER_RIGHT
Middle/right.static final TextAnchor
TextAnchor.HALF_ASCENT_CENTER
Half-ascent/center.static final TextAnchor
TextAnchor.HALF_ASCENT_LEFT
Half-ascent/left.static final TextAnchor
TextAnchor.HALF_ASCENT_RIGHT
Half-ascent/right.static final TextAnchor
TextAnchor.TOP_CENTER
Top/center.static final TextAnchor
TextAnchor.TOP_LEFT
Top/left.static final TextAnchor
TextAnchor.TOP_RIGHT
Top/right. -
Uses of TextAnchor in org.jfree.chart.util
Methods in org.jfree.chart.util with parameters of type TextAnchorModifier and TypeMethodDescriptionprivate static float[]
AttrStringUtils.deriveRotationAnchorOffsets
(Graphics2D g2, AttributedString text, TextAnchor anchor) A utility method that calculates the rotation anchor offsets for a string.private static float[]
AttrStringUtils.deriveTextBoundsAnchorOffsets
(Graphics2D g2, AttributedString text, TextAnchor anchor, Rectangle2D textBounds) static void
AttrStringUtils.drawRotatedString
(AttributedString text, Graphics2D g2, float x, float y, TextAnchor textAnchor, double angle, float rotationX, float rotationY) Draws the string anchored to(x, y)
, rotated by the specified angle about(rotationX, rotationY)
.static void
AttrStringUtils.drawRotatedString
(AttributedString text, Graphics2D g2, float x, float y, TextAnchor textAnchor, double angle, TextAnchor rotationAnchor) Draws a rotated string.private static boolean
AttrStringUtils.isBaseline
(TextAnchor anchor) private static boolean
AttrStringUtils.isBottom
(TextAnchor anchor) private static boolean
AttrStringUtils.isHalfAscent
(TextAnchor anchor) private static boolean
AttrStringUtils.isHalfHeight
(TextAnchor anchor) private static boolean
AttrStringUtils.isHorizontalCenter
(TextAnchor anchor) private static boolean
AttrStringUtils.isHorizontalLeft
(TextAnchor anchor) private static boolean
AttrStringUtils.isHorizontalRight
(TextAnchor anchor) private static boolean
AttrStringUtils.isTop
(TextAnchor anchor)